From 53c7d815ae1548f09f8549ba2fb271fd28a1496c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Moura?= Date: Mon, 13 May 2024 21:30:34 -0300 Subject: [PATCH] preapring new verison with new version of Exa tool --- src/crewai_tools/tools/exa_tools/exa_search_tool.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/crewai_tools/tools/exa_tools/exa_search_tool.py b/src/crewai_tools/tools/exa_tools/exa_search_tool.py index 541c673b9..30f77d1ee 100644 --- a/src/crewai_tools/tools/exa_tools/exa_search_tool.py +++ b/src/crewai_tools/tools/exa_tools/exa_search_tool.py @@ -15,6 +15,7 @@ class EXASearchTool(EXABaseTool): payload = { "query": search_query, + "type": "magic", } headers = self.headers.copy()