pub fn parse_json_fragment(s: &str) -> JsonResultExpand description
Parse a JSON string that may be incomplete (e.g. streaming tool arguments).
Returns JsonResult::Incomplete when the payload is cut off mid-token,
allowing the caller to buffer and retry.