()
| 23 | // getCoordinatorUserContext's scratchpadDir parameter (dependency injection |
| 24 | // from QueryEngine.ts, which lives higher in the dep graph). |
| 25 | function isScratchpadGateEnabled(): boolean { |
| 26 | return checkStatsigFeatureGate_CACHED_MAY_BE_STALE('tengu_scratch') |
| 27 | } |
| 28 | |
| 29 | const INTERNAL_WORKER_TOOLS = new Set([ |
| 30 | TEAM_CREATE_TOOL_NAME, |
no test coverage detected