()
| 664 | signal: toolUseContext.abortController.signal, |
| 665 | options: { |
| 666 | async getToolPermissionContext() { |
| 667 | const appState = toolUseContext.getAppState() |
| 668 | return appState.toolPermissionContext |
| 669 | }, |
| 670 | model: currentModel, |
| 671 | ...(config.gates.fastModeEnabled && { |
| 672 | fastMode: appState.fastMode, |
nothing calls this directly
no outgoing calls
no test coverage detected