Update agent.py
Browse files
agent.py
CHANGED
@@ -88,7 +88,7 @@ def wiki_search(query: str) -> str:
|
|
88 |
@tool
|
89 |
def web_search(query: str) -> str:
|
90 |
"""
|
91 |
-
|
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."""
|