pub fn resolve_node_images(node: &FlowNode) -> Result<Vec<String>, String>Expand description
Resolve the node’s imageUrl (plus an optional images array) into
ready-to-send references (URLs pass through; local paths become data:
URLs). Empty when the node carries no images.