UNPKG

ai-utils.js

Version:

Build AI applications, chatbots, and agents with JavaScript and TypeScript.

6 lines (5 loc) 223 B
import { ThrottleFunction } from "./ThrottleFunction.js"; /** * The `throttleUnlimitedConcurrency` strategy does not limit parallel API calls. */ export declare const throttleUnlimitedConcurrency: () => ThrottleFunction;