mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-11 22:10:09 +01:00
feat: stream output
This commit is contained in:
parent
86241547e8
commit
3215fe45f6
7 changed files with 1545 additions and 162 deletions
15
module-request-ai/templates/prompt.txt
Normal file
15
module-request-ai/templates/prompt.txt
Normal file
|
|
@ -0,0 +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 the commands in the <suggestions> section. Do not include any explanations or additional text.
|
||||
No other text should be included outside the <note> and <suggestions> 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>
|
||||
command
|
||||
<br>
|
||||
command
|
||||
</suggestions>
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue