Skip to content

Commit a14026e

Browse files
authored
Merge pull request #1899 from aahill/agents
link and TOC changes
2 parents dc30567 + f22aead commit a14026e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ items:
1111
- name: Model and region support
1212
href: ./concepts/model-region-support.md
1313
- name: Pricing
14-
href: https://azure.microsoft.com/pricing/details/cognitive-services/openai-service/
14+
href: https://azure.microsoft.com/pricing/details/ai-studio/
1515
- name: FAQ
1616
href: faq.yml
1717
- name: Quickstart
@@ -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)