Getting Error while running trip_planner example

Hi - I was trying to run crewAI-examples/trip_planner at main · crewAIInc/crewAI-examples · GitHub but during execution it throws error.

/crewAI-examples-main/trip_planner/main.py", line 21, in run
** city_selector_agent = agents.city_selection_agent()**

File “/var/data/python/lib/python3.12/site-packages/pydantic/main.py”, line 214, in init
validated_self = self.pydantic_validator.validate_python(data, self_instance=self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
pydantic_core._pydantic_core.ValidationError: 2 validation errors for Agent
tools.0
Input should be a valid dictionary or instance of BaseTool [type=model_type, input_value=StructuredTool(name='Sear…rnet at 0x7f01f4700e00>), input_type=StructuredTool]
For further information visit Redirecting...
tools.1
Input should be a valid dictionary or instance of BaseTool [type=model_type, input_value=StructuredTool(name='Scra…site at 0x7f01f4160680>), input_type=StructuredTool]

Please support on this.

Regards
Krishna

which version of crewai are you running the project with?

I am using crewai v0.114.0

Please let me know if there is an update on this issue. Please guide me on this. @tonykipkemboi

Thanks