GitHub Copilot · Example Payload

Github Copilot Ide Chat Model Example

AgentsAIArtificial IntelligenceCode GenerationCode ReviewCoding AgentCustom InstructionsDeveloper ToolsExtensionsIDEMachine LearningMCPMetricsModel Context ProtocolProductivity

Github Copilot Ide Chat Model Example is an example object payload from GitHub Copilot, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

nameis_custom_modelcustom_model_training_datetotal_engaged_userstotal_chatstotal_chat_insertion_eventstotal_chat_copy_events

Example Payload

Raw ↑
{
  "name": "Example Title",
  "is_custom_model": true,
  "custom_model_training_date": "example_value",
  "total_engaged_users": 10,
  "total_chats": 10,
  "total_chat_insertion_events": 10,
  "total_chat_copy_events": 10
}