Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Copy link

Copilot AI Nov 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Grammatical issue: 'users might expect' should be 'users might experience' - users don't expect problems, they experience them.

Suggested change
> * 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.
> * Currently, Azure AI Foundry Agent Playground UI only supports starting runs in streaming mode, and as a result, users might experience connection drops and timeouts. Use the supported methods above through code which uses runs in non-streaming mode.

Copilot uses AI. Check for mistakes.
Copy link

Copilot AI Nov 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] The phrase 'through code which uses runs' is awkward. Consider rephrasing to 'Use the code-based methods shown above, which use runs in non-streaming mode.' for better clarity.

Suggested change
> * 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.
> * 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 code-based methods shown above, which use runs in non-streaming mode.

Copilot uses AI. Check for mistakes.

## Next steps

Expand Down