AgentInvokeOptions.AdditionalInstructions Property
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.
Gets or sets any instructions, in addition to those that were provided to the agent initially, that need to be added to the prompt for this invocation only.
public string AdditionalInstructions { get; init; }
member this.AdditionalInstructions : string with get, set
Public Property AdditionalInstructions As String