Agent Client Protocol - v0.22.1
    Preparing search index...

    Type Alias LlmProtocolExperimental

    LlmProtocol: "anthropic" | "openai" | "azure" | "vertex" | "bedrock" | string

    UNSTABLE

    This capability is not part of the spec yet, and may be removed or changed at any point.

    Well-known API protocol identifiers for LLM providers.

    Agents and clients MUST handle unknown protocol identifiers gracefully.

    Protocol names beginning with _ are free for custom use, like other ACP extension methods. Protocol names that do not begin with _ are reserved for the ACP spec.