pay-respects/module-request-ai/templates/prompt.txt
2025-04-09 18:54:56 +02:00

15 lines
556 B
Text

{{ additional_prompt }}
`{{ last_command }}` returns the following message: `{{ error_msg }}`. Guess its intention and provide possible shell commands to solve the issue.
Provide only commands in the <suggest> section. Do not include any additional text.
No text allowed outside the <note> and <suggest> sections.
Your answer should be in the following format:
```
<note>
Anything other than the commands should be included in this section. Explain why your suggestions can be helpful{{ set_locale }}.
</note>
<suggest>
command
<br>
command
</suggest>
```