()
| 28 | export const SyntheticOutputTool = buildTool({ |
| 29 | isMcp: false, |
| 30 | isEnabled() { |
| 31 | // This tool is only created when conditions are met (see main.tsx where |
| 32 | // isSyntheticOutputToolEnabled() gates tool creation). Once created, always enabled. |
| 33 | return true |
| 34 | }, |
| 35 | isConcurrencySafe() { |
| 36 | return true |
| 37 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected