MCPcopy Index your code
hub / github.com/ChatLab/ChatLab / getAllConfigs

Method getAllConfigs

src/services/llm/fetch.ts:24–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22 }
23
24 async getAllConfigs(): Promise<AIServiceConfigDisplay[]> {
25 const store = await this.getConfigStore()
26 return store.configs
27 }
28
29 async getDefaultAssistantSlot(): Promise<ModelSlot | null> {
30 return get<ModelSlot | null>('/ai/llm/default-assistant-slot')

Callers

nothing calls this directly

Calls 1

getConfigStoreMethod · 0.95

Tested by

no test coverage detected