fix: set include_raw_content to false in Tavily search as wealready get relevant data inside content
This commit is contained in:
parent
a7360a1d00
commit
cf75cadca9
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ func (p *TavilySearchProvider) Search(ctx context.Context, query string, count i
|
|||
"search_depth": "advanced",
|
||||
"include_answer": false,
|
||||
"include_images": false,
|
||||
"include_raw_content": "markdown",
|
||||
"include_raw_content": "false",
|
||||
"max_results": count,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue