Skip to main content

Module section

Module section 

Source
Expand description

Section-based prompt composition

Each section can be:

  • Static: constant string, cacheable
  • Dynamic: computed at runtime, not cacheable

Structs§

PromptSection
A prompt section with name, content, and cacheability
SectionBuilder
Builder for creating prompt sections

Enums§

SectionContent
Section content type