Skip to main content

Module templates

Module templates 

Source
Expand description

Prompt template management module.

This module provides a collection of PROMPT.md templates for different task types (feature specifications, bug fixes, refactoring, etc.).

Templates are embedded at compile time using include_str! and can be accessed via the get_template_content() function.

Enums§

PromptTemplate
Available prompt template types.

Constants§

ALL_TEMPLATES
All available prompt templates.

Functions§

get_template
Get a template by name.
list_templates
List all available templates with their descriptions.