Structs§
Enums§
Traits§
- AiJson
Template - The derived code implements
AiJsonTemplatefor each struct, letting you callMyStruct::to_template()to get a JSON “schema” describing how the AI should produce data that matches this layout. - AiJson
Template With Justification - Extended trait that demands both a normal
AiJsonTemplateand a...Justificationstructure for nested usage.