mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-10 03:16:51 +08:00
fix: json-reader-json-output (#3552)
This commit is contained in:
@@ -20,7 +20,7 @@ class JinaReaderTool(BuiltinTool):
|
||||
url = tool_parameters['url']
|
||||
|
||||
headers = {
|
||||
'Accept': 'text/event-stream'
|
||||
'Accept': 'application/json'
|
||||
}
|
||||
|
||||
response = ssrf_proxy.get(
|
||||
|
||||
Reference in New Issue
Block a user