Skip to content

Commit 8f30ac0

Browse files
authored
fix: userTriggerDecision STE suggestionType validation error (aws#2313)
1 parent 6d321ac commit 8f30ac0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/aws-lsp-codewhisperer/src/shared/codeWhispererService.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ export interface ResponseContext {
9090
}
9191

9292
export enum SuggestionType {
93-
EDIT = 'EDIT',
94-
COMPLETION = 'COMPLETION',
93+
EDIT = 'EDITS',
94+
COMPLETION = 'COMPLETIONS',
9595
}
9696

9797
export interface GenerateSuggestionsResponse {

0 commit comments

Comments
 (0)