Remove "agent.state" argument from "agent.python_executor" args
#64
by
Sudheeradh
- opened
The "agent.python_executor" method expects a single string input and runs into error as 2 inputs are given. The agent.state is empty dict at that point and removing it doesn't affect it as it's anyway initialised internally as empty dict.