Skip to content

Commit ab47664

Browse files
committed
labels
1 parent 1658259 commit ab47664

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ 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
80+
- name: Grounding with Bing Custom Search (preview)
8181
items:
8282
- name: Overview
8383
href: how-to/tools/bing-custom-search.md
@@ -86,9 +86,9 @@ items:
8686
href: how-to/tools/bing-custom-search-samples.md
8787
- name: Logic apps
8888
href: how-to/tools/logic-apps.md
89-
- name: Microsoft Fabric
89+
- name: Microsoft Fabric (preview)
9090
href: how-to/tools/fabric.md
91-
- name: Model Context Protocol (MCP)
91+
- name: Model Context Protocol (preview)
9292
items:
9393
- name: Overview
9494
href: how-to/tools/model-context-protocol.md

0 commit comments

Comments
 (0)