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

@@ -50,7 +50,7 @@ export interface AddContextDocInput {
}
export interface AddContextFileInput {
blobId: Scalars['String']['input'];
blobId?: InputMaybe<Scalars['String']['input']>;
contextId: Scalars['String']['input'];
}