ExtensionsOpenAIModelFactory.ResponsesCaptureStructuredOutputsTool 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 tool for capturing structured outputs.
public static Azure.AI.Extensions.OpenAI.ResponsesCaptureStructuredOutputsTool ResponsesCaptureStructuredOutputsTool(string name = default, string description = default, System.Collections.Generic.IDictionary<string,Azure.AI.Extensions.OpenAI.ToolConfig> toolConfigs = default, Azure.AI.Extensions.OpenAI.ResponsesStructuredOutputDefinition outputDefinition = default);
static member ResponsesCaptureStructuredOutputsTool : string * string * System.Collections.Generic.IDictionary<string, Azure.AI.Extensions.OpenAI.ToolConfig> * Azure.AI.Extensions.OpenAI.ResponsesStructuredOutputDefinition -> Azure.AI.Extensions.OpenAI.ResponsesCaptureStructuredOutputsTool
Public Shared Function ResponsesCaptureStructuredOutputsTool (Optional name As String = Nothing, Optional description As String = Nothing, Optional toolConfigs As IDictionary(Of String, ToolConfig) = Nothing, Optional outputDefinition As ResponsesStructuredOutputDefinition = Nothing) As ResponsesCaptureStructuredOutputsTool
Parameters
- name
- String
Deprecated. This property is deprecated and will be removed in a future version.
- description
- String
Deprecated. This property is deprecated and will be removed in a future version.
- toolConfigs
- IDictionary<String,ToolConfig>
Deprecated. This property is deprecated and will be removed in a future version.
- outputDefinition
- ResponsesStructuredOutputDefinition
The structured outputs to capture from the model.
Returns
A new ResponsesCaptureStructuredOutputsTool instance for mocking.