Freigeben über


ItemFieldFunctionToolCall.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; }
member this.Status : Nullable<Azure.AI.AgentServer.Responses.Models.OutputItemFunctionToolCallStatus>
Public ReadOnly Property Status As Nullable(Of OutputItemFunctionToolCallStatus)

Property Value

Applies to