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