File tree Expand file tree Collapse file tree 1 file changed +33
-1
lines changed Expand file tree Collapse file tree 1 file changed +33
-1
lines changed Original file line number Diff line number Diff line change 10221022 " Assign" ,
10231023 " Transform" ,
10241024 " AgenticChat" ,
1025- " AgenticChatWithToolUse"
1025+ " AgenticChatWithToolUse"
10261026 ],
10271027 "description" : " Identifies the type of conversation"
10281028 },
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" ,
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" ,
You can’t perform that action at this time.
0 commit comments