GitHub Copilot · Example Payload

Github Copilot Code Completions Language Metrics Example

AgentsArtificial IntelligenceCode GenerationCode ReviewCoding AgentsCustom InstructionsDeveloper ToolsExtensionsIDEMachine-LearningMCPMetricsProductivity

Github Copilot Code Completions Language Metrics Example is an example object payload from GitHub Copilot, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

nametotal_engaged_userstotal_code_suggestionstotal_code_acceptancestotal_code_lines_suggestedtotal_code_lines_accepted

Example Payload

Raw ↑
{
  "name": "Example Title",
  "total_engaged_users": 10,
  "total_code_suggestions": 10,
  "total_code_acceptances": 10,
  "total_code_lines_suggested": 10,
  "total_code_lines_accepted": 10
}