Files
LivingAgents/living_agents/prompts/extract_interaction_memories.json
2025-09-01 06:43:11 +02:00

17 lines
246 B
JSON

{
"type": "object",
"properties": {
"memories": {
"type": "array",
"items": {
"type": "string",
"maxLength": 100
},
"minItems": 1,
"maxItems": 4
}
},
"required": [
"memories"
]
}