Skip to content

Commit cd22755

Browse files
amazonq: port amazonq_addMessage from VSC in to common definitions
This existed in the vsc overrides in the vsc repo. Now it will live in common. Signed-off-by: nkomonen-amazon <[email protected]>
1 parent 1c6c863 commit cd22755

File tree

1 file changed

+100
-0
lines changed

1 file changed

+100
-0
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1958,6 +1958,106 @@
19581958
}
19591959
]
19601960
},
1961+
{
1962+
"name": "amazonq_addMessage",
1963+
"description": "When a message is added to the conversation",
1964+
"metadata": [
1965+
{
1966+
"type": "cwsprChatConversationId"
1967+
},
1968+
{
1969+
"type": "credentialStartUrl",
1970+
"required": false
1971+
},
1972+
{
1973+
"type": "cwsprChatMessageId"
1974+
},
1975+
{
1976+
"type": "cwsprChatTriggerInteraction"
1977+
},
1978+
{
1979+
"type": "cwsprChatUserIntent",
1980+
"required": false
1981+
},
1982+
{
1983+
"type": "cwsprChatHasCodeSnippet",
1984+
"required": false
1985+
},
1986+
{
1987+
"type": "cwsprChatProgrammingLanguage",
1988+
"required": false
1989+
},
1990+
{
1991+
"type": "cwsprChatActiveEditorTotalCharacters",
1992+
"required": false
1993+
},
1994+
{
1995+
"type": "cwsprChatActiveEditorImportCount",
1996+
"required": false
1997+
},
1998+
{
1999+
"type": "cwsprChatResponseCodeSnippetCount",
2000+
"required": false
2001+
},
2002+
{
2003+
"type": "cwsprChatResponseCode"
2004+
},
2005+
{
2006+
"type": "cwsprChatSourceLinkCount",
2007+
"required": false
2008+
},
2009+
{
2010+
"type": "cwsprChatReferencesCount",
2011+
"required": false
2012+
},
2013+
{
2014+
"type": "cwsprChatFollowUpCount",
2015+
"required": false
2016+
},
2017+
{
2018+
"type": "cwsprChatTimeToFirstChunk"
2019+
},
2020+
{
2021+
"type": "cwsprChatTimeBetweenChunks"
2022+
},
2023+
{
2024+
"type": "cwsprChatFullResponseLatency"
2025+
},
2026+
{
2027+
"type": "cwsprChatTimeToFirstUsableChunk"
2028+
},
2029+
{
2030+
"type": "cwsprChatFullServerResponseLatency"
2031+
},
2032+
{
2033+
"type": "cwsprChatTimeToFirstDisplay"
2034+
},
2035+
{
2036+
"type": "cwsprChatFullDisplayLatency"
2037+
},
2038+
{
2039+
"type": "cwsprChatTimeBetweenDisplays"
2040+
},
2041+
{
2042+
"type": "cwsprChatRequestLength"
2043+
},
2044+
{
2045+
"type": "cwsprChatResponseLength",
2046+
"required": false
2047+
},
2048+
{
2049+
"type": "cwsprChatConversationType"
2050+
},
2051+
{
2052+
"type": "cwsprChatHasProjectContext",
2053+
"required": false
2054+
},
2055+
{
2056+
"type": "codewhispererCustomizationArn",
2057+
"required": false
2058+
}
2059+
]
2060+
},
19612061
{
19622062
"name": "amazonq_approachInvoke",
19632063
"description": "Captures Approach generation process",

0 commit comments

Comments
 (0)