Wajahat698 commited on
Commit
ff65c2b
·
verified ·
1 Parent(s): 9edaec1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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=False,
1236
- include_images=False,
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