mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 17:08:03 +08:00
fix stream bugs
This commit is contained in:
@ -48,7 +48,7 @@ class QueueTextChunkEvent(AppQueueEvent):
|
||||
QueueTextChunkEvent entity
|
||||
"""
|
||||
event = QueueEvent.TEXT_CHUNK
|
||||
chunk_text: str
|
||||
text: str
|
||||
|
||||
|
||||
class QueueAgentMessageEvent(AppQueueEvent):
|
||||
|
||||
Reference in New Issue
Block a user