MCPcopy Create free account
hub / github.com/ChatLab/ChatLab / loadBuiltinToolCatalog

Function loadBuiltinToolCatalog

src/stores/assistant.ts:128–134  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

126 }
127
128 async function loadBuiltinToolCatalog(): Promise<void> {
129 try {
130 builtinToolCatalog.value = await useAssistantService().getBuiltinToolCatalog()
131 } catch (error) {
132 console.error('[AssistantStore] Failed to load builtin tool catalog:', error)
133 }
134 }
135
136 // ==================== 云端市场 ====================
137

Callers

nothing calls this directly

Calls 3

useAssistantServiceFunction · 0.90
getBuiltinToolCatalogMethod · 0.65
errorMethod · 0.65

Tested by

no test coverage detected