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

Method executeAiSQL

src/services/ai/types.ts:157–157  ·  view source on GitHub ↗
(sql: string)

Source from the content-addressed store, hash-verified

155
156 // ===== 调试 =====
157 executeAiSQL(sql: string): Promise<AiSQLResult>
158 getAiSchema(): Promise<AiSchemaTable[]>
159 clearDebugContext(): Promise<{ success: boolean; cleared: number }>
160

Callers 3

registerAiChatRoutesFunction · 0.65
chats.test.tsFile · 0.65
executeAiSQLFunction · 0.65

Implementers 1

FetchAIAdaptersrc/services/ai/fetch.ts

Calls

no outgoing calls

Tested by

no test coverage detected