Type alias AIServiceOptions

AIServiceOptions: {
    debug?: boolean;
    disableLog?: boolean;
    fetch?: typeof __type;
    log?: LoggerFunction;
    rateLimiter?: RateLimiterFunction;
}

Type declaration