ResponseCodeInterpreterCallCodeDeltaEvent 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 ResponseCodeInterpreterCallCodeDeltaEvent.
public ResponseCodeInterpreterCallCodeDeltaEvent(long sequenceNumber, long outputIndex, string itemId, string delta);
new Azure.AI.AgentServer.Responses.Models.ResponseCodeInterpreterCallCodeDeltaEvent : int64 * int64 * string * string -> Azure.AI.AgentServer.Responses.Models.ResponseCodeInterpreterCallCodeDeltaEvent
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 for which the code is being streamed.
- itemId
- String
The unique identifier of the code interpreter tool call item.
- delta
- String
The partial code snippet being streamed by the code interpreter.
Exceptions
itemId or delta is null.