mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
Small fix
This commit is contained in:
@@ -201,7 +201,6 @@ class AzureAIAgentClient(BaseChatClient):
|
||||
agents_client = AgentsClient(
|
||||
endpoint=azure_ai_settings.project_endpoint,
|
||||
credential=async_credential,
|
||||
# TODO (dmytrostruk): Verify if user_agent works with AgentsClient
|
||||
user_agent=AGENT_FRAMEWORK_USER_AGENT,
|
||||
)
|
||||
should_close_client = True
|
||||
|
||||
Reference in New Issue
Block a user