mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 12:21:13 -05:00
Update src/shared/support-prompt.ts
This commit is contained in:
@@ -42,7 +42,7 @@ const supportPromptConfigs: Record<string, SupportPromptConfig> = {
|
|||||||
EXPLAIN: {
|
EXPLAIN: {
|
||||||
label: "Explain Code",
|
label: "Explain Code",
|
||||||
description:
|
description:
|
||||||
"Get detailed explanations of code snippets, functions, or entire files. Useful for understanding complex code or learning new patterns. Available in code actions (lightbulb icon in the editor). and the editor context menu (right-click on selected code).",
|
"Get detailed explanations of code snippets, functions, or entire files. Useful for understanding complex code or learning new patterns. Available in code actions (lightbulb icon in the editor) and the editor context menu (right-click on selected code).",
|
||||||
template: `Explain the following code from file path @/\${filePath}:
|
template: `Explain the following code from file path @/\${filePath}:
|
||||||
\${userInput}
|
\${userInput}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user