Update prompt

This commit is contained in:
Saoud Rizwan
2024-09-22 22:29:06 -04:00
parent 81a18d21a9
commit 02a294345f

View File

@@ -258,7 +258,7 @@ const tools = (supportsImages: boolean): Tool[] => [
command: {
type: "string",
description:
"The 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. 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. 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.",
},
result: {
type: "string",