File tree Expand file tree Collapse file tree
benchmarks/datasets/mathematical-benchmarks-v1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ All Jacobian treatments reach the local sidecar through
5757to both jobs; only the treatment adds the Jacobian sidecar and MCP config. This
5858paired setup is for workflow comparison; the public dataset is not held-out
5959evidence. For a fresh task-image pull behind a proxy, follow the opt-in Buildx
60- builder setup in [ Run agent observations] ( ../../../ docs/how-to /run-agent-evaluations.md ) .
60+ builder setup in [ Run agent observations] ( ../../docs/run-agent-evaluations.md ) .
6161
6262To evaluate the canonical ` math.find ` and ` math.run ` surface, keep each model,
6363task set, and prompt condition in a separate result root:
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ def test_agent_eval_forwards_web_search_setting_to_harbor() -> None:
101101
102102
103103def test_agent_eval_docs_exclude_host_codex_from_the_control_protocol () -> None :
104- guide = (ROOT / "docs " / "how-to " / "run-agent-evaluations.md" ).read_text (
104+ guide = (ROOT / "benchmarks " / "docs " / "run-agent-evaluations.md" ).read_text (
105105 encoding = "utf-8"
106106 )
107107
You can’t perform that action at this time.
0 commit comments