Skip to content
Merged
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
4 changes: 3 additions & 1 deletion docs/enhanced-task-completion.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Enhanced task completion
# Enhanced task completion for Microsoft Copilot Studio

*Preview — This feature is currently experimental and is not intended for production use. Before enabling, review the current limitations and risks.*

This feature is for Microsoft Copilot Studio.

Enhanced task completion gives your agent the ability to work through complex tasks the way a human assistant would — by gathering information, asking clarifying questions, and taking action only when it has what it needs.

With standard generative orchestration, your agent selects the tools it needs up front, asks for any missing inputs one at a time, runs those tools, and then returns a single response. This works well for straightforward requests, but can feel rigid when a task requires back-and-forth conversation or when one tool’s output determines what to do next.
Expand Down
Loading