Skip to main content

actor_display

Function actor_display 

Source
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.