pay-respects/module-request-ai/templates/prompt.txt
2025-04-10 01:13:53 +02:00

15 lines
473 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>
Explain your suggestions here{{ set_locale }}.
</note>
<suggest>
command
<br>
command
</suggest>
```