HandoffsWorkflowBuilder.WithHandoffInstructions(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets additional instructions to provide to an agent that has handoffs about how and when to perform them.
public Microsoft.Agents.AI.Workflows.HandoffsWorkflowBuilder WithHandoffInstructions(string? instructions);
member this.WithHandoffInstructions : string -> Microsoft.Agents.AI.Workflows.HandoffsWorkflowBuilder
Public Function WithHandoffInstructions (instructions As String) As HandoffsWorkflowBuilder
Parameters
- instructions
- String
The instructions to provide, or null to restore the default instructions.