Agent Client Protocol - v0.2.0-alpha.8
    Preparing search index...

    Interface PromptCapabilities

    Prompt capabilities supported by the agent.

    interface PromptCapabilities {
        audio?: boolean;
        embeddedContext?: boolean;
        image?: boolean;
    }
    Index

    Properties

    audio?: boolean

    Agent supports [ContentBlock::Audio].

    embeddedContext?: boolean

    Agent supports embedded context in session/prompt requests.

    When enabled, the Client is allowed to include [ContentBlock::Resource] in prompt requests for pieces of context that are referenced in the message.

    image?: boolean

    Agent supports [ContentBlock::Image].