Add re to imports
#65
by
davidefiocco
- opened
The VisitWebPageTool
uses re
in its internals but the module is not imported in its source file. So it's likely to fail when called by an agent.
This PR addresses the issue.
This was flagged already in https://huggingface.co/spaces/agents-course/First_agent_template/discussions/24 and other threads. Closing.
davidefiocco
changed pull request status to
closed