Skip to content

Commit 8a62033

Browse files
heiruwudroplet-bot
andauthored
chore(artifact): use bytes for markdown content (#574)
Because - use bytes for markdown content This commit - use bytes for markdown content --------- Co-authored-by: droplet-bot <droplet-bot@users.noreply.github.com>
1 parent 9e77e87 commit 8a62033

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

artifact/artifact/v1alpha/file_catalog.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,5 +106,5 @@ message GetChatFileRequest {
106106
// GetChatFileResponse
107107
message GetChatFileResponse {
108108
// converted markdown content
109-
string markdown = 1;
109+
bytes markdown = 1;
110110
}

openapi/v2/service.swagger.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7668,6 +7668,7 @@ definitions:
76687668
properties:
76697669
markdown:
76707670
type: string
7671+
format: byte
76717672
title: converted markdown content
76727673
title: GetChatFileResponse
76737674
GetChatResponse:

0 commit comments

Comments
 (0)