pub fn parse_text_with_trace(
response: &str,
opts: &ParseOptions,
) -> Result<(String, ParseTrace), ParseError>Expand description
Clean an LLM response as plain text with diagnostic trace.
pub fn parse_text_with_trace(
response: &str,
opts: &ParseOptions,
) -> Result<(String, ParseTrace), ParseError>Clean an LLM response as plain text with diagnostic trace.