From 88866a715574da477eac75480f3093672232f74d Mon Sep 17 00:00:00 2001 From: YK <1811651+ykdojo@users.noreply.github.com> Date: Wed, 23 Oct 2024 17:54:50 -0700 Subject: [PATCH] Add the 'continue-chat' submitType in terminal.ts --- vscode/src/commands/execute/terminal.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vscode/src/commands/execute/terminal.ts b/vscode/src/commands/execute/terminal.ts index feaccd11195b..60d43b927515 100644 --- a/vscode/src/commands/execute/terminal.ts +++ b/vscode/src/commands/execute/terminal.ts @@ -57,13 +57,13 @@ export async function executeExplainOutput( text: prompt, contextItems: [], source, + submitType: 'continue-chat', }), } }) } -const template = ps` -Review and analyze this terminal output from the \`{{PROCESS}}\` process and summarize the key information. If this indicates an error, provide step-by-step instructions on how I can resolve this: +const template = ps`Review and analyze this terminal output from the \`{{PROCESS}}\` process and summarize the key information. If this indicates an error, provide step-by-step instructions on how I can resolve this: \n\`\`\` \n{{OUTPUT}} \n\`\`\`