Provide output data also in json property of workflow tool (#6924) (#7027)

This commit is contained in:
Achim 2024-08-07 02:54:51 +02:00 committed by GitHub
parent 3516989738
commit a93bc83c8d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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