A LLM based triage automation system for the dart-lang/sdk repo. It processes new issues filed against the repo and triages them in the same manner that a human would. This includes:
area-
label (first line triage)This bot is generally triggered by a GitHub workflow listening for new issues on the dart-lang/sdk repo.
See https://github.com/dart-lang/sdk/blob/main/.github/workflows/issue-triage.yml.
The general workflow of the tool is:
@dart-github-bot
) with the summary; apply any labels produced as part of the classificationWe create a tuned Gemini model in order to improve the performance of classification. This involves:
model: 'tunedModels/sdk-triage-tuned-prompt-1l96e2n'
)