feat(server): deprecate blob id provide by client (#12991)

fix AI-287
This commit is contained in:
DarkSky
2025-07-03 11:45:34 +08:00
committed by GitHub
parent 4641b080f2
commit 2ae3c3e2cd
5 changed files with 17 additions and 23 deletions

View File

@@ -15,7 +15,7 @@ input AddContextDocInput {
}
input AddContextFileInput {
blobId: String!
blobId: String
contextId: String!
}