IamRulo commited on
Commit
71224be
·
verified ·
1 Parent(s): bb628cc

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -88,7 +88,7 @@ def wiki_search(query: str) -> str:
88
  @tool
89
  def web_search(query: str) -> str:
90
  """
91
- """Search Tavily for a query and return maximum 3 results.
92
 
93
  Args:
94
  query: The search query."""
 
88
  @tool
89
  def web_search(query: str) -> str:
90
  """
91
+ """Search Tavily for a query and return maximum 3 results.
92
 
93
  Args:
94
  query: The search query."""