We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a76fdb4 commit ef34fdcCopy full SHA for ef34fdc
integrations/microsoft-agent-framework/python/examples/agents/dojo.py
@@ -21,7 +21,7 @@
21
from dotenv import load_dotenv
22
from fastapi import FastAPI
23
24
-from agent_framework.azure import AzureOpenAIChatClient
+from agent_framework.openai import OpenAIChatClient
25
from agent_framework_ag_ui import add_agent_framework_fastapi_endpoint
26
from agent_framework_ag_ui_examples.agents import (
27
document_writer_agent,
0 commit comments