Ask to add /run output to the chat

This commit is contained in:
Paul Gauthier 2023-05-18 10:13:50 -07:00
parent 0ade98dfff
commit a525a1b543
2 changed files with 26 additions and 3 deletions

View file

@ -105,3 +105,13 @@ undo_command_reply = (
)
added_files = "Please note that I shared content of these additional files: {fnames}"
run_output = """I ran this command:
{command}
Which produced this output:
{output}
"""