Merge pull request #924 from xtreme-sameer-vohra/patch-1

Update frames.py
This commit is contained in:
Mark Backman
2025-01-06 14:13:10 -05:00
committed by GitHub

View File

@@ -274,7 +274,7 @@ class TranscriptionUpdateFrame(DataFrame):
class LLMMessagesFrame(DataFrame):
"""A frame containing a list of LLM messages. Used to signal that an LLM
service should run a chat completion and emit an LLMFullResponseStartFrame,
TextFrames and an LLMFullResponseStartFrame. Note that the `messages`
TextFrames and an LLMFullResponseEndFrame. Note that the `messages`
property in this class is mutable, and will be be updated by various
aggregators.