Lines Matching refs:prompt
3 …the DokuLLM plugin's prompt system works, including the namespace structure, prompt hierarchy, ava…
7 …as the central configuration and prompt management system for the DokuLLM plugin. This namespace c…
13 The system prompt is the foundational instruction set that defines the LLM's role, behavior, and ca…
31 Each action can have an additional system prompt that extends the main system prompt:
50 * ''{prompt}'' - Custom user prompt
87 The DokuLLM plugin uses a hierarchical prompt system that allows for flexible customization using D…
97 * Allow for different prompt configurations for different use cases
105 * Take precedence over all other prompt types
109 Each prompt page follows a simple structure with placeholders:
143 **{prompt}**
171 * Check existing prompt names in the ''dokullm:profiles:default:'' namespace
182 * Test the prompt with various content types
187 A typical prompt page might look like this:
197 The plugin supports a hierarchical system prompt architecture that allows for fine-grained control …
201 The system works by automatically checking for command-specific system prompt extensions when proce…
212 1. **Base System Prompt Loading**: When any action is initiated, the main system prompt is first lo…
215 2. **Command-Specific Extension Check**: The system then checks if a command-specific system prompt…
218 …tension exists, its content is automatically appended to the base system prompt with a newline sep…
220 …: If the extension doesn't exist, the system simply uses the base system prompt without any additi…
254 1. **Complementary Content**: Extensions should complement, not contradict, the base system prompt
256 3. **Consistent Formatting**: Maintain consistent style with the base system prompt
263 ├── system # Base system prompt
264 ├── summarize # Summarize action prompt
266 ├── expand # Expand action prompt
268 ├── grammar # Grammar action prompt
292 * **Consistent Naming**: Use consistent naming conventions for prompt pages
295 * **Backup**: Keep backups of working prompt configurations
302 * **Irrelevant Content**: Improve context and constraints in the prompt
307 For debugging prompt issues, enable debug logging in the plugin configuration to see the actual pro…
313 The ''default'' profile contains standard prompts for general use cases. Each prompt in this profil…