()
| 1307 | signal: context.abortController.signal, |
| 1308 | options: { |
| 1309 | async getToolPermissionContext() { |
| 1310 | const appState = context.getAppState() |
| 1311 | return appState.toolPermissionContext |
| 1312 | }, |
| 1313 | model: context.options.mainLoopModel, |
| 1314 | toolChoice: undefined, |
| 1315 | isNonInteractiveSession: context.options.isNonInteractiveSession, |
nothing calls this directly
no outgoing calls
no test coverage detected