Skip to content

Commit 7c22e8d

Browse files
committed
fix: minor test changes
1 parent 8cb094e commit 7c22e8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/aws-lsp-codewhisperer/src/language-server/agenticChat/agenticChatController.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@ export class AgenticChatController implements ChatHandlers {
779779

780780
// Determine selected model ID based on priority
781781
if (modelId) {
782-
// Priority 1: Use modelId if it exists in available models
782+
// Priority 1: Use modelId if it exists in available models from backend
783783
if (models.some(model => model.id === modelId)) {
784784
selectedModelId = modelId
785785
}

0 commit comments

Comments
 (0)