Skip to content

Commit

Permalink
Add the 'continue-chat' submitType in terminal.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ykdojo committed Oct 24, 2024
1 parent 48cc7da commit 88866a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vscode/src/commands/execute/terminal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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\`\`\`
Expand Down

0 comments on commit 88866a7

Please sign in to comment.