You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: klite.embd
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26405,7 +26405,7 @@ else
26405
26405
// https://github.com/Wladastic/mini_autogpt is the original repo for these prompts - They have been modified with some attempted improvements. It is MIT licensed.
26406
26406
let getCommandsAsText = (commands = getEnabledCommands()) => {
26407
26407
return commands.map(command => {
26408
-
let baseCommand = `Command: ${command.name}\nDescription: ${command.description}\nIs output visibleto user: ${!!command?.outputVisibleToUser}`
26408
+
let baseCommand = `Command: ${command.name} (command output is ${!!command?.outputVisibleToUser ? "visible" : "invisible"} to the user)\nDescription: ${command.description}`
0 commit comments