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

Function hasAssistant

apps/desktop/main/ai/assistant/manager.ts:84–86  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

82}
83
84export function hasAssistant(id: string): boolean {
85 return getManager().hasAssistant(id)
86}
87
88export function getBuiltinCatalog(): BuiltinAssistantInfo[] {
89 return getManager().getBuiltinCatalog()

Callers

nothing calls this directly

Calls 2

hasAssistantMethod · 0.80
getManagerFunction · 0.70

Tested by

no test coverage detected