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 a646c91 commit 5c91e80Copy full SHA for 5c91e80
articles/ai-foundry/agents/includes/quickstart-python.md
@@ -71,7 +71,7 @@ project_client = AIProjectClient(
71
72
code_interpreter = CodeInterpreterTool()
73
with project_client:
74
- # Create an agent with the Bing Grounding tool
+ # Create an agent with the Code Interpreter tool
75
agent = project_client.agents.create_agent(
76
model=os.environ["MODEL_DEPLOYMENT_NAME"], # Model deployment name
77
name="my-agent", # Name of the agent
0 commit comments