fix: json-reader-json-output (#3552)

This commit is contained in:
Yeuoly 2024-04-17 14:09:42 +08:00 committed by GitHub
parent b890c11c14
commit e212a87b86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@ class JinaReaderTool(BuiltinTool):
url = tool_parameters['url']
headers = {
'Accept': 'text/event-stream'
'Accept': 'application/json'
}
response = ssrf_proxy.get(