mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 11:42:29 +08:00
parent
0f5d4fd11b
commit
741079f317
|
@ -493,6 +493,10 @@ class GenerateTaskPipeline:
|
||||||
'score': resource['score'],
|
'score': resource['score'],
|
||||||
'content': resource['content'],
|
'content': resource['content'],
|
||||||
})
|
})
|
||||||
|
# show annotation reply
|
||||||
|
if 'annotation_reply' in self._task_state.metadata:
|
||||||
|
if self._application_generate_entity.invoke_from in [InvokeFrom.DEBUGGER, InvokeFrom.SERVICE_API]:
|
||||||
|
metadata['annotation_reply'] = self._task_state.metadata['annotation_reply']
|
||||||
|
|
||||||
# show usage
|
# show usage
|
||||||
if self._application_generate_entity.invoke_from in [InvokeFrom.DEBUGGER, InvokeFrom.SERVICE_API]:
|
if self._application_generate_entity.invoke_from in [InvokeFrom.DEBUGGER, InvokeFrom.SERVICE_API]:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user