This commit is contained in:
Christian Gunderman
2026-04-08 15:00:05 -07:00
parent 6d353a6c1b
commit cba2298e5c
+4 -4
View File
@@ -31,7 +31,7 @@ function askUserEvalTest(policy: EvalPolicy, evalCase: AppEvalCase) {
}
describe('ask_user', () => {
askUserEvalTest('ALWAYS_PASSES', {
askUserEvalTest('USUALLY_PASSES', {
suiteName: 'default',
suiteType: 'behavioral',
name: 'Agent uses AskUser tool to present multiple choice options',
@@ -48,7 +48,7 @@ describe('ask_user', () => {
},
});
askUserEvalTest('ALWAYS_PASSES', {
askUserEvalTest('USUALLY_PASSES', {
suiteName: 'default',
suiteType: 'behavioral',
name: 'Agent uses AskUser tool to clarify ambiguous requirements',
@@ -68,7 +68,7 @@ describe('ask_user', () => {
},
});
askUserEvalTest('ALWAYS_PASSES', {
askUserEvalTest('USUALLY_PASSES', {
suiteName: 'default',
suiteType: 'behavioral',
name: 'Agent uses AskUser tool before performing significant ambiguous rework',
@@ -110,7 +110,7 @@ describe('ask_user', () => {
// confirm shell commands. Fixed via prompt refinements and tool definition
// updates to clarify that shell command confirmation is handled by the UI.
// See fix: https://github.com/google-gemini/gemini-cli/pull/20504
askUserEvalTest('ALWAYS_PASSES', {
askUserEvalTest('USUALLY_PASSES', {
suiteName: 'default',
suiteType: 'behavioral',
name: 'Agent does NOT use AskUser to confirm shell commands',