| 10 | } |
| 11 | |
| 12 | interface Provider { |
| 13 | id: string; |
| 14 | name: string; |
| 15 | models: Model[]; |
| 16 | supportsCustomModel?: boolean; |
| 17 | } |
| 18 | |
| 19 | interface ModelConfig { |
| 20 | providers: Provider[]; |
nothing calls this directly
no outgoing calls
no test coverage detected