OutputItemCodeInterpreterToolCall.Status Property

Definition

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

public Azure.AI.AgentServer.Responses.Models.ItemCodeInterpreterToolCallStatus Status { get; set; }
member this.Status : Azure.AI.AgentServer.Responses.Models.ItemCodeInterpreterToolCallStatus with get, set
Public Property Status As ItemCodeInterpreterToolCallStatus

Property Value

Applies to