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

Function reimportAssistant

apps/desktop/main/ai/assistant/manager.ts:96–98  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

94}
95
96export function reimportAssistant(id: string): AssistantSaveResult {
97 return getManager().reimportAssistant(id)
98}
99
100export function updateAssistant(id: string, updates: Partial<AssistantConfig>): AssistantSaveResult {
101 return getManager().updateAssistant(id, updates)

Callers

nothing calls this directly

Calls 2

reimportAssistantMethod · 0.80
getManagerFunction · 0.70

Tested by

no test coverage detected