ACP v2 TypeScript SDK — EXPERIMENTAL DRAFT - v1.3.0
    Preparing search index...

    Type Alias ToolCallStatusExperimental

    ToolCallStatus:
        | "pending"
        | "in_progress"
        | "completed"
        | "failed"
        | "cancelled"
        | string

    Execution status of a tool call.

    Tool calls progress through different statuses during their lifecycle.

    See protocol docs: Status