feat: add app_mode field to app import and model definitions (#15729)
Signed-off-by: -LAN- <laipz8200@outlook.com> Co-authored-by: twwu <twwu@dify.ai>
This commit is contained in:
parent
20376ca951
commit
cefec44070
8 changed files with 17 additions and 11 deletions
|
|
@ -204,6 +204,7 @@ app_import_fields = {
|
|||
"id": fields.String,
|
||||
"status": fields.String,
|
||||
"app_id": fields.String,
|
||||
"app_mode": fields.String,
|
||||
"current_dsl_version": fields.String,
|
||||
"imported_dsl_version": fields.String,
|
||||
"error": fields.String,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue