We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 976ffc2 commit 66d8365Copy full SHA for 66d8365
src/humanloop/eval_utils/run.py
@@ -409,7 +409,9 @@ def run_eval(
409
run: EvaluationRunResponse = client.evaluations.create_run(
410
id=evaluation.id,
411
dataset={"version_id": hl_dataset.version_id},
412
+ version={"version_id": hl_file.version_id},
413
orchestrated=False if function_ is not None else True,
414
+ use_existing_logs=False,
415
)
416
# Every Run will generate a new batch of Logs
417
run_id = run.id
0 commit comments