Skip to content

Commit 0b828cf

Browse files
authored
Update classification of outcome property (#100)
1 parent ef4bb6a commit 0b828cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/extension/tools/node/editNotebookTool.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ async function sendEditNotebookToolOutcomeTelemetry(telemetryService: ITelemetry
619619
"comment": "Tracks the tool used to edit Notebook documents",
620620
"requestId": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "comment": "The id of the current request turn." },
621621
"isNotebook": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "isMeasurement": true, "comment": "Whether the document is a notebook (this measure is used to identify notebook related telemetry)." },
622-
"outcome": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "isMeasurement": true, "comment": "Outcome of the edit operation" },
622+
"outcome": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "comment": "Outcome of the edit operation" },
623623
"model": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "comment": "The model used for the request." }
624624
}
625625
*/

src/extension/tools/node/getNotebookCellOutputTool.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ async function sendOutcomeTelemetry(telemetryService: ITelemetryService, endpoin
121121
"comment": "Tracks the tool used to get Notebook cell outputs",
122122
"requestId": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "comment": "The id of the current request turn." },
123123
"isNotebook": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "isMeasurement": true, "comment": "Whether the document is a notebook (this measure is used to identify notebook related telemetry)." },
124-
"outcome": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "isMeasurement": true, "comment": "Outcome of the edit operation" },
124+
"outcome": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "comment": "Outcome of the edit operation" },
125125
"model": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "comment": "The model used for the request." }
126126
}
127127
*/

0 commit comments

Comments
 (0)