mirror of
https://github.com/hellodigua/ChatLab.git
synced 2026-04-22 17:13:05 +08:00
feat: 新增SQL实验室
This commit is contained in:
@@ -38,3 +38,7 @@ export {
|
||||
|
||||
// AI 查询
|
||||
export { searchMessages, getMessageContext, getRecentMessages, getConversationBetween } from './ai'
|
||||
|
||||
// SQL 实验室
|
||||
export { executeRawSQL, getSchema } from './sql'
|
||||
export type { SQLResult, TableSchema } from './sql'
|
||||
|
||||
Reference in New Issue
Block a user