MCPcopy Index your code
hub / github.com/ChatLab/ChatLab / delete

Method delete

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

Source from the content-addressed store, hash-verified

30 create(rawMd: string): Promise<{ success: boolean; id?: string; error?: string }>
31 update(id: string, rawMd: string): Promise<{ success: boolean; error?: string }>
32 delete(id: string): Promise<{ success: boolean; error?: string }>
33 importFromMd(rawMd: string): Promise<{ success: boolean; error?: string }>
34 importBuiltin(builtinId: string): Promise<{ success: boolean; id?: string; error?: string }>
35 reimport(id: string): Promise<{ success: boolean; error?: string }>

Callers 15

createTestContextFunction · 0.65
registerMergeRoutesFunction · 0.65
registerNlpRoutesFunction · 0.65
registerAiToolRoutesFunction · 0.65
registerSessionRoutesFunction · 0.65
registerAiLlmRoutesFunction · 0.65
registerAiChatRoutesFunction · 0.65
registerContactsRoutesFunction · 0.65
registerAiSkillRoutesFunction · 0.65
registerMemberRoutesFunction · 0.65

Implementers 2

FetchSkillAdaptersrc/services/skill/fetch.ts
FetchAssistantAdaptersrc/services/assistant/fetch.ts

Calls

no outgoing calls

Tested by 4

createTestContextFunction · 0.52
createMemoryFsFunction · 0.52
createMemoryFsFunction · 0.52
createCdpClientFunction · 0.52