pub fn parse_extraction_response(
text: &str,
) -> Result<ExtractionResult, GraphError>Expand description
Parse the LLM’s JSON response into an ExtractionResult. Defensively handles markdown fencing and malformed JSON.
pub fn parse_extraction_response(
text: &str,
) -> Result<ExtractionResult, GraphError>Parse the LLM’s JSON response into an ExtractionResult. Defensively handles markdown fencing and malformed JSON.