mirror of
https://github.com/langgenius/dify.git
synced 2026-03-06 06:35:24 -05:00
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user