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

Function getAiSchema

apps/desktop/main/ai/chats.ts:36–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34}
35
36export function getAiSchema() {
37 return getManager().getAiSchema()
38}
39
40export function executeAiSQL(sql: string) {
41 return getManager().executeAiSQL(sql)

Callers

nothing calls this directly

Calls 2

getManagerFunction · 0.70
getAiSchemaMethod · 0.65

Tested by

no test coverage detected