{
"traits": [
{
"key": "role",
"label": "Professional Role",
"description": "User's job title or professional role",
"valueType": "string",
"category": "identity",
"extraction": {
"enabled": true,
"promptSnippet": "Extract job title, role, or profession if mentioned",
"confidenceThreshold": 0.8
},
"injection": {
"enabled": true,
"template": "User works as a {{value}}.",
"priority": 8
}
},
{
"key": "tech_stack",
"label": "Technology Stack",
"description": "Technologies and tools the user works with",
"valueType": "array",
"category": "context",
"extraction": {
"enabled": true,
"promptSnippet": "Identify programming languages, frameworks, and tools mentioned",
"confidenceThreshold": 0.6
},
"injection": {
"enabled": true,
"template": "User's tech stack includes: {{value}}",
"priority": 6
}
}
]
}