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 0a4ab2c commit 86a17f5Copy full SHA for 86a17f5
server/aws-lsp-codewhisperer/src/language-server/agenticChat/agenticChatController.ts
@@ -1415,7 +1415,7 @@ export class AgenticChatController implements ChatHandlers {
1415
return {
1416
messageId: toolUse.toolUseId,
1417
type: 'tool',
1418
- body: '```shell\n' + (toolUse.input as unknown as ExecuteBashParams).command + '\n',
+ body: '```shell\n' + (toolUse.input as unknown as ExecuteBashParams).command,
1419
header: {
1420
body: 'shell',
1421
...(isAccept
0 commit comments