{
"user_id": "user-123", // Required
"containers": [
{
"id": "thread-abc", // Required when a container is supplied
"type": "thread" // Optional: informational container type
}
], // Optional
"scope_policy": {
"write_user": "auto", // Optional
"write_global": "auto", // Optional
"write_container": true // Optional
}, // Optional
"turn": {
"user_message": "Remember that I prefer pytest over unittest.", // Required
"assistant_response": "Understood. I will keep that in mind." // Required
}, // Required
"metadata": {
"app": "example-host", // Optional
"source": "chat" // Optional
} // Optional
}