From bd15c7110cc1a8de7d3776a816338b6e0f490e0b Mon Sep 17 00:00:00 2001 From: AhmadAbdullah91 <91725950+AhmadAbdullah91@users.noreply.github.com> Date: Mon, 3 Nov 2025 14:35:54 +0300 Subject: [PATCH] Update limitations and usage notes for Deep Research tool Clarified limitations of the Deep Research tool regarding streaming scenarios and provided guidance for using non-streaming mode. --- .../ai-foundry/agents/how-to/tools/deep-research-samples.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/articles/ai-foundry/agents/how-to/tools/deep-research-samples.md b/articles/ai-foundry/agents/how-to/tools/deep-research-samples.md index 10559f05f86..1e5128ce492 100644 --- a/articles/ai-foundry/agents/how-to/tools/deep-research-samples.md +++ b/articles/ai-foundry/agents/how-to/tools/deep-research-samples.md @@ -574,7 +574,8 @@ with project_client: :::zone-end > [!NOTE] -> 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. +> * 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. +> * Currently, Azure AI Foundry Agent Playground UI only supports starting runs in streaming mode, and as a result, users might expect connection drops and timeouts. Use the supported methods above through code which uses runs in non-streaming mode. ## Next steps