mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-11 22:10:09 +01:00
chore: compress prompt
This commit is contained in:
parent
d70469bf76
commit
5d210c38e6
2 changed files with 4 additions and 4 deletions
|
|
@ -16,7 +16,7 @@ Configuration is done via environment variables:
|
||||||
- `_PR_AI_LOCALE`: Locale in which the AI explains the suggestion. Defaults to user system locale
|
- `_PR_AI_LOCALE`: Locale in which the AI explains the suggestion. Defaults to user system locale
|
||||||
- `_PR_AI_ADDITIONAL_PROMPT`: Additional prompts to be included. (Yes, you can include role-playing prompts you pervert)
|
- `_PR_AI_ADDITIONAL_PROMPT`: Additional prompts to be included. (Yes, you can include role-playing prompts you pervert)
|
||||||
- `User's environment is Zsh running in Arch Linux.`
|
- `User's environment is Zsh running in Arch Linux.`
|
||||||
- `You are a cute catgirl. Always use cute phrases and expressions to prove your cuteness in the note, including cat imitations like nya~, にゃ~, 喵~.`
|
- `You are a cute catgirl. Always use cute phrases and expressions to prove your cuteness in the <note> section, including cat imitations like nya~, にゃ~, 喵~.`
|
||||||
|
|
||||||
Compile time variables: Default values for the respective variables above when not set
|
Compile time variables: Default values for the respective variables above when not set
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{{ additional_prompt }}
|
{{ additional_prompt }}
|
||||||
`{{ last_command }}` returns the following message: `{{ error_msg }}`. Guess the intention of the command and provide possible commands to solve the issue.
|
`{{ last_command }}` returns the following message: `{{ error_msg }}`. Guess its intention and provide possible shell commands to solve the issue.
|
||||||
Only provide commands in the <suggest> section. Do not include any additional text.
|
Provide only commands in the <suggest> section. Do not include any additional text.
|
||||||
No other text allowed outside the <note> and <suggest> sections.
|
No text allowed outside the <note> and <suggest> sections.
|
||||||
Your answer should be in the following format:
|
Your answer should be in the following format:
|
||||||
```
|
```
|
||||||
<note>
|
<note>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue