scripts(eval): change "result" function call parameter
This commit is contained in:
@@ -247,7 +247,7 @@ async def run_eval_pipeline(
|
|||||||
properties={
|
properties={
|
||||||
"result": {
|
"result": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "The result of the eval",
|
"description": "Whether the answer is correct or not",
|
||||||
},
|
},
|
||||||
"reasoning": {
|
"reasoning": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
|||||||
Reference in New Issue
Block a user