Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions alis/adk/sessions/v1/sessions.proto
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,9 @@ message FileData {

// Required. URI.
string file_uri = 2;

// Optional: the display name of the files
string display_name = 3;
Comment on lines +482 to +483

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The comment style and grammar should be consistent with the rest of the file. Specifically, use a period instead of a colon after 'Optional', capitalize the description, and use the singular 'file' instead of 'files' since FileData represents a single file.

Suggested change
// Optional: the display name of the files
string display_name = 3;
// Optional. Display name of the file.
string display_name = 3;

}

// VideoMetadata describes the input video content.
Expand Down