ResponseEventStream.AddOutputItemMcpApprovalRequest 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 an MCP approval request output item scope with the next output index and an auto-generated item ID.
public virtual Azure.AI.AgentServer.Responses.OutputItemBuilder<Azure.AI.AgentServer.Responses.Models.OutputItemMcpApprovalRequest> AddOutputItemMcpApprovalRequest();
abstract member AddOutputItemMcpApprovalRequest : unit -> Azure.AI.AgentServer.Responses.OutputItemBuilder<Azure.AI.AgentServer.Responses.Models.OutputItemMcpApprovalRequest>
override this.AddOutputItemMcpApprovalRequest : unit -> Azure.AI.AgentServer.Responses.OutputItemBuilder<Azure.AI.AgentServer.Responses.Models.OutputItemMcpApprovalRequest>
Public Overridable Function AddOutputItemMcpApprovalRequest () As OutputItemBuilder(Of OutputItemMcpApprovalRequest)
Returns
A new OutputItemBuilder<T> for the MCP approval request output item.