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
8585 }
8686
8787 /* __GDPR__
88- "remoteAgent.tool.invoke" : {
88+ "copilot. remoteAgent.tool.invoke" : {
8989 "hasExistingPR" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
9090 "hasBody" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
91- },
91+ }
9292 */
9393 this . telemetry . sendTelemetryEvent ( 'copilot.remoteAgent.tool.invoke' , {
9494 hasExistingPR : pullRequestNumber ? 'true' : 'false' ,
@@ -105,7 +105,7 @@ export class CopilotRemoteAgentTool implements vscode.LanguageModelTool<CopilotR
105105 const result = await this . manager . invokeRemoteAgent ( title , body ) ;
106106 if ( result . state === 'error' ) {
107107 /* __GDPR__
108- "remoteAgent.tool.invoke " : {
108+ "copilot. remoteAgent.tool.error " : {
109109 "reason" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
110110 }
111111 */
You can’t perform that action at this time.
0 commit comments