fix(evals): improve prompt for subagent delegation eval

This commit is contained in:
Christian Gunderman
2026-01-21 16:46:12 -08:00
parent 20580d754d
commit 137ad037c5

View File

@@ -40,7 +40,8 @@ describe('subagent eval test cases', () => {
},
},
},
prompt: 'Please update README.md with a description of this library.',
prompt:
'Please update README.md with comprehensive documentation for this library.',
files: {
'.gemini/agents/test-agent.md': AGENT_DEFINITION,
'index.ts': INDEX_TS,