Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion artifact/artifact/v1alpha/file_catalog.proto
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,5 @@ message GetChatFileRequest {
// GetChatFileResponse
message GetChatFileResponse {
// converted markdown content
string markdown = 1;
bytes markdown = 1;
}
1 change: 1 addition & 0 deletions openapi/v2/service.swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7668,6 +7668,7 @@ definitions:
properties:
markdown:
type: string
format: byte
title: converted markdown content
title: GetChatFileResponse
GetChatResponse:
Expand Down