GitHub Copilot · Example Payload

Github Copilot Pull Request Model Example

AgentsAIArtificial IntelligenceCode GenerationCode ReviewCoding AgentCustom InstructionsDeveloper ToolsExtensionsIDEMachine LearningMCPMetricsModel Context ProtocolProductivity

Github Copilot Pull Request Model Example is an example object payload from GitHub Copilot, with 5 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_pr_summaries_createdtotal_engaged_users

Example Payload

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