Bug: create_react_agent doesn't actually take in a ToolExecutor #1224
Closed
mschoenb97IL
started this conversation in
Ideas
Replies: 1 comment
-
Reported as a bug |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the type hints for
create_react_agent
, it says thattools
can be passed in as aToolExecutor
, but in practice this does not work.This script:
Gives this error:
Beta Was this translation helpful? Give feedback.
All reactions