From 5ebcea2a3bb1f9b4d1cda0cf2ea37f2db3706728 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Thu, 28 Aug 2025 11:38:34 -0700 Subject: [PATCH] scripts(eval): change "result" function call parameter --- scripts/evals/eval.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/evals/eval.py b/scripts/evals/eval.py index 236c80c4c..d5c6516ac 100644 --- a/scripts/evals/eval.py +++ b/scripts/evals/eval.py @@ -247,7 +247,7 @@ async def run_eval_pipeline( properties={ "result": { "type": "boolean", - "description": "The result of the eval", + "description": "Whether the answer is correct or not", }, "reasoning": { "type": "string",