test(infra): add check job to verify committed changes (#10829)

This commit is contained in:
fengmk2
2025-03-14 02:58:27 +00:00
parent e086fd2a43
commit 8880cef20b
7 changed files with 38 additions and 13 deletions
+1
View File
@@ -155,6 +155,7 @@ export interface CopilotContext {
export interface CopilotContextMatchContextArgs {
content: Scalars['String']['input'];
limit?: InputMaybe<Scalars['SafeInt']['input']>;
threshold?: InputMaybe<Scalars['Float']['input']>;
}
export interface CopilotContextMatchWorkspaceContextArgs {