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

Function importAssistant

apps/desktop/main/ai/assistant/manager.ts:92–94  ·  view source on GitHub ↗
(builtinId: string)

Source from the content-addressed store, hash-verified

90}
91
92export function importAssistant(builtinId: string): AssistantSaveResult {
93 return getManager().importAssistant(builtinId)
94}
95
96export function reimportAssistant(id: string): AssistantSaveResult {
97 return getManager().reimportAssistant(id)

Callers

nothing calls this directly

Calls 2

importAssistantMethod · 0.80
getManagerFunction · 0.70

Tested by

no test coverage detected