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

Property Value

Applies to