pub fn spawn_title_generation(
state: Arc<dyn AgentSessionContext>,
session_id: String,
)Expand description
Spawn a background task that generates an auto-title for a new (untitled) session. Skips if the session already has a non-default title.