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

Method hasConfig

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

Source from the content-addressed store, hash-verified

14
15export class FetchLLMAdapter implements LLMServiceAdapter {
16 async hasConfig(): Promise<boolean> {
17 return get<boolean>('/ai/llm/has-config')
18 }
19
20 async getConfigStore(): Promise<LLMConfigStore> {
21 return get<LLMConfigStore>('/ai/llm/configs')

Callers

nothing calls this directly

Calls 1

getFunction · 0.90

Tested by

no test coverage detected