ProjectsOpenAIModelFactory.AgentStructuredOutputsResponseItem 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.
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.