-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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
},
Metadata
Metadata
Assignees
Labels
No labels