Lines Matching refs:profile
3 …tions. Each profile can have its own set of actions, prompts, and configurations. By default, the …
8 * [[default|default]] - The standard profile with basic actions
13 To create a new profile:
15 …amespace at ''dokullm:profiles:PROFILE_NAME'' (replace PROFILE_NAME with your desired profile name)
16 …- Create a profile definition page (similar to ''dokullm:profiles:default'') that defines the acti…
17 - Add prompt pages for each action in your profile
18 - Configure the plugin to use your new profile in the plugin settings
22 Each profile follows a specific namespace structure:
25 * ''dokullm:profiles:PROFILE_NAME:system'' - Base system prompt for the profile
31 Each profile needs a definition page (like ''dokullm:profiles:default'') that contains a table defi…
49 Here's an example of how to structure your profile action table:
58 To use a specific profile:
61 - Enter the name of the profile you want to use
64 The selected profile will be used for all LLM interactions until you change it.
68 Each action in your profile corresponds to a prompt page. To add a custom prompt:
69 …ullm:profiles:PROFILE_NAME:PROMPT_NAME'' (replace PROFILE_NAME with your profile and PROMPT_NAME w…
73 * The prompt will automatically be available through the action defined in your profile