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

Method reset

src/services/assistant/types.ts:37–37  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

35 update(id: string, updates: Partial<AssistantConfig>): Promise<{ success: boolean; error?: string }>
36 delete(id: string): Promise<{ success: boolean; error?: string }>
37 reset(id: string): Promise<{ success: boolean; error?: string }>
38 importFromMd(rawMd: string): Promise<{ success: boolean; error?: string }>
39 importBuiltin(builtinId: string): Promise<{ success: boolean; error?: string }>
40 reimport(id: string): Promise<{ success: boolean; error?: string }>

Callers 1

resetAssistantFunction · 0.65

Implementers 1

FetchAssistantAdaptersrc/services/assistant/fetch.ts

Calls

no outgoing calls

Tested by

no test coverage detected