triage
Analyze new issue text to find duplicate issues and classify components, citing supporting issue numbers while noting caveats.
Instructions
Full triage pass over new issue text: duplicates plus component routing.
One call combining find_duplicates and classify_component, with every
supporting issue number collected into cited_issue_numbers. Narrate this
for the user -- including the caveats -- rather than presenting it as a
decision already made.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| caveats | Yes | ||
| duplicates | Yes | ||
| text_preview | Yes | ||
| classification | Yes | ||
| cited_issue_numbers | Yes |