File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change 972972 " other"
973973 ]
974974 },
975+ {
976+ "name" : " cwsprAgenticChatInteractionType" ,
977+ "type" : " string" ,
978+ "allowedValues" : [
979+ " RejectDiff" ,
980+ " GeneratedDiff" ,
981+ " RunCommand" ,
982+ " GeneratedCommand" ,
983+ " StopChat"
984+ ],
985+ "description" : " Type of interaction with agentic chat messages"
986+ },
975987 {
976988 "name" : " cwsprChatAcceptedCharactersLength" ,
977989 "type" : " int" ,
25902602 }
25912603 ]
25922604 },
2605+ {
2606+ "name" : " amazonq_interactWithAgenticChat" ,
2607+ "description" : " When a user interacts with a message in the agentic chat" ,
2608+ "metadata" : [
2609+ {
2610+ "type" : " credentialStartUrl" ,
2611+ "required" : false
2612+ },
2613+ {
2614+ "type" : " cwsprAgenticChatInteractionType"
2615+ },
2616+ {
2617+ "type" : " cwsprChatConversationId"
2618+ },
2619+ {
2620+ "type" : " cwsprChatConversationType"
2621+ }
2622+ ]
2623+ },
25932624 {
25942625 "name" : " amazonq_interactWithMessage" ,
25952626 "description" : " When a user interacts with a message in the conversation" ,
You can’t perform that action at this time.
0 commit comments