@@ -17,7 +17,7 @@ hotkey_2 = ^+k
1717menu_hotkey = ^!+k
1818
1919;- Misc
20- cursor_wait_animation_file=wait-1.ani
20+ ; cursor_wait_animation_file=wait-1.ani
2121
2222;------------------------------------------------------------------------------
2323; Popup Menu
@@ -46,13 +46,23 @@ prompt_continue
4646;------------------------------------------------------------------------------
4747; Prompts
4848;---------
49- ; prompt: The main prompt to prepend before to the user input
50- ; menu_text: The text to be displayed in the popup menu
51- ; mode: The mode to be used for the prompt - see modes section
52- ; prompt_system: The system prompt send of system input for chat completion mode
53- ; prompt_end: Text to append to the end of user input
54- ; append: If true, the response will be appended to the user input
55- ; ~mode overrides~: Any mode setting can be overriden for a specific prompt
49+ ; prompt : (Required) The main prompt to prepend before to
50+ ; the user input
51+ ; mode : (Required) The mode to be used for the prompt
52+ ; - see modes section
53+ ; menu_text : (Optional) The text to be displayed in the popup menu
54+ ; prompt_system : (Optional) The system prompt send of system input
55+ ; for chat completion mode
56+ ; prompt_end : (Optional) Text to append to the end of user input
57+ ; replace_selected : (Optional:True/False:Defult True) If true, the response
58+ ; will be appended to the user input
59+ ; response_seperator : (Optional:Default "") The text to append between
60+ ; the user input and the response
61+ ; ~mode overrides~ : (Optional) Any mode setting can be overriden for a
62+ ; specific prompt
63+ ; --
64+ ; Note: String values must be enclosed in double quotes and can use \n for
65+ ; new lines
5666;------------------------------------------------------------------------------
5767[prompt_writting]
5868prompt="Improve the writting for clarity and conciseness and correct the spelling (American English) and grammar of the following:\n\n"
0 commit comments