mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-29 07:52:50 +00:00
refactor(应用): 优化嵌入应用的执行详情
This commit is contained in:
parent
260cdb044e
commit
7985a3f1e0
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue