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

Method delete

src/services/assistant/fetch.ts:25–27  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

23 }
24
25 async delete(id: string) {
26 return del<{ success: boolean; error?: string }>(`/ai/assistants/${id}`)
27 }
28
29 async reset(id: string) {
30 return post<{ success: boolean; error?: string }>(`/ai/assistants/${id}/reset`, {})

Callers

nothing calls this directly

Calls 1

delFunction · 0.90

Tested by

no test coverage detected