Share via


HandoffsWorkflowBuilder.WithHandoffInstructions(String) Method

Definition

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.

Returns

Applies to