Skip to content

Commit

Permalink
feat: add inserted_additional_messages field and `ChatInsertedAddit…
Browse files Browse the repository at this point in the history
…ionalMessage` class
  • Loading branch information
Lexiay committed Jan 20, 2025
1 parent aa8f290 commit 70c4f2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cozepy/chat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ class Chat(CozeModel):

inserted_additional_messages: Optional[List[ChatInsertedAdditionalMessage]] = None


class ChatPoll(CozeModel):
chat: Chat
messages: Optional[ListResponse[Message]] = None
Expand Down

0 comments on commit 70c4f2c

Please sign in to comment.