| 4 | import * as path from 'path' |
| 5 | |
| 6 | export interface LLMConfig { |
| 7 | apiHost: string |
| 8 | apiKey: string |
| 9 | modelName: string |
| 10 | } |
| 11 | |
| 12 | export interface ModelConfig { |
| 13 | systemPrompt: string |
nothing calls this directly
no outgoing calls
no test coverage detected