This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
OpenSource
/
dify
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
152
Wiki
Activity
Browse Source
Provide output data also in json property of workflow tool (
#6924
) (
#7027
)
tags/0.7.0
Achim
1 year ago
parent
3516989738
commit
a93bc83c8d
No account linked to committer's email address
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
api/core/tools/tool/workflow_tool.py
+ 1
- 0
api/core/tools/tool/workflow_tool.py
View File
@@ -72,6 +72,7 @@ class WorkflowTool(Tool):
result.append(self.create_file_var_message(file))
result.append(self.create_text_message(json.dumps(outputs, ensure_ascii=False)))
result.append(self.create_json_message(outputs))
return result
Write
Preview
Loading…
Cancel
Save