()
| 3969 | structuredIO.injectControlResponse(response) |
| 3970 | }, |
| 3971 | onInterrupt() { |
| 3972 | abortController?.abort() |
| 3973 | }, |
| 3974 | onSetModel(model) { |
| 3975 | const resolved = |
| 3976 | model === 'default' ? getDefaultMainLoopModel() : model |
no outgoing calls
no test coverage detected