unified-llm-client
    Preparing search index...

    Interface OpenAIPromptCachingOptions

    interface OpenAIPromptCachingOptions {
        key?: string;
        retention?: "24h" | "in_memory";
    }
    Index

    Properties

    Properties

    key?: string
    retention?: "24h" | "in_memory"