(trajectory)
| 307 | |
| 308 | |
| 309 | def test_task_21(trajectory): |
| 310 | final_answer=trajectory[-1]['content'] |
| 311 | answer_list=["50"] |
| 312 | for ans in answer_list: |
| 313 | assert ans in final_answer |
| 314 | |
| 315 | def test_task_22(trajectory): |
| 316 | final_answer=trajectory[-1]['content'] |
nothing calls this directly
no outgoing calls
no test coverage detected