DeclarativeAgentDefinition.TextOptions 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.
Configuration options for a text response from the model. Can be plain text or structured JSON data.
public OpenAI.Responses.ResponseTextOptions TextOptions { get; set; }
member this.TextOptions : OpenAI.Responses.ResponseTextOptions with get, set
Public Property TextOptions As ResponseTextOptions