unified-llm-client
    Preparing search index...

    Interface CanonicalMessage

    interface CanonicalMessage {
        content: string | CanonicalPart[];
        metadata?: Record<string, unknown>;
        pinned?: boolean;
        role: CanonicalRole;
    }
    Index

    Properties

    content: string | CanonicalPart[]
    metadata?: Record<string, unknown>
    pinned?: boolean