chore: prompt tweaks

This commit is contained in:
iff 2025-04-09 15:51:56 +02:00
parent b2a01a97db
commit 2056c679f4
2 changed files with 7 additions and 7 deletions

View file

@ -1,15 +1,15 @@
{{ additional_prompt }}
`{{ last_command }}` returns the following error message: `{{ error_msg }}`. Guess the intention of the command and provide possible commands to solve the issue.
Only provide commands in the <suggestions> section. Do not include any additional text.
No other text allowed outside the <note> and <suggestions> sections.
`{{ 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.
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>
<suggestions>
<suggest>
command
<br>
command
</suggestions>
</suggest>
```