Skip to content

Python: [Feature]: Support async credentials in FoundryToolbox #7207

Description

@cecheta

Description

FoundryToolbox currently only supports sync credentials. Request to add support for both sync and async credentials.

Code Sample

from agent_framework_foundry_hosting import FoundryToolbox
from azure.identity.aio import AzureCliCredential

async with (
    AzureCliCredential() as credential,
    FoundryToolbox(
        credential,
    ) as toolbox,
): ...

Language/SDK

Python

Metadata

Metadata

Assignees

Labels

hostingUsage: [Issues, PRs], Target: all hosting related solutionspythonUsage: [Issues, PRs], Target: Python

Projects

Status
No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions