{
"title": "agent.completions.request.ProviderDataCollection",
"description": "Data collection policy for providers.",
"anyOf": [
{
"title": "Deny",
"description": "Do not allow data collection.",
"type": "string",
"enum": [
"deny"
]
},
{
"title": "Allow",
"description": "Allow data collection.",
"type": "string",
"enum": [
"allow"
]
}
]
}