Skip to content

Commit e789100

Browse files
authored
AIO SDK added (#42178)
1 parent 0b02b1f commit e789100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/ai/azure-ai-agents/samples/agents_async/sample_agents_auto_function_call_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
import os, sys
2727
from azure.ai.projects.aio import AIProjectClient
28-
from azure.identity import DefaultAzureCredential
28+
from azure.identity.aio import DefaultAzureCredential
2929
from azure.ai.agents.models import AsyncFunctionTool, AsyncToolSet
3030

3131
from utils.user_async_functions import user_async_functions

0 commit comments

Comments
 (0)