From 275582cde3222afa39ec62c89157a99855ce5e74 Mon Sep 17 00:00:00 2001 From: Sandeep Singh Date: Mon, 26 Jan 2026 12:03:39 -0800 Subject: [PATCH] add account id to link generated for evaluation job --- eval_protocol/pytest/handle_persist_flow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eval_protocol/pytest/handle_persist_flow.py b/eval_protocol/pytest/handle_persist_flow.py index 66538903..6f812ff5 100644 --- a/eval_protocol/pytest/handle_persist_flow.py +++ b/eval_protocol/pytest/handle_persist_flow.py @@ -209,7 +209,7 @@ def handle_persist_flow(all_results: list[list[EvaluationRow]], test_func_name: store_experiment_link( experiment_id, - f"https://app.fireworks.ai/dashboard/evaluation-jobs/{job_id}", + f"https://app.fireworks.ai/dashboard/evaluation-jobs/{job_id}?account={fireworks_account_id}", "success", ) else: