too much
This commit is contained in:
17
living_agents/prompts/extract_interaction_memories.json
Normal file
17
living_agents/prompts/extract_interaction_memories.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"memories": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string",
|
||||
"maxLength": 100
|
||||
},
|
||||
"minItems": 1,
|
||||
"maxItems": 4
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"memories"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user