Skip to content

Commit

Permalink
Add generated flag to ChatMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasIO committed Sep 18, 2024
1 parent da4a630 commit 2e626d4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/chilly-yaks-tickle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"github.com/livekit/protocol": patch
"@livekit/protocol": patch
---

Add generated flag to ChatMessage
1 change: 1 addition & 0 deletions protobufs/livekit_models.proto
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ message ChatMessage {
optional int64 edit_timestamp = 3; // populated only if the intent is to edit/update an existing message
string message = 4;
bool deleted = 5; // true to remove message
bool generated = 6; // true if the chat message has been generated by an agent from a participant's audio transcription
}

enum ConnectionQuality {
Expand Down

0 comments on commit 2e626d4

Please sign in to comment.