Spaces:
Sleeping
Sleeping
Update tools.py
Browse files
tools.py
CHANGED
|
@@ -123,7 +123,7 @@ def search_and_extract(query: str) -> list[dict]:
|
|
| 123 |
|
| 124 |
|
| 125 |
@tool
|
| 126 |
-
def aggregate_information(query: str
|
| 127 |
"""
|
| 128 |
Processes a list of unstructured text chunks (e.g., search results) and produces a concise, query-specific summary.
|
| 129 |
|
|
|
|
| 123 |
|
| 124 |
|
| 125 |
@tool
|
| 126 |
+
def aggregate_information(query: str, results: list[str]) -> str:
|
| 127 |
"""
|
| 128 |
Processes a list of unstructured text chunks (e.g., search results) and produces a concise, query-specific summary.
|
| 129 |
|