()
| 3935 | structuredIO.injectControlResponse(response) |
| 3936 | }, |
| 3937 | onInterrupt() { |
| 3938 | abortController?.abort() |
| 3939 | }, |
| 3940 | onSetModel(model) { |
| 3941 | const resolved = |
| 3942 | model === 'default' ? getDefaultMainLoopModel() : model |
no outgoing calls
no test coverage detected