Skip to main content

parse_json_array

Function parse_json_array 

Source
pub fn parse_json_array(content: &str) -> Result<Vec<String>, ResearchError>
Expand description

Parses a JSON array of strings from LLM output.

Uses tolerant JSON parsing. Kept for backward compatibility; generate_follow_ups now uses the gap→query mapping format.