Skip to content

Commit 4bf6613

Browse files
committed
use existing action type
1 parent 57964ae commit 4bf6613

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -246,17 +246,6 @@
246246
"type": "boolean",
247247
"description": "Boolean value of whether or not a Cfn parameter file is provided."
248248
},
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-
},
260249
{
261250
"name": "checkType",
262251
"type": "string",
@@ -2961,6 +2950,10 @@
29612950
"name": "amazonq_performChatHistoryAction",
29622951
"description": "When a user searches, exports, opens, or deletes a conversation from history",
29632952
"metadata": [
2953+
{
2954+
"type": "action",
2955+
"required": true
2956+
},
29642957
{
29652958
"type": "amazonqHistoryFileSize",
29662959
"required": false
@@ -2969,10 +2962,6 @@
29692962
"type": "amazonqTimeToSearchHistory",
29702963
"required": false
29712964
},
2972-
{
2973-
"type": "chatHistoryAction",
2974-
"required": true
2975-
},
29762965
{
29772966
"type": "filenameExt",
29782967
"required": false

0 commit comments

Comments
 (0)