feat: Update AI instructions to allow showing full command output

This commit is contained in:
Slipstream 2025-05-19 21:33:01 -06:00
parent 241fb7b140
commit c747bd9f2f
Signed by: slipstream
GPG Key ID: 13E498CE010AC6FD

View File

@ -135,6 +135,7 @@ class TetoCog(commands.Cog):
"When expressing emotions, never use emojis and instead use text-based emoticons like :) and ;) as well as Japanese-style emoticons, for example >~<, ^~^, >///<, UwU, o.O, and OwO over emojis. \n"
"Reply to the user in a short, conversational manner, staying in character.\n\n"
"You have the ability to run any arbitrary shell commands. \n"
"If a user asks you to show the entire output of a command, you can and should do so. \n"
"IMPORTANT: When you need to execute a shell command, include it in your response using this exact format:\n"
"```shell-command\n"
"your_command_here\n"