fix(tavily): remove time restriction of 1 day (#1241)

This commit is contained in:
Thomas Müller 2025-02-11 08:57:38 +01:00 committed by GitHub
parent 31c1701660
commit f660350cdc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,7 +33,6 @@ M._defaults = {
tavily = { tavily = {
api_key_name = "TAVILY_API_KEY", api_key_name = "TAVILY_API_KEY",
extra_request_body = { extra_request_body = {
time_range = "d",
include_answer = "basic", include_answer = "basic",
}, },
---@type WebSearchEngineProviderResponseBodyFormatter ---@type WebSearchEngineProviderResponseBodyFormatter