Skip to content

Commit 57a4dcf

Browse files
committed
minor changes
1 parent dc30567 commit 57a4dcf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/ai-services/agents/how-to/tools/bing-grounding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,4 +308,4 @@ foreach (ThreadMessage threadMessage in messages)
308308

309309
## Next steps
310310

311-
[Learn how to use the code interpreter tool.](./code-interpreter.md)
311+
[See the full sample for Grounding with Bing Search.](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/ai/azure-ai-projects/samples/agents/sample_agents_bing_grounding.py)

articles/ai-services/agents/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ items:
3030
href: how-to/tools/overview.md
3131
- name: Knowledge tools
3232
items:
33-
- name: Code interpreter
34-
href: how-to/tools/code-interpreter.md
3533
- name: Grounding with Bing Search
3634
href: how-to/tools/bing-grounding.md
3735
- name: File search
@@ -44,6 +42,8 @@ items:
4442
href: how-to/tools/function-calling.md
4543
- name: Logic app function calling
4644
href: how-to/tools/agent-logic-apps.md
45+
- name: Code interpreter
46+
href: how-to/tools/code-interpreter.md
4747
- name: Responsible AI
4848
items:
4949
- name: Overview

0 commit comments

Comments
 (0)