Skip to content

Commit 2eb7f47

Browse files
committed
lint fix
1 parent 7d4e843 commit 2eb7f47

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1219,16 +1219,6 @@
12191219
"type": "int",
12201220
"description": "The time between the initial server request, including creating the conversation id, and the first usable result"
12211221
},
1222-
{
1223-
"name": "cwsprToolId",
1224-
"type": "string",
1225-
"description": "The id of the tool that LLM used directly (no acceptance needed) or suggested a tool (user acceptance required)"
1226-
},
1227-
{
1228-
"name": "cwsprToolName",
1229-
"type": "string",
1230-
"description": "The name of the tool that LLM used directly (no acceptance needed) or suggested a tool (user acceptance required)"
1231-
},
12321222
{
12331223
"name": "cwsprChatTotalCodeBlocks",
12341224
"type": "int",
@@ -1279,6 +1269,16 @@
12791269
"type": "int",
12801270
"description": "Truncated length of workspace context"
12811271
},
1272+
{
1273+
"name": "cwsprToolId",
1274+
"type": "string",
1275+
"description": "The id of the tool that LLM used directly (no acceptance needed) or suggested a tool (user acceptance required)"
1276+
},
1277+
{
1278+
"name": "cwsprToolName",
1279+
"type": "string",
1280+
"description": "The name of the tool that LLM used directly (no acceptance needed) or suggested a tool (user acceptance required)"
1281+
},
12821282
{
12831283
"name": "databaseCredentials",
12841284
"type": "string",

0 commit comments

Comments
 (0)