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

Function resetAssistant

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

Source from the content-addressed store, hash-verified

110}
111
112export function resetAssistant(id: string): AssistantSaveResult {
113 return getManager().resetAssistant(id)
114}
115
116export function importAssistantFromMd(rawMd: string): AssistantSaveResult & { id?: string } {
117 return getManager().importAssistantFromMd(rawMd)

Callers

nothing calls this directly

Calls 2

resetAssistantMethod · 0.80
getManagerFunction · 0.70

Tested by

no test coverage detected