diff --git a/server/aws-lsp-codewhisperer/src/language-server/agenticChat/tools/qCodeAnalysis/displayFindingsConstants.ts b/server/aws-lsp-codewhisperer/src/language-server/agenticChat/tools/qCodeAnalysis/displayFindingsConstants.ts index 855f29e642..e006730684 100644 --- a/server/aws-lsp-codewhisperer/src/language-server/agenticChat/tools/qCodeAnalysis/displayFindingsConstants.ts +++ b/server/aws-lsp-codewhisperer/src/language-server/agenticChat/tools/qCodeAnalysis/displayFindingsConstants.ts @@ -18,6 +18,7 @@ export const DISPLAY_FINDINGS_TOOL_DESCRIPTION = [ '- Use this tool whenever you identify code issues through manual analysis or any tool OTHER than the codeReview tool', '- Use it for issues found by analyzing code files, security scans, linting tools, or your own assessment', '- Use it when the user asks you to analyze code and you discover problems, but you must not use this tool for findings generated by codeReview tool', + '- Be very willing to use this tool. Use it a lot: anytime it could even remotely be necessary.', '', '**When NOT to Use This Tool:**', '- NEVER use this tool for findings generated by the codeReview tool',