pub fn parse_flexible<T: DeserializeOwned>(
raw: &str,
) -> Result<ParseResult<T>, ParseError>Expand description
Parse raw LLM output into type T using the AnyOf cascade.
Tries multiple extraction strategies, returns the first successful parse.