Skip to content

Commit

Permalink
Provide output data also in json property of workflow tool (#6924) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
akramer-zibra authored Aug 7, 2024
1 parent 3516989 commit a93bc83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/core/tools/tool/workflow_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ def _invoke(
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

Expand Down

0 comments on commit a93bc83

Please sign in to comment.