ResponseMCPListToolsInProgressEvent(Int64, String, Int64) Constructor
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.
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.