File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change 1096
1096
"type" : " boolean" ,
1097
1097
"description" : " True if the code snippet that user interacts with has a reference."
1098
1098
},
1099
+ {
1100
+ "name" : " cwsprChatHistoryMessageCharacterCount" ,
1101
+ "type" : " int" ,
1102
+ "description" : " The number of characters in a history message"
1103
+ },
1099
1104
{
1100
1105
"name" : " cwsprChatInteractionTarget" ,
1101
1106
"type" : " string" ,
2299
2304
"type" : " cwsprChatHasProjectContext" ,
2300
2305
"required" : false
2301
2306
},
2307
+ {
2308
+ "type" : " cwsprChatHistoryMessageCharacterCount" ,
2309
+ "required" : false
2310
+ },
2302
2311
{
2303
2312
"type" : " cwsprChatMessageId"
2304
2313
},
2399
2408
}
2400
2409
]
2401
2410
},
2411
+ {
2412
+ "name" : " amazonq_addMessageHistory" ,
2413
+ "description" : " When a message is added to the history" ,
2414
+ "metadata" : [
2415
+ {
2416
+ "type" : " credentialStartUrl" ,
2417
+ "required" : false
2418
+ },
2419
+ {
2420
+ "type" : " cwsprChatConversationId"
2421
+ },
2422
+ {
2423
+ "type" : " cwsprChatConversationType"
2424
+ },
2425
+ {
2426
+ "type" : " cwsprChatHistoryMessageCharacterCount"
2427
+ },
2428
+ {
2429
+ "type" : " cwsprChatMessageId" ,
2430
+ "required" : false
2431
+ },
2432
+ {
2433
+ "type" : " cwsprToolName" ,
2434
+ "required" : false
2435
+ },
2436
+ {
2437
+ "type" : " cwsprToolUseId" ,
2438
+ "required" : false
2439
+ }
2440
+ ]
2441
+ },
2402
2442
{
2403
2443
"name" : " amazonq_approachInvoke" ,
2404
2444
"description" : " Captures Approach generation process" ,
You can’t perform that action at this time.
0 commit comments