2025-04-08 03:39:32 +02:00
|
|
|
{{ additional_prompt }}
|
2025-04-09 18:48:00 +02:00
|
|
|
`{{ 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.
|
2025-04-08 03:39:32 +02:00
|
|
|
Your answer should be in the following format:
|
|
|
|
|
```
|
|
|
|
|
<note>
|
2025-04-09 23:31:20 +02:00
|
|
|
Explain your suggestions here{{ set_locale }}.
|
2025-04-08 03:39:32 +02:00
|
|
|
</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
|
|
|
```
|