mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 12:21:13 -05:00
Update prompt
This commit is contained in:
@@ -258,7 +258,7 @@ const tools = (supportsImages: boolean): Tool[] => [
|
|||||||
command: {
|
command: {
|
||||||
type: "string",
|
type: "string",
|
||||||
description:
|
description:
|
||||||
"A CLI command to execute to show a live demo of the result to the user. For example, use 'open index.html' to display a created website. Avoid using commands like 'echo' or 'cat' that merely print text. This should be valid for the current operating system. Ensure the command is properly formatted and does not contain any harmful instructions.",
|
"A CLI command to execute to show a live demo of the result to the user. For example, use 'open index.html' to display a created website. DO NOT use commands like 'echo' or 'cat' that merely print text. This command should be valid for the current operating system. Ensure the command is properly formatted and does not contain any harmful instructions.",
|
||||||
},
|
},
|
||||||
result: {
|
result: {
|
||||||
type: "string",
|
type: "string",
|
||||||
|
|||||||
Reference in New Issue
Block a user