Skip to content

Commit

Permalink
Merge pull request #924 from xtreme-sameer-vohra/patch-1
Browse files Browse the repository at this point in the history
Update frames.py
  • Loading branch information
markbackman authored Jan 6, 2025
2 parents d633588 + d07ba80 commit a1377b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pipecat/frames/frames.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ def __str__(self):
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.
Expand Down

0 comments on commit a1377b7

Please sign in to comment.