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 972
972
" other"
973
973
]
974
974
},
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
+ },
975
987
{
976
988
"name" : " cwsprChatAcceptedCharactersLength" ,
977
989
"type" : " int" ,
2590
2602
}
2591
2603
]
2592
2604
},
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
+ },
2593
2624
{
2594
2625
"name" : " amazonq_interactWithMessage" ,
2595
2626
"description" : " When a user interacts with a message in the conversation" ,
You can’t perform that action at this time.
0 commit comments