ResponseMCPCallArgumentsDoneEvent Constructors
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.
Overloads
| Name | Description |
|---|---|
| ResponseMCPCallArgumentsDoneEvent() |
Initializes a new instance of ResponseMCPCallArgumentsDoneEvent for deserialization. |
| ResponseMCPCallArgumentsDoneEvent(Int32, Int32, String, BinaryData) |
Initializes a new instance of ResponseMCPCallArgumentsDoneEvent. |
| ResponseMCPCallArgumentsDoneEvent(ResponseStreamEventType, Int32, IDictionary<String,BinaryData>, Int32, String, BinaryData) |
Initializes a new instance of ResponseMCPCallArgumentsDoneEvent. |
ResponseMCPCallArgumentsDoneEvent()
Initializes a new instance of ResponseMCPCallArgumentsDoneEvent for deserialization.
public ResponseMCPCallArgumentsDoneEvent();
Public Sub New ()
Applies to
ResponseMCPCallArgumentsDoneEvent(Int32, Int32, String, BinaryData)
Initializes a new instance of ResponseMCPCallArgumentsDoneEvent.
public ResponseMCPCallArgumentsDoneEvent(int sequenceNumber, int outputIndex, string itemId, BinaryData arguments);
new Azure.AI.AgentServer.Contracts.Generated.OpenAI.ResponseMCPCallArgumentsDoneEvent : int * int * string * BinaryData -> Azure.AI.AgentServer.Contracts.Generated.OpenAI.ResponseMCPCallArgumentsDoneEvent
Public Sub New (sequenceNumber As Integer, outputIndex As Integer, itemId As String, arguments As BinaryData)
Parameters
- sequenceNumber
- Int32
The sequence number for this event.
- outputIndex
- Int32
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.
- arguments
- BinaryData
The finalized arguments for the MCP tool call.
Exceptions
itemId or arguments is null.
Applies to
ResponseMCPCallArgumentsDoneEvent(ResponseStreamEventType, Int32, IDictionary<String,BinaryData>, Int32, String, BinaryData)
Initializes a new instance of ResponseMCPCallArgumentsDoneEvent.
public ResponseMCPCallArgumentsDoneEvent(Azure.AI.AgentServer.Contracts.Generated.OpenAI.ResponseStreamEventType type, int sequenceNumber, System.Collections.Generic.IDictionary<string,BinaryData> serializedAdditionalRawData, int outputIndex, string itemId, BinaryData arguments);
new Azure.AI.AgentServer.Contracts.Generated.OpenAI.ResponseMCPCallArgumentsDoneEvent : Azure.AI.AgentServer.Contracts.Generated.OpenAI.ResponseStreamEventType * int * System.Collections.Generic.IDictionary<string, BinaryData> * int * string * BinaryData -> Azure.AI.AgentServer.Contracts.Generated.OpenAI.ResponseMCPCallArgumentsDoneEvent
Public Sub New (type As ResponseStreamEventType, sequenceNumber As Integer, serializedAdditionalRawData As IDictionary(Of String, BinaryData), outputIndex As Integer, itemId As String, arguments As BinaryData)
Parameters
- sequenceNumber
- Int32
The sequence number for this event.
- serializedAdditionalRawData
- IDictionary<String,BinaryData>
Keeps track of any properties unknown to the library.
- outputIndex
- Int32
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.
- arguments
- BinaryData
The finalized arguments for the MCP tool call.