properly adding serper tool

This commit is contained in:
João Moura
2024-02-26 06:01:05 -03:00
parent 50bae27948
commit 80942bf38c
2 changed files with 1 additions and 2 deletions

View File

@@ -7,6 +7,7 @@ from .tools import (
DirectoryReadTool,
FileReadTool,
GithubSearchTool,
SeperDevTool,
TXTSearchTool,
JSONSearchTool,
MDXSearchTool,

View File

@@ -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']}",