ResponseCustomToolCallInputDeltaEvent(Int64, Int64, String, String) 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 ResponseCustomToolCallInputDeltaEvent.
public ResponseCustomToolCallInputDeltaEvent(long sequenceNumber, long outputIndex, string itemId, string delta);
new Azure.AI.AgentServer.Responses.Models.ResponseCustomToolCallInputDeltaEvent : int64 * int64 * string * string -> Azure.AI.AgentServer.Responses.Models.ResponseCustomToolCallInputDeltaEvent
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 this delta applies to.
- itemId
- String
Unique identifier for the API item associated with this event.
- delta
- String
The incremental input data (delta) for the custom tool call.
Exceptions
itemId or delta is null.