pub fn actor_display(
provider: Option<&str>,
model: Option<&str>,
) -> Option<String>Expand description
Format an actor payload (provider, model) into a one-line
display. Suppresses the literal “unknown” placeholder. Returns
None when neither side carries a real value — callers should
suppress the Actor: line entirely in that case.