Skip to content

Commit fac9114

Browse files
committed
Corrected the definition of handoffs for clarity and consistency in the documentation of multi-agent workflows.
1 parent 7e5ff61 commit fac9114

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

learn-pr/wwl-azure/configure-customize-github-copilot-visual-studio-code/includes/5-chain-agents-handoffs-multi-step-tasks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Individual custom agents are powerful on their own, but their full potential eme
22

33
## What are handoffs?
44

5-
Handoffs are a mechanism that allow one custom agent to propose a transition to another agent after completing its part of a task. When an agent finishes its response, it can present a handoff button—a suggested "next action"—that, when selected, switches the chat to a target agent and optionally prefills a prompt to continue the workflow.
5+
A handoff is a mechanism that allows one custom agent to propose a transition to another agent after completing its part of a task. When an agent finishes its response, it can present a handoff button—a suggested "next action"—that, when selected, switches the chat to a target agent and optionally prefills a prompt to continue the workflow.
66

77
For example, a Planner agent could produce a detailed implementation plan and then display a "Start Implementation" button. When the developer selects this button, GitHub Copilot Chat switches to an Implementer agent that receives the plan as context along with a prompt like "Now implement your suggested plan." The developer reviews the plan before selecting the button, maintaining control over the workflow while the agents handle the specialized work.
88

0 commit comments

Comments
 (0)