ProjectsAgentTool.CreateStructuredOutputsTool 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.
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.