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

    Interface AgentCapabilities

    Capabilities supported by the agent.

    interface AgentCapabilities {
        loadSession?: boolean;
        promptCapabilities?: PromptCapabilities;
    }
    Index

    Properties

    loadSession?: boolean

    Whether the agent supports session/load.

    promptCapabilities?: PromptCapabilities