mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-01 15:22:37 +00:00
properly adding serper tool
This commit is contained in:
@@ -31,8 +31,6 @@ class SeperDevTool(BaseTool):
|
||||
results = response.json()['organic']
|
||||
stirng = []
|
||||
for result in results:
|
||||
print(result)
|
||||
print('--------------')
|
||||
try:
|
||||
stirng.append('\n'.join([
|
||||
f"Title: {result['title']}",
|
||||
|
||||
Reference in New Issue
Block a user