File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Expand file tree Collapse file tree 1 file changed +36
-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" ,
2399
2404
}
2400
2405
]
2401
2406
},
2407
+ {
2408
+ "name" : " amazonq_addMessageHistory" ,
2409
+ "description" : " When a message is added to the history" ,
2410
+ "metadata" : [
2411
+ {
2412
+ "type" : " credentialStartUrl" ,
2413
+ "required" : false
2414
+ },
2415
+ {
2416
+ "type" : " cwsprChatConversationId"
2417
+ },
2418
+ {
2419
+ "type" : " cwsprChatConversationType"
2420
+ },
2421
+ {
2422
+ "type" : " cwsprChatHistoryMessageCharacterCount"
2423
+ },
2424
+ {
2425
+ "type" : " cwsprChatMessageId" ,
2426
+ "required" : false
2427
+ },
2428
+ {
2429
+ "type" : " cwsprToolName" ,
2430
+ "required" : false
2431
+ },
2432
+ {
2433
+ "type" : " cwsprToolUseId" ,
2434
+ "required" : false
2435
+ }
2436
+ ]
2437
+ },
2402
2438
{
2403
2439
"name" : " amazonq_approachInvoke" ,
2404
2440
"description" : " Captures Approach generation process" ,
You can’t perform that action at this time.
0 commit comments