Skip to content

Commit

Permalink
add generated flag
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasIO committed Nov 25, 2024
1 parent da7d225 commit 65d9733
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions protobufs/livekit_models.proto
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,8 @@ message DataStream {
int32 version = 2; // Optional: Version for updates/edits
string replyToStreamId = 3; // Optional: Reply to specific message
repeated string attachedStreamIds = 4;
bool generated = 5; // true if the text has been generated by an agent from a participant's audio transcription

}

// header properties specific to file or image streams
Expand Down

0 comments on commit 65d9733

Please sign in to comment.