fix: correct typo in answer field name in tavily format_response_body function (#1287)
This commit is contained in:
parent
0a146dc63a
commit
6fd82f24dd
@ -36,7 +36,7 @@ M._defaults = {
|
||||
include_answer = "basic",
|
||||
},
|
||||
---@type WebSearchEngineProviderResponseBodyFormatter
|
||||
format_response_body = function(body) return body.anwser, nil end,
|
||||
format_response_body = function(body) return body.answer, nil end,
|
||||
},
|
||||
serpapi = {
|
||||
api_key_name = "SERPAPI_API_KEY",
|
||||
|
Loading…
x
Reference in New Issue
Block a user