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

Function deleteAssistant

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

Source from the content-addressed store, hash-verified

106}
107
108export function deleteAssistant(id: string): AssistantSaveResult {
109 return getManager().deleteAssistant(id)
110}
111
112export function resetAssistant(id: string): AssistantSaveResult {
113 return getManager().resetAssistant(id)

Callers

nothing calls this directly

Calls 2

deleteAssistantMethod · 0.80
getManagerFunction · 0.70

Tested by

no test coverage detected