mirror of https://github.com/langgenius/dify.git
fix preview and recommend plugins
This commit is contained in:
parent
e1b6da21f4
commit
617dc247f5
|
|
@ -116,9 +116,9 @@ workflow_run_node_execution_fields = {
|
|||
"created_by_account": fields.Nested(simple_account_fields, attribute="created_by_account", allow_null=True),
|
||||
"created_by_end_user": fields.Nested(simple_end_user_fields, attribute="created_by_end_user", allow_null=True),
|
||||
"finished_at": TimestampField,
|
||||
# "inputs_truncated": fields.Boolean,
|
||||
# "outputs_truncated": fields.Boolean,
|
||||
# "process_data_truncated": fields.Boolean,
|
||||
"inputs_truncated": fields.Boolean,
|
||||
"outputs_truncated": fields.Boolean,
|
||||
"process_data_truncated": fields.Boolean,
|
||||
}
|
||||
|
||||
workflow_run_node_execution_list_fields = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue