Freigeben über


ResponseCodeInterpreterCallCodeDoneEvent(Int64, Int64, String, String) Constructor

Definition

Initializes a new instance of ResponseCodeInterpreterCallCodeDoneEvent.

public ResponseCodeInterpreterCallCodeDoneEvent(long sequenceNumber, long outputIndex, string itemId, string code);
new Azure.AI.AgentServer.Responses.Models.ResponseCodeInterpreterCallCodeDoneEvent : int64 * int64 * string * string -> Azure.AI.AgentServer.Responses.Models.ResponseCodeInterpreterCallCodeDoneEvent
Public Sub New (sequenceNumber As Long, outputIndex As Long, itemId As String, code As String)

Parameters

sequenceNumber
Int64
outputIndex
Int64

The index of the output item in the response for which the code is finalized.

itemId
String

The unique identifier of the code interpreter tool call item.

code
String

The final code snippet output by the code interpreter.

Exceptions

itemId or code is null.

Applies to