Skip to content

Commit c547462

Browse files
committed
minor lint errors
1 parent 991392f commit c547462

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1006,6 +1006,11 @@
10061006
"type": "int",
10071007
"description": "Total number of code blocks inside a message in the conversation."
10081008
},
1009+
{
1010+
"name": "cwsprChatProgrammingLanguage",
1011+
"type": "string",
1012+
"description": "Programming language associated with the message"
1013+
},
10091014
{
10101015
"name": "cwsprChatUserIntent",
10111016
"type": "string",
@@ -1021,11 +1026,6 @@
10211026
],
10221027
"description": "Explict user intent associated with a chat message"
10231028
},
1024-
{
1025-
"name": "cwsprChatProgrammingLanguage",
1026-
"type": "string",
1027-
"description": "Programming language associated with the message"
1028-
},
10291029
{
10301030
"name": "databaseCredentials",
10311031
"type": "string",
@@ -2060,11 +2060,11 @@
20602060
"required": true
20612061
},
20622062
{
2063-
"type": "cwsprChatUserIntent",
2063+
"type": "cwsprChatProgrammingLanguage",
20642064
"required": false
20652065
},
20662066
{
2067-
"type": "cwsprChatProgrammingLanguage",
2067+
"type": "cwsprChatUserIntent",
20682068
"required": false
20692069
}
20702070
]

0 commit comments

Comments
 (0)