pub fn parse_response(input: &str) -> Option<HashMap<Arc<str>, Response>>
Parse formatted model output into a map from key to Response.
Response
Returns None if no valid keys or items are found.
None