Skip to main content

Interface: AsyncCallerParams

base_language.internal.AsyncCallerParams

Hierarchy

Properties

maxConcurrency

Optional maxConcurrency: number

The maximum number of concurrent calls that can be made. Defaults to Infinity, which means no limit.

Defined in

langchain/src/util/async_caller.ts:9


maxRetries

Optional maxRetries: number

The maximum number of retries that can be made for a single call, with an exponential backoff between each attempt. Defaults to 6.

Defined in

langchain/src/util/async_caller.ts:14