mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-10 03:16:51 +08:00
fix: workflow as tool garbled (#4707)
This commit is contained in:
@@ -70,7 +70,7 @@ class WorkflowTool(Tool):
|
||||
for file in files:
|
||||
result.append(self.create_file_var_message(file))
|
||||
|
||||
result.append(self.create_text_message(json.dumps(outputs)))
|
||||
result.append(self.create_text_message(json.dumps(outputs, ensure_ascii=False)))
|
||||
|
||||
return result
|
||||
|
||||
|
||||
Reference in New Issue
Block a user