UNPKG

ai-utils.js

Version:

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

5 lines (4 loc) 154 B
/** * The `throttleUnlimitedConcurrency` strategy does not limit parallel API calls. */ export const throttleUnlimitedConcurrency = () => (fn) => fn();