(
editor: "InteractiveCodeEditor", # noqa: F821
instruction: str,
)
| 176 | |
| 177 | |
| 178 | async def _code_apply( |
| 179 | editor: "InteractiveCodeEditor", # noqa: F821 |
| 180 | instruction: str, |
| 181 | ) -> dict: |
| 182 | return await editor.apply_instruction(instruction) |
| 183 | |
| 184 | |
| 185 | async def _code_preview( |
no test coverage detected