(trajectory)
| 1315 | assert os.path.exists(image_path) |
| 1316 | |
| 1317 | def test_task_130(trajectory): |
| 1318 | final_answer=trajectory[-1]['content'] |
| 1319 | assert ('llama' in final_answer or 'Llama' in final_answer) |
| 1320 | |
| 1321 | def test_task_131(trajectory): |
| 1322 | final_answer=trajectory[-1]['content'] |
nothing calls this directly
no outgoing calls
no test coverage detected