Skip to content

Commit

Permalink
feat: 支持用户输入变量
Browse files Browse the repository at this point in the history
--story=1016155 --user=刘瑞斌 【应用编排】-支持设置用户输入变量 https://www.tapd.cn/57709429/s/1576480
  • Loading branch information
liuruibin committed Sep 10, 2024
1 parent 689e74a commit f090214
Show file tree
Hide file tree
Showing 6 changed files with 414 additions and 38 deletions.
1 change: 1 addition & 0 deletions apps/application/serializers/application_serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -694,6 +694,7 @@ def profile(self, with_valid=True):
'tts_model_id': application.tts_model_id,
'stt_model_enable': application.stt_model_enable,
'tts_model_enable': application.tts_model_enable,
'work_flow': application.work_flow,
'show_source': application_access_token.show_source})

@transaction.atomic
Expand Down
Loading

0 comments on commit f090214

Please sign in to comment.