AI-Discord-Bot/src/memory.json

16 lines
338 B
JSON
Raw Normal View History

{
"conversations": {
"test_channel": [
{
"timestamp": "2025-10-10T16:57:27.533778",
"user_id": "test_user",
"content": "test message",
"context": "test context",
"importance": 0.8,
"id": "test_channel_1760129847"
}
]
},
"user_memories": {},
"global_events": []
}