Skip to content

Commit 8c88537

Browse files
yuxianrzliramon1
andauthored
telemetry: add allowedValue in cwsprChatConversationType (#1073)
## Problem The telemetry in aws-toolkit-vscode uses cwsprChatConversationType but lacks a value for inlineChat situation. ## Solution add allowedValue in cwsprChatConversationType <!--- REMINDER: - Read CONTRIBUTING.md first. - Add test coverage for your changes. - Link to related issues/commits. - Testing: how did you test your changes? - Screenshots if applicable --> ## License By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. --------- Co-authored-by: Ramon Li <[email protected]>
1 parent e57f13e commit 8c88537

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1065,6 +1065,7 @@
10651065
"type": "string",
10661066
"allowedValues": [
10671067
"Chat",
1068+
"InlineChat",
10681069
"Assign",
10691070
"Transform",
10701071
"AgenticChat",

0 commit comments

Comments
 (0)