unified-llm-client
    Preparing search index...

    Interface ImageUrlPart

    interface ImageUrlPart {
        cacheControl?: CacheControl;
        type: "image_url";
        url: string;
        mediaType?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    cacheControl?: CacheControl
    type: "image_url"
    url: string
    mediaType?: string