|
55 | 55 | "type": "double",
|
56 | 56 | "description": "The time it takes to generate code generation response"
|
57 | 57 | },
|
| 58 | + { |
| 59 | + "name": "amazonqHistoryFileSize", |
| 60 | + "type": "int", |
| 61 | + "description": "The size of a chat history file (in bytes)" |
| 62 | + }, |
58 | 63 | {
|
59 | 64 | "name": "amazonqNumberOfFilesAccepted",
|
60 | 65 | "type": "double",
|
|
75 | 80 | "type": "double",
|
76 | 81 | "description": "Captures the size of the source code"
|
77 | 82 | },
|
| 83 | + { |
| 84 | + "name": "amazonqTimeToLoadHistory", |
| 85 | + "type": "int", |
| 86 | + "description": "The time (in milliseconds) it takes to load chat history from filesystem" |
| 87 | + }, |
| 88 | + { |
| 89 | + "name": "amazonqTimeToSearchHistory", |
| 90 | + "type": "int", |
| 91 | + "description": "The time (in milliseconds) it takes to search through all messages in chat history for a user-provided search string" |
| 92 | + }, |
78 | 93 | {
|
79 | 94 | "name": "amazonqUploadIntent",
|
80 | 95 | "type": "string",
|
|
1009 | 1024 | "type": "int",
|
1010 | 1025 | "description": "Index of the code block inside a message in the conversation."
|
1011 | 1026 | },
|
| 1027 | + { |
| 1028 | + "name": "cwsprChatCodeContextCount", |
| 1029 | + "type": "int", |
| 1030 | + "description": "Number of code symbols added to context" |
| 1031 | + }, |
| 1032 | + { |
| 1033 | + "name": "cwsprChatCodeContextLength", |
| 1034 | + "type": "int", |
| 1035 | + "description": "Total length of code symbols added to context" |
| 1036 | + }, |
| 1037 | + { |
| 1038 | + "name": "cwsprChatCodeContextTruncatedLength", |
| 1039 | + "type": "int", |
| 1040 | + "description": "Truncated length of code symbols added to context" |
| 1041 | + }, |
1012 | 1042 | {
|
1013 | 1043 | "name": "cwsprChatConversationId",
|
1014 | 1044 | "type": "string",
|
|
1837 | 1867 | "type": "string",
|
1838 | 1868 | "description": "The old version of something. Useful when updating dependent resources."
|
1839 | 1869 | },
|
| 1870 | + { |
| 1871 | + "name": "openTabCount", |
| 1872 | + "type": "int", |
| 1873 | + "description": "The number of tabs automatically opened from history" |
| 1874 | + }, |
1840 | 1875 | {
|
1841 | 1876 | "name": "parentId",
|
1842 | 1877 | "type": "string",
|
|
2247 | 2282 | "type": "cwsprChatActiveEditorTotalCharacters",
|
2248 | 2283 | "required": false
|
2249 | 2284 | },
|
| 2285 | + { |
| 2286 | + "type": "cwsprChatCodeContextCount", |
| 2287 | + "required": false |
| 2288 | + }, |
| 2289 | + { |
| 2290 | + "type": "cwsprChatCodeContextLength", |
| 2291 | + "required": false |
| 2292 | + }, |
| 2293 | + { |
| 2294 | + "type": "cwsprChatCodeContextTruncatedLength", |
| 2295 | + "required": false |
| 2296 | + }, |
2250 | 2297 | {
|
2251 | 2298 | "type": "cwsprChatConversationId"
|
2252 | 2299 | },
|
|
2602 | 2649 | }
|
2603 | 2650 | ]
|
2604 | 2651 | },
|
| 2652 | + { |
| 2653 | + "name": "amazonq_exportTab", |
| 2654 | + "description": "When a user exports the current Amazon Q chat tab", |
| 2655 | + "metadata": [ |
| 2656 | + { |
| 2657 | + "type": "filenameExt", |
| 2658 | + "required": true |
| 2659 | + }, |
| 2660 | + { |
| 2661 | + "type": "languageServerVersion", |
| 2662 | + "required": false |
| 2663 | + } |
| 2664 | + ] |
| 2665 | + }, |
2605 | 2666 | {
|
2606 | 2667 | "name": "amazonq_feedback",
|
2607 | 2668 | "description": "When a user gives feedback using vote or comment or rating in the conversation",
|
|
2788 | 2849 | }
|
2789 | 2850 | ]
|
2790 | 2851 | },
|
| 2852 | + { |
| 2853 | + "name": "amazonq_loadHistory", |
| 2854 | + "description": "When a history file is loaded from the filesystem and open tabs are restored", |
| 2855 | + "metadata": [ |
| 2856 | + { |
| 2857 | + "type": "amazonqHistoryFileSize", |
| 2858 | + "required": true |
| 2859 | + }, |
| 2860 | + { |
| 2861 | + "type": "amazonqTimeToLoadHistory", |
| 2862 | + "required": true |
| 2863 | + }, |
| 2864 | + { |
| 2865 | + "type": "languageServerVersion", |
| 2866 | + "required": false |
| 2867 | + }, |
| 2868 | + { |
| 2869 | + "type": "openTabCount", |
| 2870 | + "required": true |
| 2871 | + } |
| 2872 | + ] |
| 2873 | + }, |
2791 | 2874 | {
|
2792 | 2875 | "name": "amazonq_messageResponseError",
|
2793 | 2876 | "description": "When an error has occured in response to a prompt",
|
|
2863 | 2946 | }
|
2864 | 2947 | ]
|
2865 | 2948 | },
|
| 2949 | + { |
| 2950 | + "name": "amazonq_performChatHistoryAction", |
| 2951 | + "description": "When a user searches, exports, opens, or deletes a conversation from history", |
| 2952 | + "metadata": [ |
| 2953 | + { |
| 2954 | + "type": "action", |
| 2955 | + "required": true |
| 2956 | + }, |
| 2957 | + { |
| 2958 | + "type": "amazonqHistoryFileSize", |
| 2959 | + "required": false |
| 2960 | + }, |
| 2961 | + { |
| 2962 | + "type": "amazonqTimeToSearchHistory", |
| 2963 | + "required": false |
| 2964 | + }, |
| 2965 | + { |
| 2966 | + "type": "filenameExt", |
| 2967 | + "required": false |
| 2968 | + }, |
| 2969 | + { |
| 2970 | + "type": "languageServerVersion", |
| 2971 | + "required": false |
| 2972 | + } |
| 2973 | + ] |
| 2974 | + }, |
2866 | 2975 | {
|
2867 | 2976 | "name": "amazonq_startConversationInvoke",
|
2868 | 2977 | "description": "Captures startConversation invocation process",
|
|
0 commit comments