Comments and Documentation¶
PromptManager supports comprehensive inline documentation through comments and special sections.
Line Comments¶
Lines beginning with #
are treated as comments and ignored during processing:
# This is a comment describing the prompt
# Author: Your Name
# Version: 1.0
Hello [NAME]! This text will be processed.
Block Comments¶
Everything after __END__
is ignored, creating a documentation section:
Your prompt content here...
__END__
This section is completely ignored by PromptManager.
Development notes:
- TODO: Add more parameters
- Version history
- Usage examples