xref: /plugin/dokullm/doc/profiles/default.txt (revision 6b8e407ded25f6368686a522871c8500cfeaae94)
1====== Default Profile Action Table ======
2
3^ ID ^ Label ^ Description ^ Icon ^ Result ^
4| summarize | Summarize | Create a summary of the selected text | file-icons:summary | show |
5| expand | Expand | Expand the selected text with more details | file-icons:expand | replace |
6| grammar | Fix Grammar | Correct grammar and spelling errors | file-icons:spellcheck | replace |
7
8**Remember:** you can add a second table, if you want, with disabled actions, since only the first table will be processed.
9
10
11===== Column details =====
12
13  * **ID**: The action identifier, which corresponds to the prompt name
14  * **Label**: The text displayed on the button
15  * **Description**: A detailed description of the action, used as a tooltip
16  * **Icon**: The icon displayed on the button (can be empty)
17  * **Result**: The action to perform with the LLM result:
18    * ''show'': Display the result in a modal dialog
19    * ''append'': Add the result to the end of the current content
20    * ''replace'': Replace the selected content with the result
21    * ''insert'': Insert the result at the cursor position
22