fix stream bugs

This commit is contained in:
takatost
2024-03-08 16:44:42 +08:00
parent 90bcb241cc
commit 2ffb63ff0c
7 changed files with 13 additions and 8 deletions

View File

@ -48,7 +48,7 @@ class QueueTextChunkEvent(AppQueueEvent):
QueueTextChunkEvent entity
"""
event = QueueEvent.TEXT_CHUNK
chunk_text: str
text: str
class QueueAgentMessageEvent(AppQueueEvent):