feat(server): expose threshold (#12023)

This commit is contained in:
darkskygit
2025-05-09 03:59:03 +00:00
parent cb49ab0f69
commit 3db91bdc8e
4 changed files with 16 additions and 8 deletions

View File

@@ -3017,6 +3017,8 @@ export type MatchWorkspaceDocsQueryVariables = Exact<{
contextId: Scalars['String']['input'];
content: Scalars['String']['input'];
limit?: InputMaybe<Scalars['SafeInt']['input']>;
scopedThreshold?: InputMaybe<Scalars['Float']['input']>;
threshold?: InputMaybe<Scalars['Float']['input']>;
}>;
export type MatchWorkspaceDocsQuery = {
@@ -3043,6 +3045,7 @@ export type MatchFilesQueryVariables = Exact<{
contextId: Scalars['String']['input'];
content: Scalars['String']['input'];
limit?: InputMaybe<Scalars['SafeInt']['input']>;
threshold?: InputMaybe<Scalars['Float']['input']>;
}>;
export type MatchFilesQuery = {