File tree Expand file tree Collapse file tree 1 file changed +41
-2
lines changed Expand file tree Collapse file tree 1 file changed +41
-2
lines changed Original file line number Diff line number Diff line change 13071307 {
13081308 "name" : " cwsprToolName" ,
13091309 "type" : " string" ,
1310- "description" : " Client side tool name (ex: fsWrite, executeBash)"
1310+ "description" : " Client side tool/s name (ex: fsWrite, executeBash)"
13111311 },
13121312 {
13131313 "name" : " cwsprToolUseId" ,
13141314 "type" : " string" ,
1315- "description" : " The id for when a client side tool is used."
1315+ "description" : " The id/s when a client side tool/s is used."
13161316 },
13171317 {
13181318 "name" : " databaseCredentials" ,
18071807 "type" : " string" ,
18081808 "description" : " The version of the language server"
18091809 },
1810+ {
1811+ "name" : " latency" ,
1812+ "type" : " string" ,
1813+ "description" : " latency/s from any operation or an execution like tool execution."
1814+ },
18101815 {
18111816 "name" : " loadFileTime" ,
18121817 "type" : " int" ,
28062811 }
28072812 ]
28082813 },
2814+ {
2815+ "name" : " amazonq_invokeLLM" ,
2816+ "description" : " This metric is emitted per LLM call in the agentic loop with or without tool execution." ,
2817+ "metadata" : [
2818+ {
2819+ "type" : " credentialStartUrl" ,
2820+ "required" : false
2821+ },
2822+ {
2823+ "type" : " cwsprChatConversationId"
2824+ },
2825+ {
2826+ "type" : " cwsprChatConversationType"
2827+ },
2828+ {
2829+ "type" : " cwsprToolName"
2830+ },
2831+ {
2832+ "type" : " cwsprToolUseId"
2833+ },
2834+ {
2835+ "type" : " enabled" ,
2836+ "required" : false
2837+ },
2838+ {
2839+ "type" : " languageServerVersion" ,
2840+ "required" : false
2841+ },
2842+ {
2843+ "type" : " latency" ,
2844+ "required" : false
2845+ }
2846+ ]
2847+ },
28092848 {
28102849 "name" : " amazonq_isAcceptedCodeChanges" ,
28112850 "description" : " User applied code changes generated for the task." ,
You can’t perform that action at this time.
0 commit comments