ProjectsAgentsModelFactory.CaptureStructuredOutputsTool 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.Projects.Agents.CaptureStructuredOutputsTool CaptureStructuredOutputsTool(string name = default, string description = default, System.Collections.Generic.IDictionary<string,Azure.AI.Projects.Agents.ToolConfig> toolConfigs = default, Azure.AI.Projects.Agents.StructuredOutputDefinition outputDefinition = default);
static member CaptureStructuredOutputsTool : string * string * System.Collections.Generic.IDictionary<string, Azure.AI.Projects.Agents.ToolConfig> * Azure.AI.Projects.Agents.StructuredOutputDefinition -> Azure.AI.Projects.Agents.CaptureStructuredOutputsTool
Public Shared Function CaptureStructuredOutputsTool (Optional name As String = Nothing, Optional description As String = Nothing, Optional toolConfigs As IDictionary(Of String, ToolConfig) = Nothing, Optional outputDefinition As StructuredOutputDefinition = Nothing) As CaptureStructuredOutputsTool
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
- StructuredOutputDefinition
The structured outputs to capture from the model.
Returns
A new CaptureStructuredOutputsTool instance for mocking.