Skip to content

Commit 86c3a03

Browse files
committed
fix
1 parent 5b453c9 commit 86c3a03

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -2227,37 +2227,6 @@
22272227
}
22282228
]
22292229
},
2230-
{
2231-
"name": "amazonq_addMessageHistory",
2232-
"description": "When a message is added to the history",
2233-
"metadata": [
2234-
{
2235-
"type": "credentialStartUrl",
2236-
"required": false
2237-
},
2238-
{
2239-
"type": "cwsprChatMessageId",
2240-
"required": false
2241-
},
2242-
{
2243-
"type": "cwsprChatConversationId"
2244-
},
2245-
{
2246-
"type": "cwsprChatConversationType"
2247-
},
2248-
{
2249-
"type": "cwsprToolName",
2250-
"required": false
2251-
},
2252-
{
2253-
"type": "cwsprToolUseId",
2254-
"required": false
2255-
},
2256-
{
2257-
"type": "cwsprChatHistoryMessageCharacterCount"
2258-
}
2259-
]
2260-
},
22612230
{
22622231
"name": "amazonq_addMessage",
22632232
"description": "When a message is added to the conversation",
@@ -2439,6 +2408,37 @@
24392408
}
24402409
]
24412410
},
2411+
{
2412+
"name": "amazonq_addMessageHistory",
2413+
"description": "When a message is added to the history",
2414+
"metadata": [
2415+
{
2416+
"type": "credentialStartUrl",
2417+
"required": false
2418+
},
2419+
{
2420+
"type": "cwsprChatConversationId"
2421+
},
2422+
{
2423+
"type": "cwsprChatConversationType"
2424+
},
2425+
{
2426+
"type": "cwsprChatHistoryMessageCharacterCount"
2427+
},
2428+
{
2429+
"type": "cwsprChatMessageId",
2430+
"required": false
2431+
},
2432+
{
2433+
"type": "cwsprToolName",
2434+
"required": false
2435+
},
2436+
{
2437+
"type": "cwsprToolUseId",
2438+
"required": false
2439+
}
2440+
]
2441+
},
24422442
{
24432443
"name": "amazonq_approachInvoke",
24442444
"description": "Captures Approach generation process",

0 commit comments

Comments
 (0)