Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
export
function
getAiSchema() {
37
return
getManager().getAiSchema()
38
}
39
40
export
function
executeAiSQL(sql: string) {
41
return
getManager().executeAiSQL(sql)
Callers
nothing calls this directly
Calls
2
getManager
Function · 0.70
getAiSchema
Method · 0.65
Tested by
no test coverage detected