Skip to main content

parse_string_list_raw

Function parse_string_list_raw 

Source
pub fn parse_string_list_raw(response: &str) -> Result<Vec<String>, ParseError>
Expand description

Parse into a list without tag-specific cleaning.

No forced lowercase, no length filter, no dedup. For general-purpose list extraction from LLM responses.