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

Method getDefaultAssistantSlot

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

Source from the content-addressed store, hash-verified

27 }
28
29 async getDefaultAssistantSlot(): Promise<ModelSlot | null> {
30 return get<ModelSlot | null>('/ai/llm/default-assistant-slot')
31 }
32
33 async getFastModelSlot(): Promise<ModelSlot | null> {
34 return get<ModelSlot | null>('/ai/llm/fast-model-slot')

Callers

nothing calls this directly

Calls 1

getFunction · 0.90

Tested by

no test coverage detected