Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1229,11 +1229,10 @@ def cache_response(query, response, ttl=3600):
|
|
| 1229 |
|
| 1230 |
|
| 1231 |
tavily_tool = TavilySearchResults(
|
| 1232 |
-
|
| 1233 |
-
search_depth="advanced",
|
| 1234 |
include_answer=True,
|
| 1235 |
-
include_raw_content=
|
| 1236 |
-
include_images=
|
| 1237 |
# include_domains=[...],
|
| 1238 |
# exclude_domains=[...],
|
| 1239 |
# name="...", # overwrite default tool name
|
|
|
|
| 1229 |
|
| 1230 |
|
| 1231 |
tavily_tool = TavilySearchResults(
|
| 1232 |
+
search_depth="intermediate",
|
|
|
|
| 1233 |
include_answer=True,
|
| 1234 |
+
include_raw_content=False,
|
| 1235 |
+
include_images=False,
|
| 1236 |
# include_domains=[...],
|
| 1237 |
# exclude_domains=[...],
|
| 1238 |
# name="...", # overwrite default tool name
|