Skip to content

Commit 7985a3f

Browse files
committed
refactor(应用): 优化嵌入应用的执行详情
1 parent 260cdb0 commit 7985a3f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

apps/application/flow/step_node/application_node/impl/base_application_node.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,5 +134,7 @@ def get_details(self, index: int, **kwargs):
134134
'answer_tokens': self.context.get('answer_tokens'),
135135
'status': self.status,
136136
'err_message': self.err_message,
137-
'global_fields': global_fields
137+
'global_fields': global_fields,
138+
'document_list': self.workflow_manage.document_list,
139+
'image_list': self.workflow_manage.image_list
138140
}

0 commit comments

Comments
 (0)