Skip to content

Commit

Permalink
fix(api/services/workflow/workflow_converter.py): Add converrsation v…
Browse files Browse the repository at this point in the history
…ariable to workflow. (langgenius#7257)
  • Loading branch information
laipz8200 authored and cuiks committed Sep 2, 2024
1 parent d319902 commit ccc2f63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/services/workflow/workflow_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ def convert_app_model_config_to_workflow(self, app_model: App,
features=json.dumps(features),
created_by=account_id,
environment_variables=[],
conversation_variables=[],
)

db.session.add(workflow)
Expand Down

0 comments on commit ccc2f63

Please sign in to comment.