ART Framework API Docs
    Preparing search index...

    Interface RuntimeProviderConfig

    Configuration passed AT RUNTIME for a specific LLM call.

    RuntimeProviderConfig

    interface RuntimeProviderConfig {
        adapterOptions: any;
        modelId: string;
        providerName: string;
    }
    Index

    Properties

    adapterOptions: any

    Specific options for THIS instance (apiKey, temperature, contextSize, baseUrl, etc.).

    modelId: string

    Specific model identifier (e.g., 'gpt-4o', 'llama3:latest').

    providerName: string

    Must match a name in AvailableProviderEntry.