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: sdk/ai/Azure.AI.Agents.Persistent/samples/README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,5 +40,8 @@ description: Samples for the Azure.AI.Agents.Persistent client library.
40
40
|[Sample25_PersistentAgents_Bing_Custom_Search](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/ai/Azure.AI.Agents.Persistent/samples/Sample25_PersistentAgents_Bing_Custom_Search.md)| Sample for use of an agent with Bing custom search. |
41
41
|[Sample26_PersistentAgents_As_IChatClient](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/ai/Azure.AI.Agents.Persistent/samples/Sample26_PersistentAgents_As_IChatClient.md)| Sample for use of an agent as IChatClient. |
42
42
|[Sample27_PersistentAgents_MCP_Streaming](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/ai/Azure.AI.Agents.Persistent/samples/Sample27_PersistentAgents_MCP_Streaming.md)| Sample for use of an agent with Model Context Protocol (MCP) tools in streaming scenarios. |
43
-
|[Sample28_PersistentAgents_Bing_Grounding_streaming](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/ai/Azure.AI.Agents.Persistent/samples/Sample28_PersistentAgents_Bing_Grounding_streaming.md)| Sample for use of an agent with Bing grounding in streamig scenarios. |
43
+
|[Sample28_PersistentAgents_Bing_Grounding_streaming](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/ai/Azure.AI.Agents.Persistent/samples/Sample28_PersistentAgents_Bing_Grounding_streaming.md)| Sample for use of an agent with Bing grounding in streaming scenarios. |
44
44
|[Sample29_PersistentAgents_BrowserAutomationTool](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/ai/Azure.AI.Agents.Persistent/samples/Sample29_PersistentAgents_BrowserAutomationTool.md)| Sample for use of `BrowserAutomationToolDefinition` and agents. |
45
+
|[Sample30_Streaming_with_Auto_Function_Calls](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/ai/Azure.AI.Agents.Persistent/samples/Sample30_Streaming_with_Auto_Function_Calls.md)| Sample using agents streaming with auto function calls. |
46
+
|[Sample31_PersistentAgents_DeepResearch](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/ai/Azure.AI.Agents.Persistent/samples/Sample31_PersistentAgents_DeepResearch.md)| Sample for use of an agent with DeepResearch model. |
47
+
|[Sample32_PersistentAgents_MCP](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/ai/Azure.AI.Agents.Persistent/samples/Sample32_PersistentAgents_MCP.md)| Sample for use of an agent with Model Context Protocol (MCP) tools. |
0 commit comments