SergeyO7 commited on
Commit
66d90a2
·
verified ·
1 Parent(s): 9c9e4aa

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -14,7 +14,7 @@ class GoogleSearchTool:
14
  raise ValueError("GOOGLE_API_KEY and GOOGLE_CSE_ID must be set in environment variables.")
15
 
16
  def search(self, query: str) -> str:
17
- """Perform a Google search query
18
  Args:
19
  query: Search query string
20
  Returns:
 
14
  raise ValueError("GOOGLE_API_KEY and GOOGLE_CSE_ID must be set in environment variables.")
15
 
16
  def search(self, query: str) -> str:
17
+ """Perform a Google search query
18
  Args:
19
  query: Search query string
20
  Returns: