-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot read properties of undefined (reading 'log') - AgentExecutor #5217
Comments
The error you're encountering, "Cannot read properties of undefined (reading 'log')", suggests that there's an attempt to access a To address this, you should ensure that all objects, especially those related to logging or involved in the execution flow of Since the error could stem from a part of the codebase not shown in your snippets, such as the internal workings of Without direct access to the full codebase or the specific implementation details of the
|
Checked other resources
Example Code
The following code
where
and
'log' is present in the agent chain, as you can see in the logs. Why is the agentExecutor invoke failing?
Error Message and Stack Trace (if applicable)
Description
System Info
Node version 18
Running on a AWS Lambda
The text was updated successfully, but these errors were encountered: