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

Method update

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

Source from the content-addressed store, hash-verified

19 }
20
21 async update(id: string, rawMd: string) {
22 return put<{ success: boolean; error?: string }>(`/ai/skills/${id}`, { rawMd })
23 }
24
25 async delete(id: string) {
26 return del<{ success: boolean; error?: string }>(`/ai/skills/${id}`)

Callers

nothing calls this directly

Calls 1

putFunction · 0.90

Tested by

no test coverage detected