Skip to content

Commit 3bc673b

Browse files
authored
Merge pull request #6119 from aahill/july-fixes
toc update
2 parents 781ede9 + ab47664 commit 3bc673b

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

articles/ai-foundry/agents/how-to/tools/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ The Foundry Agent Service provides the following built-in tools. You can use the
7373
|[Azure AI Search](azure-ai-search.md) | Use an existing Azure AI Search index to ground agents with data in the index, and chat with your data. |
7474
|[Azure Functions](azure-functions.md) | Leverage your Azure Functions to create intelligent, event-driven applications. |
7575
|[Code Interpreter](code-interpreter.md) | Enable agents to write and run Python code in a sandboxed execution environment. |
76-
|[Deep Research](./deep-research.md) | Use OpenAI's advanced agentic research capability for analysis and reasoning. |
76+
|[Deep Research (preview)](./deep-research.md) | Use OpenAI's advanced agentic research capability for analysis and reasoning. |
7777
|[File Search](file-search.md) | Augment agents with knowledge from outside its model, such as proprietary product information or documents provided by your users. |
7878
|[Function calling](function-calling.md) |Describe the structure of functions you create to an agent and have them be called when appropriate during the agent's interactions with users. |
7979
|[Grounding with Bing Search](bing-grounding.md) | Enable your agent to use Grounding with Bing Search to access and return information from the internet. |

articles/ai-foundry/agents/toc.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,6 @@ items:
3333
- name: Tool Overview
3434
href: how-to/tools/overview.md
3535
displayName: tools
36-
- name: Deep Research (preview)
37-
items:
38-
- name: Overview
39-
href: how-to/tools/deep-research.md
40-
displayName: deep research
41-
- name: How to use Deep Research
42-
href: how-to/tools/deep-research-samples.md
4336
- name: Azure AI Search
4437
items:
4538
- name: Overview
@@ -61,6 +54,13 @@ items:
6154
displayName: code interpreter
6255
- name: How to use code interpreter
6356
href: how-to/tools/code-interpreter-samples.md
57+
- name: Deep Research (preview)
58+
items:
59+
- name: Overview
60+
href: how-to/tools/deep-research.md
61+
displayName: deep research
62+
- name: How to use Deep Research
63+
href: how-to/tools/deep-research-samples.md
6464
- name: File search
6565
items:
6666
- name: Overview
@@ -77,11 +77,18 @@ items:
7777
displayName: bing, grounding with bing
7878
- name: How to use Grounding with Bing Search
7979
href: how-to/tools/bing-code-samples.md
80+
- name: Grounding with Bing Custom Search (preview)
81+
items:
82+
- name: Overview
83+
href: how-to/tools/bing-custom-search.md
84+
displayName: bing, grounding with bing custom search
85+
- name: How to use Grounding with Bing Custom Search
86+
href: how-to/tools/bing-custom-search-samples.md
8087
- name: Logic apps
8188
href: how-to/tools/logic-apps.md
82-
- name: Microsoft Fabric
89+
- name: Microsoft Fabric (preview)
8390
href: how-to/tools/fabric.md
84-
- name: Model Context Protocol (MCP)
91+
- name: Model Context Protocol (preview)
8592
items:
8693
- name: Overview
8794
href: how-to/tools/model-context-protocol.md
@@ -105,13 +112,6 @@ items:
105112
displayName: sharepoint
106113
- name: How to use SharePoint
107114
href: how-to/tools/sharepoint-samples.md
108-
- name: Use Grounding with Bing Custom Search
109-
items:
110-
- name: Overview
111-
href: how-to/tools/bing-custom-search.md
112-
displayName: bing, grounding with bing custom search
113-
- name: How to use Grounding with Bing Custom Search
114-
href: how-to/tools/bing-custom-search-samples.md
115115
- name: Enterprise features
116116
items:
117117
- name: Use your own resources

0 commit comments

Comments
 (0)