We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 907754c commit 7694cf5Copy full SHA for 7694cf5
packages/core/src/codewhisperer/models/constants.ts
@@ -689,7 +689,7 @@ export const runSecurityScanButtonTitle = 'Run security scan'
689
export const crossFileContextConfig = {
690
numberOfChunkToFetch: 60,
691
topK: 3,
692
- numberOfLinesEachChunk: 10,
+ numberOfLinesEachChunk: 50,
693
}
694
695
export const utgConfig = {
0 commit comments