Skip to content

Commit 8dde4b3

Browse files
committed
updates
1 parent 33e69bf commit 8dde4b3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

articles/ai-foundry/agents/how-to/tools/deep-research.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.topic: how-to
1212

1313
# Deep Research tool
1414

15-
The [Deep Research](https://openai.com/index/introducing-deep-research/) model in the Azure AI Foundry Agent Service enables you to use OpenAI's advanced agentic research capability, and integrate it with your data and systems.
15+
The Deep Research model in the Azure AI Foundry Agent Service enables you to use OpenAI's advanced agentic research capability, and integrate it with your data and systems.
1616

1717
> [!IMPORTANT]
1818
> Deep Research uses **Grounding with Bing Search**. Be sure to read and understand all stipulations of its use, including potential [costs](https://www.microsoft.com/bing/apis/grounding-pricing) that can be incurred, the [terms of use](https://www.microsoft.com/bing/apis/grounding-legal), and [use and display requirements](./bing-grounding.md#how-to-display-grounding-with-bing-search-results). See the [Grounding with Bing Search](./bing-grounding.md) documentation for more information.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ The Foundry Agent Service provides the following built-in tools. You can use the
7171
|[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. |
7272
|[Azure Functions](azure-functions.md) | Leverage your Azure Functions to create intelligent, event-driven applications. |
7373
|[Code Interpreter](code-interpreter.md) | Enable agents to write and run Python code in a sandboxed execution environment. |
74+
|[Deep Research](./deep-research.md) | Use OpenAI's advanced agentic research capability for analysis and reasoning. |
7475
|[File Search](file-search.md) | Augment agents with knowledge from outside its model, such as proprietary product information or documents provided by your users. |
7576
|[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. |
7677
|[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

Comments
 (0)