mirror of
https://github.com/hwchase17/langchain.git
synced 2025-10-06 04:38:05 +00:00
In the example for creating a Python REPL tool under the Agent module, the ".run" was omitted in the example. I believe this is required when defining a Tool.