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 10961096 "type" : " boolean" ,
10971097 "description" : " True if the code snippet that user interacts with has a reference."
10981098 },
1099+ {
1100+ "name" : " cwsprChatHistoryMessageCharacterCount" ,
1101+ "type" : " int" ,
1102+ "description" : " The number of characters in a history message"
1103+ },
10991104 {
11001105 "name" : " cwsprChatInteractionTarget" ,
11011106 "type" : " string" ,
22992304 "type" : " cwsprChatHasProjectContext" ,
23002305 "required" : false
23012306 },
2307+ {
2308+ "type" : " cwsprChatHistoryMessageCharacterCount" ,
2309+ "required" : false
2310+ },
23022311 {
23032312 "type" : " cwsprChatMessageId"
23042313 },
23992408 }
24002409 ]
24012410 },
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+ },
24022442 {
24032443 "name" : " amazonq_approachInvoke" ,
24042444 "description" : " Captures Approach generation process" ,
You can’t perform that action at this time.
0 commit comments