mirror of
https://github.com/langgenius/dify.git
synced 2026-04-21 11:17:38 +08:00
fix: message answer include tool result
This commit is contained in:
@ -549,7 +549,6 @@ class AdvancedChatAppGenerateTaskPipeline(GraphRuntimeStateSupport):
|
||||
result=delta_text,
|
||||
tool_elapsed_time=tool_elapsed_time,
|
||||
)
|
||||
self._task_state.answer += delta_text
|
||||
case _:
|
||||
pass
|
||||
yield self._message_cycle_manager.message_to_stream_response(
|
||||
|
||||
Reference in New Issue
Block a user