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 efc080a commit 6d617bbCopy full SHA for 6d617bb
packages/core/src/codewhisperer/models/constants.ts
@@ -711,8 +711,7 @@ export const runSecurityScanButtonTitle = 'Run security scan'
711
export const crossFileContextConfig = {
712
numberOfChunkToFetch: 60,
713
topK: 3,
714
- numberOfLinesEachChunk: 50,
715
- filenameMark: 'q-inline',
+ numberOfLinesEachChunk: 50
716
}
717
718
export const utgConfig = {
0 commit comments