pub fn parse_graph_response( json: &str, default_project: Option<&str>, ) -> Result<Vec<GraphOperation>, CoreError>
Parse an AI response into a GraphOperation batch.