ProjectsOpenAIModelFactory.AgentStructuredOutputsResponseItem Method

Definition

The AgentStructuredOutputsResponseItem.

public static Azure.AI.Projects.OpenAI.AgentStructuredOutputsResponseItem AgentStructuredOutputsResponseItem(string id = default, Azure.AI.Projects.OpenAI.AgentReference agentReference = default, string responseId = default, BinaryData output = default);
static member AgentStructuredOutputsResponseItem : string * Azure.AI.Projects.OpenAI.AgentReference * string * BinaryData -> Azure.AI.Projects.OpenAI.AgentStructuredOutputsResponseItem
Public Shared Function AgentStructuredOutputsResponseItem (Optional id As String = Nothing, Optional agentReference As AgentReference = Nothing, Optional responseId As String = Nothing, Optional output As BinaryData = Nothing) As AgentStructuredOutputsResponseItem

Parameters

id
String
agentReference
AgentReference

The agent that created the item.

responseId
String

The response on which the item is created.

output
BinaryData

The structured output captured during the response.

Returns

A new AgentStructuredOutputsResponseItem instance for mocking.

Applies to