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

    Interface Annotations

    Optional annotations for the client. The client can use annotations to inform how objects are used or displayed

    interface Annotations {
        _meta?: { [k: string]: unknown };
        audience?: Role[] | null;
        lastModified?: string | null;
        priority?: number | null;
    }
    Index

    Properties

    _meta?: { [k: string]: unknown }

    Extension point for implementations

    audience?: Role[] | null
    lastModified?: string | null
    priority?: number | null