scripts(evals): improve prompts

This commit is contained in:
Aleix Conchillo Flaqué
2025-12-16 17:26:50 -08:00
parent 5f7dbfe775
commit 5b30f1b1ef
2 changed files with 3 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ EVAL_SIMPLE_MATH = EvalConfig(
)
EVAL_WEATHER = EvalConfig(
prompt="What's the weather in San Francisco? Temperature should be in any unit, just pick one.",
prompt="What's the weather in San Francisco? Temperature should be in fahrenheits.",
eval="The user talks about the weather in San Francisco, including the degrees.",
)