cutting new verison with exa search tool

This commit is contained in:
João Moura
2024-05-02 23:15:32 -03:00
parent 59d9d9eb1f
commit 037e80c6a3

View File

@@ -24,5 +24,4 @@ class EXASearchTool(EXABaseTool):
results = response.json()
if 'results' in results:
results = super()._parse_results(results['results'])
else:
return results