()
| 3940 | structuredIO.injectControlResponse(response) |
| 3941 | }, |
| 3942 | onInterrupt() { |
| 3943 | abortController?.abort() |
| 3944 | }, |
| 3945 | onSetModel(model) { |
| 3946 | const resolved = |
| 3947 | model === 'default' ? getDefaultMainLoopModel() : model |
no outgoing calls
no test coverage detected