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

Function importAssistantFromMd

apps/desktop/main/ai/assistant/manager.ts:116–118  ·  view source on GitHub ↗
(rawMd: string)

Source from the content-addressed store, hash-verified

114}
115
116export function importAssistantFromMd(rawMd: string): AssistantSaveResult & { id?: string } {
117 return getManager().importAssistantFromMd(rawMd)
118}
119
120export function isGeneralAssistant(id: string): boolean {
121 return getManager().isGeneralAssistant(id)

Callers

nothing calls this directly

Calls 2

importAssistantFromMdMethod · 0.80
getManagerFunction · 0.70

Tested by

no test coverage detected