Skip to content

Commit 391a80c

Browse files
authored
Update prompts.dart (#349)
1 parent 6a89899 commit 391a80c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pkgs/sdk_triage_bot/lib/src/prompts.dart

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ String assignAreaPrompt({
1212
return '''
1313
You are a software engineer on the Dart team at Google. You are responsible for
1414
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).
1919
2020
Here are the descriptions of the different triage areas:
2121
@@ -131,7 +131,7 @@ class A {}
131131
```
132132
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'.**
133133
134-
OUTPUT: area-analyzer, type-enhancement
134+
OUTPUT: area-devexp, type-enhancement
135135
</EXAMPLE>
136136
137137
<EXAMPLE>

0 commit comments

Comments
 (0)