pub fn spawn_session_actor( state: AppState, session_id: Uuid, run_id: Uuid, model: Model, user_message: Message, ) -> Result<SessionHandle, String>