objectiveai-sdk 2.0.8

ObjectiveAI SDK, definitions, and utilities
Documentation
{
  "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"
      ]
    }
  ]
}