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

Function executeAiSQL

apps/desktop/main/ai/chats.ts:40–42  ·  view source on GitHub ↗
(sql: string)

Source from the content-addressed store, hash-verified

38}
39
40export function executeAiSQL(sql: string) {
41 return getManager().executeAiSQL(sql)
42}
43
44export function createAIChat(sessionId: string, title: string | undefined, assistantId: string) {
45 return getManager().createAIChat(sessionId, title, assistantId)

Callers

nothing calls this directly

Calls 2

getManagerFunction · 0.70
executeAiSQLMethod · 0.65

Tested by

no test coverage detected