-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Labels
bugSomething isn't workingSomething isn't workingmodel clientsIssues related to the model client implementationsIssues related to the model client implementationspythonv1.0Features being tracked for the version 1.0 GAFeatures being tracked for the version 1.0 GA
Description
Description
Clients such as AzureAIClient accept an AsyncTokenCredential, however the AzureOpenAIResponsesClient only accepts a synchronous TokenCredential.
Code Sample
from agent_framework.azure import AzureOpenAIResponsesClient
from azure.identity.aio import DefaultAzureCredential # <-- Async credential
async with DefaultAzureCredential() as credential:
AzureOpenAIResponsesClient(
credential=credential, # <--- Not supported
base_url="",
deployment_name="",
)Error Messages / Stack Traces
Package Versions
1.0.0b260123
Python Version
3.13.7
Additional Context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingmodel clientsIssues related to the model client implementationsIssues related to the model client implementationspythonv1.0Features being tracked for the version 1.0 GAFeatures being tracked for the version 1.0 GA
Type
Projects
Status
Done