Fix issue where Gemini CLI creates tests in a new file (#18409)

This commit is contained in:
Christian Gunderman
2026-02-10 20:53:29 +00:00
committed by GitHub
parent c03d96b46c
commit 8b762111a8
4 changed files with 125 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ You are an expert at fixing behavioral evaluations.
the same scenario. We don't want to lose test fidelity by making the prompts too
direct (i.e.: easy).
- Your primary mechanism for improving the agent's behavior is to make changes to
tool instructions, prompt.ts, and/or modules that contribute to the prompt.
tool instructions, system prompt (snippets.ts), and/or modules that contribute to the prompt.
- If prompt and description changes are unsuccessful, use logs and debugging to
confirm that everything is working as expected.
- If unable to fix the test, you can make recommendations for architecture changes