We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c547462 commit f604e63Copy full SHA for f604e63
telemetry/definitions/commonDefinitions.json
@@ -1001,16 +1001,16 @@
1001
"type": "string",
1002
"description": "Unique identifier for each message in an conversation"
1003
},
1004
- {
1005
- "name": "cwsprChatTotalCodeBlocks",
1006
- "type": "int",
1007
- "description": "Total number of code blocks inside a message in the conversation."
1008
- },
1009
{
1010
"name": "cwsprChatProgrammingLanguage",
1011
1012
"description": "Programming language associated with the message"
1013
+ {
+ "name": "cwsprChatTotalCodeBlocks",
+ "type": "int",
+ "description": "Total number of code blocks inside a message in the conversation."
+ },
1014
1015
"name": "cwsprChatUserIntent",
1016
0 commit comments