ItemFieldMcpToolCall.Status Property

Definition

The status of the tool call. One of in_progress, completed, incomplete, calling, or failed.

public Azure.AI.AgentServer.Responses.Models.MCPToolCallStatus? Status { get; }
member this.Status : Nullable<Azure.AI.AgentServer.Responses.Models.MCPToolCallStatus>
Public ReadOnly Property Status As Nullable(Of MCPToolCallStatus)

Property Value

Applies to