Skip to content

Commit 2d0e9e1

Browse files
Add account id to link generated for evaluation job (#422)
1 parent a013693 commit 2d0e9e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eval_protocol/pytest/handle_persist_flow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ def handle_persist_flow(all_results: list[list[EvaluationRow]], test_func_name:
209209

210210
store_experiment_link(
211211
experiment_id,
212-
f"https://app.fireworks.ai/dashboard/evaluation-jobs/{job_id}",
212+
f"https://app.fireworks.ai/dashboard/evaluation-jobs/{job_id}?account={fireworks_account_id}",
213213
"success",
214214
)
215215
else:

0 commit comments

Comments
 (0)