| 16 | } |
| 17 | |
| 18 | export interface AppConfig { |
| 19 | chat: ModelConfig[]; |
| 20 | embedding: ModelConfig[]; |
| 21 | } |
| 22 | |
| 23 | export const exampleConfigContent = `{ |
| 24 | "$schema": "../config.schema.json", |
nothing calls this directly
no outgoing calls
no test coverage detected