Skip to content

Commit 6c71a1a

Browse files
committed
lint errors
1 parent 1f192b4 commit 6c71a1a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1802,6 +1802,16 @@
18021802
"type": "string",
18031803
"description": "Unique identifier for the trace (a set of events) this metric belongs to"
18041804
},
1805+
{
1806+
"name": "unitTestGenerationBuildPayloadBytes",
1807+
"type": "int",
1808+
"description": "The uncompressed payload size in bytes of the source files in customer project context sent for unit test generation"
1809+
},
1810+
{
1811+
"name": "unitTestGenerationBuildZipFileBytes",
1812+
"type": "int",
1813+
"description": "The compressed payload size of source files in bytes of customer project context sent for unit test generation"
1814+
},
18051815
{
18061816
"name": "update",
18071817
"type": "boolean",
@@ -1817,16 +1827,6 @@
18171827
"type": "string",
18181828
"description": "User selection from a predefined menu (not user-provided input). See also `action`."
18191829
},
1820-
{
1821-
"name": "unitTestGenerationBuildPayloadBytes",
1822-
"type": "int",
1823-
"description": "The uncompressed payload size in bytes of the source files in customer project context sent for unit test generation"
1824-
},
1825-
{
1826-
"name": "unitTestGenerationBuildZipFileBytes",
1827-
"type": "int",
1828-
"description": "The compressed payload size of source files in bytes of customer project context sent for unit test generation"
1829-
},
18301830
{
18311831
"name": "userEnteredPromptMessage",
18321832
"type": "boolean",

0 commit comments

Comments
 (0)