ProjectsAgentTool.CreateStructuredOutputsTool Method

Definition

Creates a tool that captures structured outputs from the agent.

public static Azure.AI.Projects.Agents.CaptureStructuredOutputsTool CreateStructuredOutputsTool(Azure.AI.Projects.Agents.StructuredOutputDefinition outputs);
static member CreateStructuredOutputsTool : Azure.AI.Projects.Agents.StructuredOutputDefinition -> Azure.AI.Projects.Agents.CaptureStructuredOutputsTool
Public Shared Function CreateStructuredOutputsTool (outputs As StructuredOutputDefinition) As CaptureStructuredOutputsTool

Parameters

outputs
StructuredOutputDefinition

The structured output definition the agent should produce.

Returns

Applies to