Text-based instructions that tell an AI agent what to do, how to do it, and what format to use for the output. They provide context, constraints, and examples that help the AI generate appropriate responses for different fan engagement scenarios.
string
: Text valuesinteger
: Whole numbersnumber
: Decimal numbersboolean
: True/false valuesarray
: Lists of itemsobject
: Nested structures with propertiesrequired
: List of required propertiesminItems
/maxItems
: Limits on array lengthminimum
/maximum
: Limits on numeric valuespattern
: Regex pattern for string validation