Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface OllamaRouteOptions

    interface OllamaRouteOptions {
        baseUrl?: string;
        credentialRef?: CredentialRef | null;
        headers?: Readonly<Record<string, string>>;
        model: string;
        providerId?: string;
        retry?: RetryPolicyConfig;
    }
    Index
    baseUrl?: string
    credentialRef?: CredentialRef | null
    headers?: Readonly<Record<string, string>>
    model: string
    providerId?: string