Skip to content

Commit 5c91e80

Browse files
committed
Fix source code comment
1 parent a646c91 commit 5c91e80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-foundry/agents/includes/quickstart-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ project_client = AIProjectClient(
7171

7272
code_interpreter = CodeInterpreterTool()
7373
with project_client:
74-
# Create an agent with the Bing Grounding tool
74+
# Create an agent with the Code Interpreter tool
7575
agent = project_client.agents.create_agent(
7676
model=os.environ["MODEL_DEPLOYMENT_NAME"], # Model deployment name
7777
name="my-agent", # Name of the agent

0 commit comments

Comments
 (0)