Skip to content

Commit

Permalink
Update frames.py
Browse files Browse the repository at this point in the history
fix minor typo in docs
  • Loading branch information
xtreme-sameer-vohra authored Jan 6, 2025
1 parent 386ba61 commit d07ba80
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 d07ba80

Please sign in to comment.