unified-llm-client
    Preparing search index...

    Interface DocumentPart

    interface DocumentPart {
        cacheControl?: CacheControl;
        type: "document";
        data?: string;
        mediaType: string;
        title?: string;
        url?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    cacheControl?: CacheControl
    type: "document"
    data?: string
    mediaType: string
    title?: string
    url?: string