llmx
Utilities for working with LLM outputs.
Currently this crate focuses on turning "fuzzy" JSON-like text (common in LLM responses) into
real serde_json::Value.
Usage
use parse_fuzzy_json;
let v = parse_fuzzy_json.unwrap;
assert_eq!;
assert!;
Utilities for working with LLM outputs.
Currently this crate focuses on turning "fuzzy" JSON-like text (common in LLM responses) into
real serde_json::Value.
use parse_fuzzy_json;
let v = parse_fuzzy_json.unwrap;
assert_eq!;
assert!;