- CustomAgent.py +1 -1
CustomAgent.py
CHANGED
|
@@ -47,7 +47,7 @@ Question: {question}
|
|
| 47 |
return result
|
| 48 |
|
| 49 |
@staticmethod
|
| 50 |
-
def websearch(
|
| 51 |
"""
|
| 52 |
Performs a web search using an external web search API.
|
| 53 |
Args:
|
|
|
|
| 47 |
return result
|
| 48 |
|
| 49 |
@staticmethod
|
| 50 |
+
def websearch(query: str) -> str:
|
| 51 |
"""
|
| 52 |
Performs a web search using an external web search API.
|
| 53 |
Args:
|