Skip to content

Metrics API is_custom_model property #17

Description

@monil-patel

Describe the bug
I was staring at the response from the /copilot/metrics for our organization. We have deployed a model but the responses from the API show

      "is_custom_model": false,

Is this just an issue with the telemetry response? Is it possible to verify that people are correctly using our custom model?

longer snippet from the response

"copilot_ide_code_completions": {
      "editors": [
        {
          "name": "vscode",
          "models": [
            {
              "name": "default",
              "languages": [
                {
                  "name": "cpp",
                  "total_engaged_users": 1,
                  "total_code_acceptances": 8,
                  "total_code_suggestions": 39,
                  "total_code_lines_accepted": 5,
                  "total_code_lines_suggested": 44
                },
                {
                  "name": "powershell",
                  "total_engaged_users": 1,
                  "total_code_acceptances": 1,
                  "total_code_suggestions": 3,
                  "total_code_lines_accepted": 0,
                  "total_code_lines_suggested": 5
                }
              ],
              "is_custom_model": false,
              "total_engaged_users": 2
            }
          ],
          "total_engaged_users": 2
        },

Our org: https://github.com/FineTunedModelDogfoodersEMU

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions