| ## Summary | |
| <!-- What does this PR do? One paragraph is fine. --> | |
| ## Related issue | |
| <!-- Closes #<issue-number>, or "N/A" --> | |
| ## Test plan | |
| - [ ] Existing tests pass (`pytest -q`) | |
| - [ ] New tests added for changed behaviour | |
| - [ ] `ruff check src/` passes | |
| - [ ] `mypy src/` passes | |
| - [ ] Integration tests checked if embedding code was touched (`pytest -q -m integration`) | |