ResponseMCPListToolsCompletedEvent(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 ResponseMCPListToolsCompletedEvent.
public ResponseMCPListToolsCompletedEvent(long sequenceNumber, string itemId, long outputIndex);
new Azure.AI.AgentServer.Responses.Models.ResponseMCPListToolsCompletedEvent : int64 * string * int64 -> Azure.AI.AgentServer.Responses.Models.ResponseMCPListToolsCompletedEvent
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 produced this output.
- outputIndex
- Int64
The index of the output item that was processed.
Exceptions
itemId is null.