You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update queue type to avoid build error
Existing code gives this error
node_modules/langchain/dist/util/async_caller.d.ts:30:22 - error TS2702: 'PQueueMod' only refers to a type, but is being used as a namespace here.
30 protected queue: PQueueMod.default;
This PR fixes it..
* Update langchain/src/util/async_caller.ts
---------
Co-authored-by: Nuno Campos <[email protected]>
0 commit comments