Why is initializeAgentExecutorWithOptions
an async function?
#3488
hae-yoon-cha-ck
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
if you look here:
langchainjs/langchain/src/agents/initialize.ts
Lines 101 to 129 in fad95e4
from a simple look, there are no
await
calls in this function, so therefore the implementation does not need to beasync
. why is it so?Beta Was this translation helpful? Give feedback.
All reactions