ExtensionsOpenAIModelFactory.ResponsesStructuredOutputDefinition 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.
A structured output that can be produced by the agent.
public static Azure.AI.Extensions.OpenAI.ResponsesStructuredOutputDefinition ResponsesStructuredOutputDefinition(string name = default, string description = default, System.Collections.Generic.IDictionary<string,BinaryData> schema = default, bool? isStrict = default);
static member ResponsesStructuredOutputDefinition : string * string * System.Collections.Generic.IDictionary<string, BinaryData> * Nullable<bool> -> Azure.AI.Extensions.OpenAI.ResponsesStructuredOutputDefinition
Public Shared Function ResponsesStructuredOutputDefinition (Optional name As String = Nothing, Optional description As String = Nothing, Optional schema As IDictionary(Of String, BinaryData) = Nothing, Optional isStrict As Nullable(Of Boolean) = Nothing) As ResponsesStructuredOutputDefinition
Parameters
- name
- String
The name of the structured output.
- description
- String
A description of the output to emit. Used by the model to determine when to emit the output.
- schema
- IDictionary<String,BinaryData>
The JSON schema for the structured output.
Returns
A new ResponsesStructuredOutputDefinition instance for mocking.