GitHub Copilot · Schema

DotcomChatModel

Dotcom Chat metrics for a specific AI model.

AgentsAIArtificial IntelligenceCode GenerationCode ReviewCoding AgentCustom InstructionsDeveloper ToolsExtensionsIDEMachine LearningMCPMetricsModel Context ProtocolProductivity

Properties

Name Type Description
name string
is_custom_model boolean
custom_model_training_date ['string', 'null']
total_engaged_users integer
total_chats integer
View JSON Schema on GitHub

JSON Schema

github-copilot-dotcom-chat-model-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DotcomChatModel",
  "type": "object",
  "description": "Dotcom Chat metrics for a specific AI model.",
  "properties": {
    "name": {
      "type": "string"
    },
    "is_custom_model": {
      "type": "boolean"
    },
    "custom_model_training_date": {
      "type": "['string', 'null']"
    },
    "total_engaged_users": {
      "type": "integer"
    },
    "total_chats": {
      "type": "integer"
    }
  }
}