ProjectsOpenAIModelFactory.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.OpenAI.CaptureStructuredOutputsTool CaptureStructuredOutputsTool(Azure.AI.Projects.OpenAI.StructuredOutputDefinition outputs = default);
static member CaptureStructuredOutputsTool : Azure.AI.Projects.OpenAI.StructuredOutputDefinition -> Azure.AI.Projects.OpenAI.CaptureStructuredOutputsTool
Public Shared Function CaptureStructuredOutputsTool (Optional outputs As StructuredOutputDefinition = Nothing) As CaptureStructuredOutputsTool
Parameters
- outputs
- StructuredOutputDefinition
The structured outputs to capture from the model.
Returns
A new CaptureStructuredOutputsTool instance for mocking.