| 1 | import { ElectronAPI } from '@electron-toolkit/preload' |
| 2 | |
| 3 | export interface LLMConfig { |
| 4 | apiHost: string |
| 5 | apiKey: string |
| 6 | modelName: string |
| 7 | } |
| 8 | |
| 9 | export interface ModelConfig { |
| 10 | systemPrompt: string |
nothing calls this directly
no outgoing calls
no test coverage detected