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

    Type Alias NesCapabilities

    NES capabilities advertised by the agent during initialization.

    type NesCapabilities = {
        _meta?: { [key: string]: unknown } | null;
        context?: NesContextCapabilities | null;
        events?: NesEventCapabilities | null;
    }
    Index

    Properties

    _meta?: { [key: string]: unknown } | null

    The _meta property is reserved by ACP to allow clients and agents to attach additional metadata to their interactions. Implementations MUST NOT make assumptions about values at these keys.

    See protocol docs: Extensibility

    context?: NesContextCapabilities | null

    Context the agent wants attached to each suggestion request.

    events?: NesEventCapabilities | null

    Events the agent wants to receive.