Description
The only available example of Handoff is at
|
var workflow = AgentWorkflowBuilder.CreateHandoffBuilderWith(triageAgent) |
However, it is mixed with other workflow patterns.
Is it possible to provide a dedicated example for Handoff, and also show how to use the WithHandoffInstructions method?
Language/SDK
.NET
Description
The only available example of Handoff is at
agent-framework/dotnet/samples/03-workflows/_StartHere/03_AgentWorkflowPatterns/Program.cs
Line 58 in fc6721c
However, it is mixed with other workflow patterns.
Is it possible to provide a dedicated example for Handoff, and also show how to use the
WithHandoffInstructionsmethod?Language/SDK
.NET