Expand description
Section-based prompt composition
Each section can be:
- Static: constant string, cacheable
- Dynamic: computed at runtime, not cacheable
Structs§
- Prompt
Section - A prompt section with name, content, and cacheability
- Section
Builder - Builder for creating prompt sections
Enums§
- Section
Content - Section content type