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.
2 parents 4ea908e + d8c5c16 commit a56db08Copy full SHA for a56db08
server/aws-lsp-codewhisperer/src/shared/codeWhispererService.ts
@@ -623,7 +623,7 @@ export class CodeWhispererServiceToken extends CodeWhispererServiceBase {
623
rightContextLength: ${tokenRequest.fileContext?.rightFileContent?.length},
624
"language": ${tokenRequest.fileContext?.programmingLanguage?.languageName},
625
"supplementalContextCount": ${tokenRequest.supplementalContexts?.length ?? 0},
626
- "request.nextToken": ${tokenRequest.nextToken}`
+ "request.nextToken": ${tokenRequest.nextToken},\n`
627
// "recentEdits": ${recentEditsLogStr}\n`
628
629
const response = await this.client.send(new GenerateCompletionsCommand(this.withProfileArn(tokenRequest)))
0 commit comments