AgentModeProviderOptions.Instructions Property

Definition

Gets or sets custom instructions provided to the agent for using the mode tools.

public string? Instructions { get; set; }
member this.Instructions : string with get, set
Public Property Instructions As String

Property Value

When null (the default), the provider uses a default set of instructions.

Remarks

The instructions must contain a {available_modes} placeholder for the provider to inject the currently available list of modes, and a {current_mode} placeholder to inject the currently active mode.

Applies to