scripts(evals): update to use new runner function

This commit is contained in:
Aleix Conchillo Flaqué
2025-08-05 11:46:28 -07:00
parent 1138c92a00
commit 5546c8e01c
2 changed files with 4 additions and 4 deletions

View File

@@ -176,7 +176,7 @@ async def run_example_pipeline(script_path: Path):
),
)
await module.run_example(transport, argparse.Namespace(), True)
await module.run_bot(transport)
async def run_eval_pipeline(