Skip to main content

parse_text_with_trace

Function parse_text_with_trace 

Source
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.