ResponseMCPCallArgumentsDeltaEvent(Int64, Int64, String, String) Constructor

Definition

Initializes a new instance of ResponseMCPCallArgumentsDeltaEvent.

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

Parameters

sequenceNumber
Int64
outputIndex
Int64

The index of the output item in the response's output array.

itemId
String

The unique identifier of the MCP tool call item being processed.

delta
String

A JSON string containing the partial update to the arguments for the MCP tool call.

Exceptions

itemId or delta is null.

Applies to