|
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", |
|
231 | 246 | "type": "boolean", |
232 | 247 | "description": "Boolean value of whether or not a Cfn parameter file is provided." |
233 | 248 | }, |
| 249 | + { |
| 250 | + "name": "chatHistoryAction", |
| 251 | + "type": "string", |
| 252 | + "allowedValues": [ |
| 253 | + "search", |
| 254 | + "export", |
| 255 | + "open", |
| 256 | + "delete" |
| 257 | + ], |
| 258 | + "description": "The type of action performed on chat history" |
| 259 | + }, |
234 | 260 | { |
235 | 261 | "name": "checkType", |
236 | 262 | "type": "string", |
|
1009 | 1035 | "type": "int", |
1010 | 1036 | "description": "Index of the code block inside a message in the conversation." |
1011 | 1037 | }, |
| 1038 | + { |
| 1039 | + "name": "cwsprChatCodeContextCount", |
| 1040 | + "type": "int", |
| 1041 | + "description": "Number of code symbols added to context" |
| 1042 | + }, |
| 1043 | + { |
| 1044 | + "name": "cwsprChatCodeContextLength", |
| 1045 | + "type": "int", |
| 1046 | + "description": "Total length of code symbols added to context" |
| 1047 | + }, |
| 1048 | + { |
| 1049 | + "name": "cwsprChatCodeContextTruncatedLength", |
| 1050 | + "type": "int", |
| 1051 | + "description": "Truncated length of code symbols added to context" |
| 1052 | + }, |
1012 | 1053 | { |
1013 | 1054 | "name": "cwsprChatConversationId", |
1014 | 1055 | "type": "string", |
|
1471 | 1512 | ], |
1472 | 1513 | "description": "The experiment action taken action taken" |
1473 | 1514 | }, |
| 1515 | + { |
| 1516 | + "name": "exportFormat", |
| 1517 | + "type": "string", |
| 1518 | + "allowedValues": [ |
| 1519 | + "html", |
| 1520 | + "markdown" |
| 1521 | + ], |
| 1522 | + "description": "The file format chosen by the user when exporting chat history" |
| 1523 | + }, |
1474 | 1524 | { |
1475 | 1525 | "name": "failedCount", |
1476 | 1526 | "type": "int", |
|
1837 | 1887 | "type": "string", |
1838 | 1888 | "description": "The old version of something. Useful when updating dependent resources." |
1839 | 1889 | }, |
| 1890 | + { |
| 1891 | + "name": "openTabCount", |
| 1892 | + "type": "int", |
| 1893 | + "description": "The number of tabs automatically opened from history" |
| 1894 | + }, |
1840 | 1895 | { |
1841 | 1896 | "name": "parentId", |
1842 | 1897 | "type": "string", |
|
2247 | 2302 | "type": "cwsprChatActiveEditorTotalCharacters", |
2248 | 2303 | "required": false |
2249 | 2304 | }, |
| 2305 | + { |
| 2306 | + "type": "cwsprChatCodeContextCount", |
| 2307 | + "required": false |
| 2308 | + }, |
| 2309 | + { |
| 2310 | + "type": "cwsprChatCodeContextLength", |
| 2311 | + "required": false |
| 2312 | + }, |
| 2313 | + { |
| 2314 | + "type": "cwsprChatCodeContextTruncatedLength", |
| 2315 | + "required": false |
| 2316 | + }, |
2250 | 2317 | { |
2251 | 2318 | "type": "cwsprChatConversationId" |
2252 | 2319 | }, |
|
2602 | 2669 | } |
2603 | 2670 | ] |
2604 | 2671 | }, |
| 2672 | + { |
| 2673 | + "name": "amazonq_exportTab", |
| 2674 | + "description": "When a user exports the current Amazon Q chat tab", |
| 2675 | + "metadata": [ |
| 2676 | + { |
| 2677 | + "type": "exportFormat", |
| 2678 | + "required": true |
| 2679 | + }, |
| 2680 | + { |
| 2681 | + "type": "languageServerVersion", |
| 2682 | + "required": false |
| 2683 | + } |
| 2684 | + ] |
| 2685 | + }, |
2605 | 2686 | { |
2606 | 2687 | "name": "amazonq_feedback", |
2607 | 2688 | "description": "When a user gives feedback using vote or comment or rating in the conversation", |
|
2788 | 2869 | } |
2789 | 2870 | ] |
2790 | 2871 | }, |
| 2872 | + { |
| 2873 | + "name": "amazonq_loadHistory", |
| 2874 | + "description": "When a history file is loaded from the filesystem and open tabs are restored", |
| 2875 | + "metadata": [ |
| 2876 | + { |
| 2877 | + "type": "amazonqHistoryFileSize", |
| 2878 | + "required": true |
| 2879 | + }, |
| 2880 | + { |
| 2881 | + "type": "amazonqTimeToLoadHistory", |
| 2882 | + "required": true |
| 2883 | + }, |
| 2884 | + { |
| 2885 | + "type": "languageServerVersion", |
| 2886 | + "required": false |
| 2887 | + }, |
| 2888 | + { |
| 2889 | + "type": "openTabCount", |
| 2890 | + "required": true |
| 2891 | + } |
| 2892 | + ] |
| 2893 | + }, |
2791 | 2894 | { |
2792 | 2895 | "name": "amazonq_messageResponseError", |
2793 | 2896 | "description": "When an error has occured in response to a prompt", |
|
2863 | 2966 | } |
2864 | 2967 | ] |
2865 | 2968 | }, |
| 2969 | + { |
| 2970 | + "name": "amazonq_performChatHistoryAction", |
| 2971 | + "description": "When a user searches, exports, opens, or deletes a conversation from history", |
| 2972 | + "metadata": [ |
| 2973 | + { |
| 2974 | + "type": "amazonqHistoryFileSize", |
| 2975 | + "required": false |
| 2976 | + }, |
| 2977 | + { |
| 2978 | + "type": "amazonqTimeToSearchHistory", |
| 2979 | + "required": false |
| 2980 | + }, |
| 2981 | + { |
| 2982 | + "type": "chatHistoryAction", |
| 2983 | + "required": true |
| 2984 | + }, |
| 2985 | + { |
| 2986 | + "type": "exportFormat", |
| 2987 | + "required": false |
| 2988 | + }, |
| 2989 | + { |
| 2990 | + "type": "languageServerVersion", |
| 2991 | + "required": false |
| 2992 | + } |
| 2993 | + ] |
| 2994 | + }, |
2866 | 2995 | { |
2867 | 2996 | "name": "amazonq_startConversationInvoke", |
2868 | 2997 | "description": "Captures startConversation invocation process", |
|
0 commit comments