OutputItemCustomToolCall.Status Property

Definition

The status of the item. One of in_progress, completed, or incomplete. Populated when items are returned via API.

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

Property Value

Applies to