mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
Update prompt
This commit is contained in:
parent
02a294345f
commit
ef95f6763a
1 changed files with 1 additions and 1 deletions
|
|
@ -258,7 +258,7 @@ const tools = (supportsImages: boolean): Tool[] => [
|
|||
command: {
|
||||
type: "string",
|
||||
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: {
|
||||
type: "string",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue