Skip to content

Commit a154209

Browse files
authored
fix: prevent timeout messages from displaying (#1282)
1 parent fd6ffcb commit a154209

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -611,6 +611,7 @@ export class AgenticChatController implements ChatHandlers {
611611
shouldDisplayMessage: false,
612612
})
613613
currentRequestInput = this.#updateRequestInputWithToolResults(currentRequestInput, [], content)
614+
shouldDisplayMessage = false
614615
continue
615616
}
616617

0 commit comments

Comments
 (0)