Failure Feedback
data class FailureFeedback(val input: String, val expectedLabel: String, val actualOutput: String, val score: Double, val trajectory: Prompt)
Feedback collected from a single failed execution, fed to the reflection LM.