unified-llm-client
    Preparing search index...

    Interface ImageBase64Part

    interface ImageBase64Part {
        cacheControl?: CacheControl;
        type: "image_base64";
        data: string;
        mediaType: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    cacheControl?: CacheControl
    type: "image_base64"
    data: string
    mediaType: string