fix: workflow as tool garbled (#4707)
This commit is contained in:
parent
b7f81f0999
commit
e198bc9b9a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue