Skip to content

Commit

Permalink
Merge 58cbe02 into 0d48eef
Browse files Browse the repository at this point in the history
  • Loading branch information
Yougigun authored Aug 26, 2024
2 parents 0d48eef + 58cbe02 commit 2241fde
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions artifact/artifact/v1alpha/file_catalog.proto
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,12 @@ message GetFileCatalogResponse {
repeated string pipeline_ids = 1;
// transformed content
string transformed_content = 2;
// transformed content uid
string transformed_content_uid = 3;
// transformed content chunk number
int32 transformed_content_chunk_num = 4;
int32 transformed_content_chunk_num = 3;
// transformed content token number
int32 transformed_content_token_num = 5;
int32 transformed_content_token_num = 4;
// transformed content update time
google.protobuf.Timestamp transformed_content_update_time = 6;
google.protobuf.Timestamp transformed_content_update_time = 5;
}
// chunk type
enum ChunkType {
Expand Down

0 comments on commit 2241fde

Please sign in to comment.