OutputItemMcpApprovalResponseResource 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.
MCP approval response.
public class OutputItemMcpApprovalResponseResource : Azure.AI.Extensions.OpenAI.AgentResponseItem, System.ClientModel.Primitives.IJsonModel<Azure.AI.Extensions.OpenAI.OutputItemMcpApprovalResponseResource>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Extensions.OpenAI.OutputItemMcpApprovalResponseResource>
type OutputItemMcpApprovalResponseResource = class
inherit AgentResponseItem
interface IJsonModel<OutputItemMcpApprovalResponseResource>
interface IPersistableModel<OutputItemMcpApprovalResponseResource>
Public Class OutputItemMcpApprovalResponseResource
Inherits AgentResponseItem
Implements IJsonModel(Of OutputItemMcpApprovalResponseResource), IPersistableModel(Of OutputItemMcpApprovalResponseResource)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| OutputItemMcpApprovalResponseResource(String, Boolean) |
Initializes a new instance of OutputItemMcpApprovalResponseResource. |
Properties
| Name | Description |
|---|---|
| AgentReference |
The agent that created the item. (Inherited from AgentResponseItem) |
| ApprovalRequestId |
The ID of the approval request being answered. |
| Approve |
Whether the request was approved. |
| Id | (Inherited from AgentResponseItem) |
| Reason |
Gets or sets the Reason. |
| ResponseId |
The response on which the item is created. (Inherited from AgentResponseItem) |