Skip to content

Commit 957444f

Browse files
authored
Update telemetry event name from "invokeTool" to "INVOKE_TOOL" for consistency (#25926)
1 parent f3fab83 commit 957444f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/client/telemetry/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1988,7 +1988,7 @@ export interface IEventNamePropertyMapping {
19881988
* Telemetry event sent when invoking a Tool
19891989
*/
19901990
/* __GDPR__
1991-
"invokeTool" : {
1991+
"INVOKE_TOOL" : {
19921992
"duration" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "isMeasurement": true, "owner": "donjayamanne" },
19931993
"toolName" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "donjayamanne" },
19941994
"failed": {"classification":"SystemMetaData","purpose":"FeatureInsight","comment":"Whether there was a failure. Common to most of the events.", "owner": "donjayamanne" },

0 commit comments

Comments
 (0)