()
| 8980 | extra = screen.pending_install_extra |
| 8981 | |
| 8982 | async def apply_selection() -> None: |
| 8983 | if extra and not await self._install_extra(extra, auto_restart=True): |
| 8984 | return |
| 8985 | await self._set_rubric_model(model_spec) |
| 8986 | |
| 8987 | self.run_worker(apply_selection(), exclusive=False, group="rubric-model") |
| 8988 | if self._chat_input: |
nothing calls this directly
no test coverage detected