Passing CrewStructuredTool to tools

Trying to pass a CrewStructuredTool to a task’s tools and I get this error:

result from product research: Error researching products: 1 validation error for Task
tools.1
Input should be a valid dictionary or instance of BaseTool [type=model_type, input_value=CrewStructuredTool(name=‘… the specified website’), input_type=CrewStructuredTool]

Confused how to pass the CrewStructuredTool to tools.