mjhapp

Results 1 issues of mjhapp

I noticed in the output: `Action: Search a CSV's content` `Action Input: {"query": "Bonjour"}` To troubleshoot, I changed CSVSearchTool._run from ``` def _run( self, search_query: str, #here **kwargs: Any, )...