Skip to content

Commit 5b453c9

Browse files
committed
amazonq_addMessageHistory
1 parent 81d1176 commit 5b453c9

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2227,6 +2227,37 @@
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+
},
22302261
{
22312262
"name": "amazonq_addMessage",
22322263
"description": "When a message is added to the conversation",

0 commit comments

Comments
 (0)