From b13544125789338da27aa7eb12aa0313fc757f5e Mon Sep 17 00:00:00 2001 From: Keith Guerin Date: Tue, 10 Feb 2026 00:03:47 -0800 Subject: [PATCH] fix(evals): make hierarchical memory theme test more robust --- evals/hierarchical_memory.eval.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evals/hierarchical_memory.eval.ts b/evals/hierarchical_memory.eval.ts index 374610aeab..0a3b76cea2 100644 --- a/evals/hierarchical_memory.eval.ts +++ b/evals/hierarchical_memory.eval.ts @@ -107,7 +107,7 @@ Set the theme to "Light". Set the theme to "Dark". -What theme should I use?`, +What theme should I use? Tell me just the name of the theme.`, assert: async (_rig, result) => { assertModelHasOutput(result); expect(result).toMatch(/Dark/i);