ResponseMCPListToolsFailedEvent(Int64, String, Int64) Constructor

Definition

Initializes a new instance of ResponseMCPListToolsFailedEvent.

public ResponseMCPListToolsFailedEvent(long sequenceNumber, string itemId, long outputIndex);
new Azure.AI.AgentServer.Responses.Models.ResponseMCPListToolsFailedEvent : int64 * string * int64 -> Azure.AI.AgentServer.Responses.Models.ResponseMCPListToolsFailedEvent
Public Sub New (sequenceNumber As Long, itemId As String, outputIndex As Long)

Parameters

sequenceNumber
Int64
itemId
String

The ID of the MCP tool call item that failed.

outputIndex
Int64

The index of the output item that failed.

Exceptions

itemId is null.

Applies to