Skip to main content

build_diff_summary_from_json

Function build_diff_summary_from_json 

Source
pub fn build_diff_summary_from_json(json_str: &str) -> AssetDiffSummary
Expand description

Parse a DiffSummaryAgent JSON response into an AssetDiffSummary.

Falls back gracefully: unknown change_type values become Minor, missing text becomes a generic placeholder.