feat: Add suggested questions to context generate modal

This commit is contained in:
zhsama
2026-01-21 20:49:12 +08:00
parent d7ccea8ac5
commit c4249f94de
8 changed files with 222 additions and 15 deletions

View File

@@ -805,6 +805,7 @@
"nodes.tool.contextGenerate.run": "Run",
"nodes.tool.contextGenerate.running": "Running",
"nodes.tool.contextGenerate.subtitle": "Assemble multiple variables into one from previous nodes",
"nodes.tool.contextGenerate.suggestedQuestionsTitle": "Suggested Questions",
"nodes.tool.contextGenerate.title": "Assemble Variables",
"nodes.tool.inputVars": "Input Variables",
"nodes.tool.insertPlaceholder1": "Type or press",

View File

@@ -770,13 +770,20 @@
"nodes.tool.contextGenerate.apply": "適用",
"nodes.tool.contextGenerate.code": "コード",
"nodes.tool.contextGenerate.codeBlock": "コードブロック",
"nodes.tool.contextGenerate.codeLanguage.javascript": "JavaScript",
"nodes.tool.contextGenerate.codeLanguage.python3": "Python 3",
"nodes.tool.contextGenerate.defaultAssistantMessage": "完了しました。確認してください。",
"nodes.tool.contextGenerate.generatedCode": "生成されたコード",
"nodes.tool.contextGenerate.generating": "生成中...",
"nodes.tool.contextGenerate.initPlaceholder": "上流ノードの変数の組み立て方を説明し、'/' を押して変数を挿入してください。",
"nodes.tool.contextGenerate.inputPlaceholder": "変更を依頼...",
"nodes.tool.contextGenerate.output": "出力",
"nodes.tool.contextGenerate.resizeHandle": "サイズ調整ハンドル",
"nodes.tool.contextGenerate.rightSidePlaceholder": "左側に指示を入力してください。生成されたコードがここに表示されます。",
"nodes.tool.contextGenerate.run": "実行",
"nodes.tool.contextGenerate.running": "実行中",
"nodes.tool.contextGenerate.subtitle": "前のードの複数変数を1つにまとめる",
"nodes.tool.contextGenerate.suggestedQuestionsTitle": "おすすめ質問",
"nodes.tool.contextGenerate.title": "変数を組み立てる",
"nodes.tool.inputVars": "入力変数",
"nodes.tool.insertPlaceholder1": "タイプするか押してください",

View File

@@ -780,6 +780,25 @@
"nodes.tool.agentPlaceholder": "告诉我 {{paramKey}}...",
"nodes.tool.assembleVariables": "组装变量",
"nodes.tool.authorize": "授权",
"nodes.tool.contextGenerate.apply": "应用",
"nodes.tool.contextGenerate.code": "代码",
"nodes.tool.contextGenerate.codeBlock": "代码块",
"nodes.tool.contextGenerate.codeLanguage.javascript": "JavaScript",
"nodes.tool.contextGenerate.codeLanguage.python3": "Python 3",
"nodes.tool.contextGenerate.defaultAssistantMessage": "已完成,请检查。",
"nodes.tool.contextGenerate.generatedCode": "生成的代码",
"nodes.tool.contextGenerate.generating": "生成中...",
"nodes.tool.contextGenerate.initPlaceholder": "描述如何从上游节点组装变量,并按“/”插入变量。",
"nodes.tool.contextGenerate.inputPlaceholder": "输入修改需求...",
"nodes.tool.contextGenerate.instruction": "指令",
"nodes.tool.contextGenerate.output": "输出",
"nodes.tool.contextGenerate.resizeHandle": "调整大小把手",
"nodes.tool.contextGenerate.rightSidePlaceholder": "请在左侧输入指令。\n生成的代码将显示在这里。",
"nodes.tool.contextGenerate.run": "运行",
"nodes.tool.contextGenerate.running": "运行中",
"nodes.tool.contextGenerate.subtitle": "从之前的节点组装多个变量为一个",
"nodes.tool.contextGenerate.suggestedQuestionsTitle": "推荐问题",
"nodes.tool.contextGenerate.title": "组装变量",
"nodes.tool.inputVars": "输入变量",
"nodes.tool.insertPlaceholder1": "键入",
"nodes.tool.insertPlaceholder2": "插入变量",

View File

@@ -770,14 +770,21 @@
"nodes.tool.contextGenerate.apply": "套用",
"nodes.tool.contextGenerate.code": "程式碼",
"nodes.tool.contextGenerate.codeBlock": "程式碼區塊",
"nodes.tool.contextGenerate.codeLanguage.javascript": "JavaScript",
"nodes.tool.contextGenerate.codeLanguage.python3": "Python 3",
"nodes.tool.contextGenerate.defaultAssistantMessage": "我已完成,請查看。",
"nodes.tool.contextGenerate.generatedCode": "生成的程式碼",
"nodes.tool.contextGenerate.generating": "生成中...",
"nodes.tool.contextGenerate.initPlaceholder": "描述如何從上游節點組裝變數,並按「/」插入變數。",
"nodes.tool.contextGenerate.inputPlaceholder": "請求修改...",
"nodes.tool.contextGenerate.instruction": "指令",
"nodes.tool.contextGenerate.output": "輸出",
"nodes.tool.contextGenerate.resizeHandle": "調整大小把手",
"nodes.tool.contextGenerate.rightSidePlaceholder": "請在左側輸入指令。生成的程式碼將顯示在這裡。",
"nodes.tool.contextGenerate.run": "執行",
"nodes.tool.contextGenerate.running": "執行中",
"nodes.tool.contextGenerate.subtitle": "從之前的節點組裝多個變數為一個",
"nodes.tool.contextGenerate.suggestedQuestionsTitle": "推薦問題",
"nodes.tool.contextGenerate.title": "組裝變數",
"nodes.tool.inputVars": "輸入變數",
"nodes.tool.insertPlaceholder1": "輸入或按壓",