@squidcloud/client
    Preparing search index...

    Interface ApplicationAiSettings

    Per application AI settings.

    interface ApplicationAiSettings {
        apiKeys: Partial<Record<AiProviderType, SecretKey>>;
    }
    Index

    Properties

    Properties

    apiKeys: Partial<Record<AiProviderType, SecretKey>>

    Maps AI provider name to API key secret name that must be used for any request made by the application.