pay-respects/module-request-ai/templates/prompt.txt

16 lines
571 B
Text
Raw Normal View History

2025-04-08 03:39:32 +02:00
{{ additional_prompt }}
2025-04-09 15:51:56 +02:00
`{{ last_command }}` returns the following message: `{{ error_msg }}`. Guess the intention of the command and provide possible commands to solve the issue.
Only provide commands in the <suggest> section. Do not include any additional text.
No other text allowed outside the <note> and <suggest> sections.
2025-04-08 03:39:32 +02:00
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>
2025-04-09 15:51:56 +02:00
<suggest>
2025-04-08 03:39:32 +02:00
command
<br>
command
2025-04-09 15:51:56 +02:00
</suggest>
2025-04-08 03:39:32 +02:00
```