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

Method update

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

Source from the content-addressed store, hash-verified

29 getConfig(id: string): Promise<SkillConfig | null>
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 }>

Callers 15

safeTokenCompareFunction · 0.65
registerAiLlmRoutesFunction · 0.65
sha256HexFunction · 0.65
sha256HexFunction · 0.65
downloadDictFunction · 0.65
deriveLocalSessionIdFunction · 0.65
encryptWithDeviceKeyFunction · 0.65
deriveLegacyKeysFunction · 0.65
tryDecryptWithKeyFunction · 0.65
decryptApiKeyFunction · 0.65
safeTokenCompareFunction · 0.65
getManagerFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 1

encryptWithDeviceKeyFunction · 0.52