mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-12 21:03:05 -07:00
address PR comments and linting
This commit is contained in:
@@ -172,12 +172,12 @@ export const TriageIssues = ({
|
|||||||
async (issue: Issue): Promise<AnalysisResult> => {
|
async (issue: Issue): Promise<AnalysisResult> => {
|
||||||
const client = config.getBaseLlmClient();
|
const client = config.getBaseLlmClient();
|
||||||
const prompt = `
|
const prompt = `
|
||||||
I am triaging GitHub issues for the Gemini CLI workspace. I need to identify issues that should be closed because they are:
|
I am triaging GitHub issues for the Gemini CLI project. I need to identify issues that should be closed because they are:
|
||||||
- Bogus (not a real issue/request)
|
- Bogus (not a real issue/request)
|
||||||
- Not reproducible (insufficient info, "it doesn't work" without logs/details)
|
- Not reproducible (insufficient info, "it doesn't work" without logs/details)
|
||||||
- Abusive or offensive
|
- Abusive or offensive
|
||||||
- Gibberish (nonsense text)
|
- Gibberish (nonsense text)
|
||||||
- Clearly out of scope for this workspace
|
- Clearly out of scope for this project
|
||||||
- Non-deterministic model output (e.g., "it gave me a wrong answer once", complaints about model quality without a reproducible test case)
|
- Non-deterministic model output (e.g., "it gave me a wrong answer once", complaints about model quality without a reproducible test case)
|
||||||
|
|
||||||
<issue>
|
<issue>
|
||||||
|
|||||||
Reference in New Issue
Block a user