feat: add blob upload support for copilot (#6584)

This commit is contained in:
DarkSky
2024-04-17 22:05:38 +08:00
committed by GitHub
parent e806169f60
commit ccb3bed91e
10 changed files with 260 additions and 54 deletions

View File

@@ -40,6 +40,7 @@ type CopilotQuota {
input CreateChatMessageInput {
attachments: [String!]
blobs: [Upload!]
content: String
params: JSON
sessionId: String!