mirror of
https://github.com/langgenius/dify.git
synced 2026-05-02 08:28:03 +08:00
feat: generation stream output.
This commit is contained in:
@ -598,7 +598,6 @@ class Node(Generic[NodeDataT]):
|
||||
chunk=event.chunk,
|
||||
is_final=event.is_final,
|
||||
chunk_type=ChunkType.THOUGHT,
|
||||
round_index=event.round_index,
|
||||
)
|
||||
|
||||
@_dispatch.register
|
||||
|
||||
Reference in New Issue
Block a user