(trajectory)
| 285 | assert os.path.exists(key_path) |
| 286 | |
| 287 | def test_task_17(trajectory): |
| 288 | # key: "142" |
| 289 | final_answer=trajectory[-1]['content'] |
| 290 | assert "142" in final_answer |
| 291 | |
| 292 | def test_task_18(trajectory): |
| 293 | final_answer=trajectory[-1]['content'] |
nothing calls this directly
no outgoing calls
no test coverage detected