Structs§
Enums§
Traits§
- AiJson
Template - The derived code implements
AiJsonTemplate
for 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
AiJsonTemplate
and a...Justification
structure for nested usage.