You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-foundry/agents/how-to/tools/overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ The Foundry Agent Service provides the following built-in tools. You can use the
73
73
|[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. |
74
74
|[Azure Functions](azure-functions.md)| Leverage your Azure Functions to create intelligent, event-driven applications. |
75
75
|[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. |
77
77
|[File Search](file-search.md)| Augment agents with knowledge from outside its model, such as proprietary product information or documents provided by your users. |
78
78
|[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. |
79
79
|[Grounding with Bing Search](bing-grounding.md)| Enable your agent to use Grounding with Bing Search to access and return information from the internet. |
0 commit comments