mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-11 00:58:30 +00:00
cutting new verison with exa search tool
This commit is contained in:
@@ -24,5 +24,4 @@ class EXASearchTool(EXABaseTool):
|
|||||||
results = response.json()
|
results = response.json()
|
||||||
if 'results' in results:
|
if 'results' in results:
|
||||||
results = super()._parse_results(results['results'])
|
results = super()._parse_results(results['results'])
|
||||||
else:
|
|
||||||
return results
|
return results
|
||||||
|
|||||||
Reference in New Issue
Block a user