()
| 97 | |
| 98 | export interface LLMServiceAdapter { |
| 99 | hasConfig(): Promise<boolean> |
| 100 | getAllConfigs(): Promise<AIServiceConfigDisplay[]> |
| 101 | getConfigStore(): Promise<LLMConfigStore> |
| 102 | getDefaultAssistantSlot(): Promise<ModelSlot | null> |
no outgoing calls
no test coverage detected