alejandro-ao/crewai-crash-course

Crew has issues with `get_contents` tool

Opened this issue · 0 comments

Great solution Alejandro, you rock!

My crew regularly find the issue below when running, on get_contents tool. Any idea what can be done to make it clear for the crew how the ids parameter needs to be structured?

I encountered an error while trying to use the tool. This was the error: eval() arg 1 must be a string, bytes or code object.
 Tool get_contents accepts these inputs: get_contents(ids: str) - Get the contents of a webpage.
      The ids must be passed in as a list, a list of ids returned from `search`.