Trigger an immediate refresh (for new content).
(self)
| 389 | logger.error(f"Error in refresh loop: {e}", exc_info=True) |
| 390 | |
| 391 | async def _trigger_refresh(self) -> None: |
| 392 | """Trigger an immediate refresh (for new content).""" |
| 393 | # The background loop will pick up changes automatically |
| 394 | pass |
| 395 | |
| 396 | async def _render_streaming_status(self) -> None: |
| 397 | """Render current streaming status with debounced reasoning preview.""" |
no outgoing calls
no test coverage detected