mirror of
https://github.com/Syngnat/GoNavi.git
synced 2026-07-28 01:09:17 +08:00
✨ feat(query-editor): 支持 AI 行内补全与文本生成 SQL
- 新增 SQL 编辑器 AI 辅助服务,接入已配置供应商并生成行内补全 - 增加 Text-to-SQL 弹窗与插入、替换选区、替换全文应用模式 - 补齐多语言文案和定向测试覆盖
This commit is contained in:
@@ -178,7 +178,7 @@ const QueryEditorToolbar: React.FC<QueryEditorToolbarProps> = ({
|
||||
const aiMenuItems: MenuProps["items"] = [
|
||||
{
|
||||
key: "ai-generate",
|
||||
label: t("query_editor.action.ai_generate_sql_menu"),
|
||||
label: t("query_editor.action.ai_text_to_sql_menu"),
|
||||
icon: <RobotOutlined />,
|
||||
onClick: () => onAIAction("generate"),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user