Schema File Location
Place your trait schema inconfig/traits/ and reference it in your configuration:
Schema Format
Value Types
- string
- number
- boolean
- enum
- array
Free-form text value.Extracted value:
"Alex"Extraction Settings
promptSnippet
A hint added to the extraction prompt to help the LLM understand what to look for:confidenceThreshold
Minimum confidence score required to store the trait:Injection Settings
template
Format string for injecting the trait into prompts. Use{{value}} placeholder: