Skip to content

Commit bcb2d73

Browse files
committed
toolUseSuggested
1 parent fa4916e commit bcb2d73

File tree

1 file changed

+33
-1
lines changed

1 file changed

+33
-1
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1022,7 +1022,7 @@
10221022
"Assign",
10231023
"Transform",
10241024
"AgenticChat",
1025-
"AgenticChatWithToolUse"
1025+
"AgenticChatWithToolUse"
10261026
],
10271027
"description": "Identifies the type of conversation"
10281028
},
@@ -1219,6 +1219,16 @@
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": "cwsprChatToolUseId",
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": "cwsprChatToolUseSuggested",
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+
},
12221232
{
12231233
"name": "cwsprChatTotalCodeBlocks",
12241234
"type": "int",
@@ -2820,6 +2830,28 @@
28202830
}
28212831
]
28222832
},
2833+
{
2834+
"name": "amazonq_toolUseSuggested",
2835+
"description": "When the LLM either used a tool directly (no acceptance needed) or suggested a tool (user acceptance required)",
2836+
"metadata": [
2837+
{
2838+
"type": "credentialStartUrl",
2839+
"required": false
2840+
},
2841+
{
2842+
"type": "cwsprChatConversationId"
2843+
},
2844+
{
2845+
"type": "cwsprChatConversationType"
2846+
},
2847+
{
2848+
"type": "cwsprChatToolUseId"
2849+
},
2850+
{
2851+
"type": "cwsprChatToolUseSuggested"
2852+
}
2853+
]
2854+
},
28232855
{
28242856
"name": "amazonq_unitTestGeneration",
28252857
"description": "Client side invocation of the Amazon Q Unit Test Generation with build and execute loop",

0 commit comments

Comments
 (0)