Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasIO committed Nov 26, 2024
1 parent 1a09456 commit 8ab9789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protobufs/livekit_models.proto
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ message DataStream {
OperationType operation_type = 1;
int32 version = 2; // Optional: Version for updates/edits
string reply_to_stream_id = 3; // Optional: Reply to specific message
repeated string attached_stream_ids = 4;
repeated string attached_stream_ids = 4; // file attachments for text streams
bool generated = 5; // true if the text has been generated by an agent from a participant's audio transcription

}
Expand Down

0 comments on commit 8ab9789

Please sign in to comment.