unified-llm-client
    Preparing search index...

    Interface ModelRegistryOptions

    Options for the shared model registry.

    interface ModelRegistryOptions {
        emitStalenessWarning?: boolean;
        now?: () => Date;
        onWarning?: (message: string) => void;
    }
    Index

    Properties

    emitStalenessWarning?: boolean
    now?: () => Date
    onWarning?: (message: string) => void