diff --git a/module-request-ai/README.md b/module-request-ai/README.md index ebc8da1..8b8c6f1 100644 --- a/module-request-ai/README.md +++ b/module-request-ai/README.md @@ -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_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.` - - `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 section, including cat imitations like nya~, にゃ~, 喵~.` Compile time variables: Default values for the respective variables above when not set diff --git a/module-request-ai/templates/prompt.txt b/module-request-ai/templates/prompt.txt index cfc6215..65289fc 100644 --- a/module-request-ai/templates/prompt.txt +++ b/module-request-ai/templates/prompt.txt @@ -1,7 +1,7 @@ {{ additional_prompt }} -`{{ 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 section. Do not include any additional text. -No other text allowed outside the and sections. +`{{ 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 section. Do not include any additional text. +No text allowed outside the and sections. Your answer should be in the following format: ```