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