Freigeben über


OutputItemFunctionToolCall.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.OutputItemFunctionToolCallStatus? Status { get; set; }
member this.Status : Nullable<Azure.AI.AgentServer.Responses.Models.OutputItemFunctionToolCallStatus> with get, set
Public Property Status As Nullable(Of OutputItemFunctionToolCallStatus)

Property Value

Applies to