From 2e626d40b27fd0d28a7dd73fa6e56e93e89377ef Mon Sep 17 00:00:00 2001 From: lukasIO Date: Wed, 18 Sep 2024 11:48:47 +0200 Subject: [PATCH] Add generated flag to ChatMessage --- .changeset/chilly-yaks-tickle.md | 6 ++++++ protobufs/livekit_models.proto | 1 + 2 files changed, 7 insertions(+) create mode 100644 .changeset/chilly-yaks-tickle.md diff --git a/.changeset/chilly-yaks-tickle.md b/.changeset/chilly-yaks-tickle.md new file mode 100644 index 00000000..8d01ffd0 --- /dev/null +++ b/.changeset/chilly-yaks-tickle.md @@ -0,0 +1,6 @@ +--- +"github.com/livekit/protocol": patch +"@livekit/protocol": patch +--- + +Add generated flag to ChatMessage diff --git a/protobufs/livekit_models.proto b/protobufs/livekit_models.proto index 3a90e6b2..0ffca852 100644 --- a/protobufs/livekit_models.proto +++ b/protobufs/livekit_models.proto @@ -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 {