···430430 assert "using the result below. Result:" in finished_message
431431 assert "using the reason below. Reason:" in errored_message
432432 assert "Do not retry this task or request another talent for it." in errored_message
433433- assert "Do not retry this task or request another talent for it." in finished_message
433433+ assert (
434434+ "Do not retry this task or request another talent for it." in finished_message
435435+ )
434436435437 finished_instruction = (
436438 "Instruction: This is a stop-and-report turn, not a dispatch turn. "