| 51 | import { getAvailableTechniques, DEFAULT_TRIGGERS } from '@/lib/parseltongue' |
| 52 | |
| 53 | interface SettingsModalProps { |
| 54 | onClose: () => void |
| 55 | } |
| 56 | |
| 57 | type SettingsTab = 'api' | 'prompt' | 'appearance' | 'privacy' | 'liquid' | 'autotune' | 'parseltongue' | 'stm' | 'memory' | 'ultraplinian' | 'consortium' | 'plan' | 'data' |
| 58 |
nothing calls this directly
no outgoing calls
no test coverage detected