Aggregators for LLM messages

This commit is contained in:
Moishe Lettvin
2024-01-22 10:59:13 -05:00
parent b443fbdb60
commit 95c92e5304
5 changed files with 95 additions and 32 deletions

View File

@@ -8,8 +8,9 @@ class FrameType(Enum):
AUDIO = 2
IMAGE = 3
TEXT = 4
LLM_MESSAGE = 5
APP_MESSAGE = 6
TRANSCRIPTION = 5
LLM_MESSAGE = 6
APP_MESSAGE = 7
@dataclass(frozen=True)
class QueueFrame: