Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1232,8 +1232,8 @@ tavily_tool = TavilySearchResults(
|
|
| 1232 |
max_results=6,
|
| 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
|
|
|
|
| 1232 |
max_results=6,
|
| 1233 |
search_depth="advanced",
|
| 1234 |
include_answer=True,
|
| 1235 |
+
include_raw_content=True,
|
| 1236 |
+
include_images=True,
|
| 1237 |
# include_domains=[...],
|
| 1238 |
# exclude_domains=[...],
|
| 1239 |
# name="...", # overwrite default tool name
|