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

Function createAssistant

apps/desktop/main/ai/assistant/manager.ts:104–106  ·  view source on GitHub ↗
(config: Omit<AssistantConfig, 'id'>)

Source from the content-addressed store, hash-verified

102}
103
104export function createAssistant(config: Omit<AssistantConfig, 'id'>): AssistantSaveResult & { id?: string } {
105 return getManager().createAssistant(config)
106}
107
108export function deleteAssistant(id: string): AssistantSaveResult {
109 return getManager().deleteAssistant(id)

Callers

nothing calls this directly

Calls 2

createAssistantMethod · 0.80
getManagerFunction · 0.70

Tested by

no test coverage detected