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/connected-agents.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
@@ -109,7 +109,7 @@ Checks the contract against internal standards or uploaded guidelines to identif
109
109
## Use the .NET SDK
110
110
111
111
> [!NOTE]
112
-
> This shows a synchronous usage. You can find an asynchronous example on [GitHub](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/ai/Azure.AI.Projects/samples/Sample24_Agent_Connected_Agent.md)
112
+
> This shows a synchronous usage. You can find an asynchronous example on [GitHub](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/ai/Azure.AI.Agents.Persistent/samples/Sample23_PersistentAgents_Connected_Agent.md)
113
113
114
114
To enable your Agent to use a connected agent, you use `ConnectedAgentToolDefinition` along with the agent ID, name, and a description.
Copy file name to clipboardExpand all lines: articles/ai-foundry/agents/how-to/tools/deep-research-samples.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,14 +50,14 @@ Use this article to learn how to use the Deep Research tool with the Azure AI Pr
50
50
51
51
Save this endpoint to an environment variable named `BING_RESOURCE_NAME`.
52
52
53
-
* The names of your `o3-deep-research-model` deployment name and Azure OpenAI GPT model deployment name. You can find them in **Models + Endpoints** in the left navigation menu.
53
+
* The deployment names of your `o3-deep-research-model` and `gpt-4o` models. You can find them in **Models + Endpoints** in the left navigation menu.
54
54
55
-
:::image type="content" source="../../media/tools/deep-research/model-deployments.png" alt-text="A screenshot showing the model deployment screen the AI Foundry portal." lightbox="../../media/tools/deep-research/model-deployments.png":::
55
+
:::image type="content" source="../../media/tools/deep-research/model-deployments.png" alt-text="A screenshot showing the model deployment screen the AI Foundry portal." lightbox="../../media/tools/deep-research/model-deployments.png":::
56
56
57
-
Save the name of your `o3-deep-research-model` deployment name as an environment variable named `DEEP_RESEARCH_MODEL_DEPLOYMENT_NAME` and Azure OpenAI GPT model deployment name as an environment variable named `MODEL_DEPLOYMENT_NAME`.
57
+
Save the name of your `o3-deep-research` deployment name as an environment variable named `DEEP_RESEARCH_MODEL_DEPLOYMENT_NAME` and the `gpt-4o` deployment name as an environment variable named `MODEL_DEPLOYMENT_NAME`.
58
58
59
59
> [!NOTE]
60
-
> Limitation: The Deep Research tool is currently recommended only in nonstreaming scenarios. Using it with streaming can work, but it might occasionally time out and is therefore not recommended.
60
+
> Other GPT-series models including GPT-4o-mini and the GPT-4.1 series are not supported for scope clarification.
61
61
62
62
## Create an agent with the Deep Research tool
63
63
@@ -197,6 +197,9 @@ with project_client:
197
197
print("Deleted agent")
198
198
```
199
199
200
+
> [!NOTE]
201
+
> Limitation: The Deep Research tool is currently recommended only in nonstreaming scenarios. Using it with streaming can work, but it might occasionally time out and is therefore not recommended.
Copy file name to clipboardExpand all lines: articles/ai-foundry/agents/how-to/tools/deep-research.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,11 +47,14 @@ The Deep Research tool is supported in the following regions where the deep rese
47
47
|---------|---------|
48
48
| ✔️ | ✔️ |
49
49
50
-
## GPT model for clarifying research scope
50
+
## GPT-4o model for clarifying research scope
51
51
52
-
The Deep Research tool uses a GPT model to clarify the question contained in the user prompt, gather additional context if needed, and precisely scope the research task. This model is deployed during configuration of the Deep Research tool and can be one of the GPT-series models including GPT-4o, **except** the GPT-4.1 family, The 4.1 family is not supported by the Agents service.
52
+
The Deep Research tool uses the `gpt-4o` model to clarify the question contained in the user prompt, gather additional context if needed, and precisely scope the research task. This model is deployed during configuration of the Deep Research tool.
53
53
54
-
## Deep research model for deep analysis
54
+
> [!NOTE]
55
+
> Other GPT-series models including GPT-4o-mini and the GPT-4.1 series are not supported for scope clarification.
56
+
57
+
## Deep research model for analysis
55
58
56
59
-**Model name**: `o3-deep-research`
57
60
-**Deployment type**: Global Standard
@@ -64,7 +67,7 @@ The Deep Research tool uses a GPT model to clarify the question contained in the
64
67
-[Grounding with Bing Search tool](./bing-grounding.md) resource for connecting to your Azure AI Foundry project.
65
68
-[Model deployments](../../../model-inference/how-to/create-model-deployments.md) for the following models
66
69
-`o3-deep-research` version `2025-06-26`. This model is available in `West US` and `Norway East`.
67
-
-Any Azure OpenAI GPT model like `gpt-4o` for intent clarification. Deploy in the same regions.
70
+
-The `gpt-4o`model for intent clarification. Deploy this model in the same region.
Register the Logic App by providing its name and trigger details. You can find code for `AzureLogicAppTool` on[GitHub](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/ai/azure-ai-agents/samples/utils/user_functions.py).
77
+
Register the Logic App by providing its name and trigger details. You can find code for `AzureLogicAppTool` on[GitHub](https://github.com/azure-ai-foundry/foundry-samples/blob/main/samples/microsoft/python/getting-started-agents/logic_apps/user_logic_apps.py).
To add the MCP server to the agent, use the following example, which takes the MCP server label and URL from the last step. You can also add or remove allowed tools dynamically through the `allow_tool` parameter.
print(f" Function name: {function_details.get('name')}")
131
+
print(f" function output: {function_details.get('output')}")
132
+
133
+
print()
134
+
```
135
+
136
+
137
+
## Cleanup
138
+
After the interaction is complete, the script performs cleanup by deleting the created agent resource using `agents_client.delete_agent()` to avoid leaving unused resources. It also fetches and prints the entire message history from the thread using `agents_client.list_messages()` for review or logging.
139
+
140
+
```python
141
+
# Delete the agent resource to clean up
142
+
project_client.agents.delete_agent(agent.id)
143
+
print("Deleted agent")
144
+
145
+
# Fetch and log all messages exchanged during the conversation thread
Follow the [REST API Quickstart](../../quickstart.md?pivots=rest-api#api-call-information) to set the right values for the environment variables `AGENT_TOKEN`, `AZURE_AI_FOUNDRY_PROJECT_ENDPOINT`, and `API_VERSION`.
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
@@ -99,7 +99,7 @@ The following tools are authored by third-party partners. Use the links below to
99
99
|[LexisNexis](https://github.com/azure-ai-foundry/foundry-samples/tree/main/samples/microsoft/python/getting-started-agents/3p-tools/LexisNexis)| Seamless access to LexisNexis content. |
100
100
|[MiHCM](https://github.com/azure-ai-foundry/foundry-samples/tree/main/samples/microsoft/python/getting-started-agents/3p-tools/MiHCM)| seamless integration with MiHCM's HR functionalities |
101
101
|[Morningstar](https://github.com/azure-ai-foundry/foundry-samples/tree/main/samples/microsoft/python/getting-started-agents/3p-tools/Morningstar)| Access up-to-date investment research and data such as analyst research, expert commentary, and essential Morningstar data. |
102
-
|[Trademo](https://github.com/azure-ai-foundry/foundry-samples/tree/main/samples/microsoft/python/getting-started-agents/3p-tools/Trademo_Glocal_trade)| Provide latest duties and past shipment data for trade between multiple countries |
102
+
|[Trademo](https://github.com/azure-ai-foundry/foundry-samples/tree/main/samples/microsoft/python/getting-started-agents/3p-tools/Trademo_Global_trade)| Provide latest duties and past shipment data for trade between multiple countries |
103
103
|[Tripadvisor](https://github.com/azure-ai-foundry/foundry-samples/tree/main/samples/microsoft/python/getting-started-agents/3p-tools/Tripadvisor)| Get travel data, guidance and reviews |
Copy file name to clipboardExpand all lines: articles/ai-foundry/agents/includes/quickstart-typescript.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ author: aahill
4
4
ms.author: aahi
5
5
ms.service: azure-ai-agent-service
6
6
ms.topic: include
7
-
ms.date: 03/28/2025
7
+
ms.date: 07/16/2025
8
8
ms.custom: devx-track-ts
9
9
---
10
10
@@ -52,7 +52,7 @@ Next, to authenticate your API requests and run the program, use the [az login](
52
52
az login
53
53
```
54
54
55
-
Use the following code to create and run an agent which uploads [a CSV file](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/ai/ai-agents/data/nifty500QuarterlyResults.csv) of data then generates a bar chart from that data. To run this code, you'll need to get the endpoint for your project. This string is in the format:
55
+
Use the following code to create and run an agent which uploads [a CSV file](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/ai/ai-agents/data/syntheticCompanyQuarterlyResults.csv) of data then generates a bar chart from that data. To run this code, you'll need to get the endpoint for your project. This string is in the format:
Copy file name to clipboardExpand all lines: articles/ai-foundry/openai/concepts/model-retirements.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ titleSuffix: Azure OpenAI
4
4
description: Learn about the model deprecations and retirements in Azure OpenAI.
5
5
ms.service: azure-ai-openai
6
6
ms.topic: conceptual
7
-
ms.date: 06/25/2025
7
+
ms.date: 07/16/2025
8
8
ms.custom:
9
9
manager: nitinme
10
10
author: mrbullwinkle
@@ -101,4 +101,6 @@ These models are currently available for use in Azure OpenAI.
101
101
102
102
## Retirement and deprecation history
103
103
104
-
To track individual updates to this article refer to the [Git History](https://github.com/MicrosoftDocs/azure-ai-docs/commits/main/articles/ai-services/openai/includes/retirement/models.md)
104
+
- To track individual updates to this article refer to the [Git History](https://github.com/MicrosoftDocs/azure-ai-docs/commits/main/articles/ai-foundry/openai/includes/retirement/models.md)
105
+
106
+
- For a list of retired models, refer to the [retired models page](./legacy-models.md).
0 commit comments