{
"workflow": {
"id": "string",
"version": "string",
"state_variables": {
"property1": "string",
"property2": "string"
},
"tracing": {
"enabled": true
}
},
"user": "string",
"expires_after": {
"anchor": "created_at",
"seconds": 1
},
"rate_limits": {
"max_requests_per_1_minute": 1
},
"chatkit_configuration": {
"automatic_thread_titling": {
"enabled": true
},
"file_upload": {
"enabled": true,
"max_file_size": 1,
"max_files": 1
},
"history": {
"enabled": true,
"recent_threads": 1
}
}
}