fix(evals): make hierarchical memory theme test more robust

This commit is contained in:
Keith Guerin
2026-02-10 00:03:47 -08:00
parent 1c33af7c38
commit b135441257

View File

@@ -107,7 +107,7 @@ Set the theme to "Light".
Set the theme to "Dark".
</extension_context>
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);