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

Method update

src/services/assistant/fetch.ts:21–23  ·  view source on GitHub ↗
(id: string, updates: Partial<AssistantConfig>)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

putFunction · 0.90

Tested by

no test coverage detected