Freigeben über


OutputItemCodeInterpreterToolCall Constructor

Definition

Initializes a new instance of OutputItemCodeInterpreterToolCall.

public OutputItemCodeInterpreterToolCall(string id, Azure.AI.AgentServer.Responses.Models.OutputItemCodeInterpreterToolCallStatus status, string containerId, string code, System.Collections.Generic.IEnumerable<BinaryData> outputs);
new Azure.AI.AgentServer.Responses.Models.OutputItemCodeInterpreterToolCall : string * Azure.AI.AgentServer.Responses.Models.OutputItemCodeInterpreterToolCallStatus * string * string * seq<BinaryData> -> Azure.AI.AgentServer.Responses.Models.OutputItemCodeInterpreterToolCall
Public Sub New (id As String, status As OutputItemCodeInterpreterToolCallStatus, containerId As String, code As String, outputs As IEnumerable(Of BinaryData))

Parameters

id
String

The unique ID of the code interpreter tool call.

status
OutputItemCodeInterpreterToolCallStatus

The status of the code interpreter tool call. Valid values are in_progress, completed, incomplete, interpreting, and failed.

containerId
String

The ID of the container used to run the code.

code
String

Exceptions

id or containerId is null.

Applies to