AgentResponseItem Class
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 AgentResponseItem. Please note this is the abstract base class. The derived classes available for instantiation are: AgentStructuredOutputsResponseItem, AgentWorkflowPreviewActionResponseItem, OAuthConsentRequestResponseItem, MemorySearchToolCallResponseItem, BingGroundingToolCall, BingGroundingToolCallOutput, SharepointGroundingToolCall, SharepointGroundingToolCallOutput, AzureAISearchToolCall, AzureAISearchToolCallOutput, BingCustomSearchToolCall, BingCustomSearchToolCallOutput, OpenApiToolCall, OpenApiToolCallOutput, BrowserAutomationToolCall, BrowserAutomationToolCallOutput, FabricDataAgentToolCall, FabricDataAgentToolCallOutput, AzureFunctionToolCall, AzureFunctionToolCallOutput, A2AToolCall, and A2AToolCallOutput.
[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.Projects.OpenAI.UnknownAgentResponseItem))]
public abstract class AgentResponseItem : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.OpenAI.AgentResponseItem>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.OpenAI.AgentResponseItem>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.Projects.OpenAI.UnknownAgentResponseItem))>]
type AgentResponseItem = class
interface IJsonModel<AgentResponseItem>
interface IPersistableModel<AgentResponseItem>
Public MustInherit Class AgentResponseItem
Implements IJsonModel(Of AgentResponseItem), IPersistableModel(Of AgentResponseItem)
- Inheritance
-
AgentResponseItem
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| AgentReference |
The agent that created the item. |
| Id |
Gets the Id. |
| ResponseId |
The response on which the item is created. |
Methods
Operators
| Name | Description |
|---|---|
| Implicit(AgentResponseItem to ResponseItem) | |
| Implicit(ResponseItem to AgentResponseItem) | |