GitHub Copilot · Example Payload

Github Copilot Pull Request Model Example

AgentsArtificial IntelligenceCode GenerationCode ReviewCoding AgentsCustom InstructionsDeveloper ToolsExtensionsIDEMachine-LearningMCPMetricsProductivity

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
}