From 02d4968acddf74f3254417cbe77145bad8d7ca2e Mon Sep 17 00:00:00 2001 From: Sarah Critchley <123111051+sarahcritchley@users.noreply.github.com> Date: Fri, 3 Apr 2026 13:54:41 -0700 Subject: [PATCH] Updated title --- docs/enhanced-task-completion.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/enhanced-task-completion.md b/docs/enhanced-task-completion.md index 0aea225b..f03c5340 100644 --- a/docs/enhanced-task-completion.md +++ b/docs/enhanced-task-completion.md @@ -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.