File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -85,10 +85,10 @@ export class CopilotRemoteAgentTool implements vscode.LanguageModelTool<CopilotR
85
85
}
86
86
87
87
/* __GDPR__
88
- "remoteAgent.tool.invoke" : {
88
+ "copilot. remoteAgent.tool.invoke" : {
89
89
"hasExistingPR" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
90
90
"hasBody" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
91
- },
91
+ }
92
92
*/
93
93
this . telemetry . sendTelemetryEvent ( 'copilot.remoteAgent.tool.invoke' , {
94
94
hasExistingPR : pullRequestNumber ? 'true' : 'false' ,
@@ -105,7 +105,7 @@ export class CopilotRemoteAgentTool implements vscode.LanguageModelTool<CopilotR
105
105
const result = await this . manager . invokeRemoteAgent ( title , body ) ;
106
106
if ( result . state === 'error' ) {
107
107
/* __GDPR__
108
- "remoteAgent.tool.invoke " : {
108
+ "copilot. remoteAgent.tool.error " : {
109
109
"reason" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
110
110
}
111
111
*/
You can’t perform that action at this time.
0 commit comments