Remove "agent.state" argument from "agent.python_executor" args

#64

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.

Hugging Face Agents Course org

Thanks for the update! This has been fixed in another PR. Feel free to reopen if the issue persists and sorry for the inconvenience

sergiopaniego changed pull request status to closed

Sign up or log in to comment