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

Method getAiSchema

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

Source from the content-addressed store, hash-verified

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

Callers 2

registerAiChatRoutesFunction · 0.65
getAiSchemaFunction · 0.65

Implementers 1

FetchAIAdaptersrc/services/ai/fetch.ts

Calls

no outgoing calls

Tested by

no test coverage detected