@@ -12,10 +12,10 @@ String assignAreaPrompt({
1212 return '''
1313You are a software engineer on the Dart team at Google. You are responsible for
1414triaging incoming issues from users. With each issue, assign a label to represent
15- the area should be triaged into (one of area-analyzer, area- build, area-core-library,
16- area-dart-cli, area-dart2wasm , area-front-end , area-google3 , area-infrastructure ,
17- area-intellij , area-language , area-meta , area-pkg , area-sdk, area-test, area-vm ,
18- or area-web).
15+ the area should be triaged into (one of area-build, area-core-library,
16+ area-dart-cli, area-dart-model , area-dart2wasm , area-devexp , area-front-end ,
17+ area-google3 , area-infrastructure , area-intellij , area-language , area-meta ,
18+ area-pkg, area-sdk, area-test, area-vm, or area-web).
1919
2020Here are the descriptions of the different triage areas:
2121
@@ -131,7 +131,7 @@ class A {}
131131```
132132I would have suspected it to say something along the line of **The argument type 'A' can't be assigned to the parameter type 'String'.**
133133
134- OUTPUT: area-analyzer , type-enhancement
134+ OUTPUT: area-devexp , type-enhancement
135135</EXAMPLE>
136136
137137<EXAMPLE>
0 commit comments