diff --git a/libs/superagent/app/tools/google_search.py b/libs/superagent/app/tools/google_search.py index 7dfcf4a7d..9770b2c2e 100644 --- a/libs/superagent/app/tools/google_search.py +++ b/libs/superagent/app/tools/google_search.py @@ -1,11 +1,9 @@ -import aiohttp -import requests import json -from decouple import config +import aiohttp +import requests from langchain_community.tools import BaseTool - url = "https://google.serper.dev/search"