unified-llm-client
    Preparing search index...

    Interface GeminiCreateCacheOptions

    interface GeminiCreateCacheOptions {
        displayName?: string;
        expireTime?: string;
        messages?: CanonicalMessage[];
        model: string;
        system?: string;
        toolChoice?: CanonicalToolChoice;
        tools?: CanonicalTool<JsonObject>[];
        ttl?: string;
    }
    Index

    Properties

    displayName?: string
    expireTime?: string
    messages?: CanonicalMessage[]
    model: string
    system?: string
    toolChoice?: CanonicalToolChoice
    ttl?: string