pub fn validate_max_turns_failure(
error: &PromptError,
expected_max_turns: usize,
) -> Result<(), ScenarioError>Available on crate feature
test-utils only.Expand description
Validate max-turn diagnostics, including the exact configured budget and a retained pending prompt.