{
"startDate": "2024-10-1",
"endDate": null,
"cycle": "month",
"deptId": 2427,
"dimension":"dept" //同推广度
}
curl --location --request POST 'http://172.20.238.8:48806/ai-portal/metric-web/plugin/calculateAccuracy' \
--header 'Authorization: Debug UserId=5' \
--header 'Tenantid: 1' \
--header 'Content-Type: application/json' \
--data-raw '{
"startDate": "2024-10-1",
"endDate": null,
"cycle": "month",
"deptId": 2427,
"dimension":"dept" //同推广度
}'
{
"targetName": "福诺",
"metrics": {
"troubleShootingsAcceptRate": "24.67%%", //故障排错采纳率
"treasureChestAcceptRate": "0.00%%", //百宝箱采纳率
"intlligentQuaryAcceptRate": "14.18%%",//智能问答采纳率
"codeCommentsAcceptRate": "32.19%%", //代码注释采纳率
"unitTestingAcceptRate": "70.43%%", //单元测试采纳率
"codeOptimizationAcceptRate": "48.52%%",//代码优化采纳率
"totalAcceptLine": 3737,//累计采纳行数
"codeCompletionAcceptRate": "1.60%%" //代码补全采纳率
},
"title": "福小智准确性"
}