ItemCodeInterpreterToolCall 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 ItemCodeInterpreterToolCall.
public ItemCodeInterpreterToolCall(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.ItemCodeInterpreterToolCall : string * Azure.AI.AgentServer.Responses.Models.OutputItemCodeInterpreterToolCallStatus * string * string * seq<BinaryData> -> Azure.AI.AgentServer.Responses.Models.ItemCodeInterpreterToolCall
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.
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
- outputs
- IEnumerable<BinaryData>
Exceptions
id or containerId is null.