refactor(应用): 优化嵌入应用的执行详情
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run

This commit is contained in:
wxg0103 2024-11-19 17:56:15 +08:00 committed by wxg
parent 260cdb044e
commit 7985a3f1e0

View File

@ -134,5 +134,7 @@ class BaseApplicationNode(IApplicationNode):
'answer_tokens': self.context.get('answer_tokens'),
'status': self.status,
'err_message': self.err_message,
'global_fields': global_fields
'global_fields': global_fields,
'document_list': self.workflow_manage.document_list,
'image_list': self.workflow_manage.image_list
}