ResponseMCPListToolsInProgressEvent(Int64, String, Int64) Constructor

Definition

Initializes a new instance of ResponseMCPListToolsInProgressEvent.

public ResponseMCPListToolsInProgressEvent(long sequenceNumber, string itemId, long outputIndex);
new Azure.AI.AgentServer.Responses.Models.ResponseMCPListToolsInProgressEvent : int64 * string * int64 -> Azure.AI.AgentServer.Responses.Models.ResponseMCPListToolsInProgressEvent
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 is being processed.

outputIndex
Int64

The index of the output item that is being processed.

Exceptions

itemId is null.

Applies to