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

Method reimport

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

Source from the content-addressed store, hash-verified

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 }>
36 getBuiltinCatalog(): Promise<BuiltinSkillInfo[]>
37}

Callers 2

reimportAssistantFunction · 0.65
reimportSkillFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected