(trajectory)
| 659 | |
| 660 | |
| 661 | def test_task_56(trajectory): |
| 662 | final_answer=trajectory[-1]['content'] |
| 663 | #print(final_answer) |
| 664 | assert ("positive" in final_answer or "negative" in final_answer) |
| 665 | |
| 666 | def test_task_57(trajectory): |
| 667 | ans="./output/57.png" |
nothing calls this directly
no outgoing calls
no test coverage detected