CSV search tool failes with following error
Tool Usage Failed
Name: Search a CSV’s content Error: APIConnectionError.init() takes 1 positional argument but 2 were given
In crew.py, used tool to initialize as below
tool = CSVSearchTool(csv=“/Users/XX/samplenew.csv”)
Following additional error is shown in console
I encountered an error while trying to use the tool. This was the error: APIConnectionError.init() takes 1 positional argument but 2 were given.
Tool Search a CSV’s content accepts these inputs: Tool Name: Search a CSV’s content
Tool Arguments: {‘search_query’: {‘description’: “Mandatory search query you want to use to search the CSV’s content”, ‘type’: ‘str’}}
Tool Description: A tool that can be used to semantic search a query the /Users/XX/samplenew.csv CSV’s content.
Any help is greatly appreciated