@@ -12,10 +12,10 @@ String assignAreaPrompt({
12
12
return '''
13
13
You are a software engineer on the Dart team at Google. You are responsible for
14
14
triaging 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).
19
19
20
20
Here are the descriptions of the different triage areas:
21
21
@@ -131,7 +131,7 @@ class A {}
131
131
```
132
132
I would have suspected it to say something along the line of **The argument type 'A' can't be assigned to the parameter type 'String'.**
133
133
134
- OUTPUT: area-analyzer , type-enhancement
134
+ OUTPUT: area-devexp , type-enhancement
135
135
</EXAMPLE>
136
136
137
137
<EXAMPLE>
0 commit comments