File tree Expand file tree Collapse file tree 1 file changed +45
-2
lines changed Expand file tree Collapse file tree 1 file changed +45
-2
lines changed Original file line number Diff line number Diff line change 1307
1307
{
1308
1308
"name" : " cwsprToolName" ,
1309
1309
"type" : " string" ,
1310
- "description" : " Client side tool name (ex: fsWrite, executeBash)"
1310
+ "description" : " Client side tool/s name (ex: fsWrite, executeBash)"
1311
1311
},
1312
1312
{
1313
1313
"name" : " cwsprToolUseId" ,
1314
1314
"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."
1316
1316
},
1317
1317
{
1318
1318
"name" : " databaseCredentials" ,
1807
1807
"type" : " string" ,
1808
1808
"description" : " The version of the language server"
1809
1809
},
1810
+ {
1811
+ "name" : " latency" ,
1812
+ "type" : " string" ,
1813
+ "description" : " latency/s from any operation or an execution like tool execution."
1814
+ },
1810
1815
{
1811
1816
"name" : " loadFileTime" ,
1812
1817
"type" : " int" ,
2806
2811
}
2807
2812
]
2808
2813
},
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
+ "type" : " requestIds" ,
2848
+ "required" : false
2849
+ }
2850
+ ]
2851
+ },
2809
2852
{
2810
2853
"name" : " amazonq_isAcceptedCodeChanges" ,
2811
2854
"description" : " User applied code changes generated for the task." ,
You can’t perform that action at this time.
0 commit comments