scripts(eval): change "result" function call parameter

This commit is contained in:
Aleix Conchillo Flaqué
2025-08-28 11:38:34 -07:00
parent 64f2135ddc
commit 5ebcea2a3b

View File

@@ -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",