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, Azure.AI.Projects.Agents.StructuredOutputDefinition outputDefinition = default);
static member CaptureStructuredOutputsTool : string * string * 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 outputDefinition As StructuredOutputDefinition = Nothing) As CaptureStructuredOutputsTool
Parameters
- name
- String
Optional user-defined name for this tool or configuration.
- description
- String
Optional user-defined description for this tool or configuration.
- outputDefinition
- StructuredOutputDefinition
The structured outputs to capture from the model.
Returns
A new CaptureStructuredOutputsTool instance for mocking.