Skip to content

Commit 523d42c

Browse files
committed
make type description more general
1 parent 7bd5e2c commit 523d42c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1270,14 +1270,14 @@
12701270
"description": "Truncated length of workspace context"
12711271
},
12721272
{
1273-
"name": "cwsprToolId",
1273+
"name": "cwsprToolName",
12741274
"type": "string",
1275-
"description": "The id of the tool that LLM used directly (no acceptance needed) or suggested a tool (user acceptance required)"
1275+
"description": "Client side tool name (ex: fsWrite, executeBash)"
12761276
},
12771277
{
1278-
"name": "cwsprToolName",
1278+
"name": "cwsprToolUseId",
12791279
"type": "string",
1280-
"description": "The name of the tool that LLM used directly (no acceptance needed) or suggested a tool (user acceptance required)"
1280+
"description": "The id for when a client side tool is used."
12811281
},
12821282
{
12831283
"name": "databaseCredentials",
@@ -2845,10 +2845,10 @@
28452845
"type": "cwsprChatConversationType"
28462846
},
28472847
{
2848-
"type": "cwsprToolId"
2848+
"type": "cwsprToolName"
28492849
},
28502850
{
2851-
"type": "cwsprToolName"
2851+
"type": "cwsprToolUseId"
28522852
}
28532853
]
28542854
},

0 commit comments

Comments
 (0)