chore: Rename context variable to Chat History in UI

This commit is contained in:
zhsama
2026-02-09 21:48:28 +08:00
parent 9614fe8e6e
commit cce7970f77
9 changed files with 9 additions and 5 deletions

View File

@@ -75,7 +75,7 @@ const ConfigContextItem: FC<Props> = ({
)}
>
<div className="text-text-secondary system-xs-semibold-uppercase">
{t('nodes.llm.context', { ns: 'workflow' })}
{t('nodes.llm.chatHistorry', { ns: 'workflow' })}
</div>
<div className="flex items-center gap-1">
<VariableLabelInSelect

View File

@@ -210,7 +210,7 @@
"showMyCreatedAppsOnly": "Created by me",
"structOutput.LLMResponse": "LLM Response",
"structOutput.configure": "Configure",
"structOutput.disabledByComputerUse": "Structured Output is disabled when Computer Use is enabled.",
"structOutput.disabledByComputerUse": "Structured Output is disabled when Agent Mode is enabled.",
"structOutput.disabledByTools": "Structured Output is disabled when tools are enabled.",
"structOutput.modelNotSupported": "Model not supported",
"structOutput.modelNotSupportedTip": "The current model does not support this feature and is automatically downgraded to prompt injection.",

View File

@@ -776,6 +776,7 @@
"nodes.llm.addContext": "Add Context",
"nodes.llm.addMessage": "Add Message",
"nodes.llm.advancedSettings": "Advanced Settings",
"nodes.llm.chatHistorry": "Chat History",
"nodes.llm.computerUse.disabledByStructuredOutput": "Agent mode is disabled when Structured Output is enabled.",
"nodes.llm.computerUse.referenceTools": "Reference Tools",
"nodes.llm.computerUse.referenceToolsEmpty": "Tools referenced in the prompt will appear here",

View File

@@ -207,7 +207,7 @@
"showMyCreatedAppsOnly": "自分が作成したアプリ",
"structOutput.LLMResponse": "LLM のレスポンス",
"structOutput.configure": "設定",
"structOutput.disabledByComputerUse": "Computer Use を有効にすると、構造化出力は無効になります。",
"structOutput.disabledByComputerUse": "Agent Mode を有効にすると、構造化出力は無効になります。",
"structOutput.disabledByTools": "ツールを有効にすると、構造化出力は無効になります。",
"structOutput.modelNotSupported": "モデルが対応していません",
"structOutput.modelNotSupportedTip": "現在のモデルはこの機能に対応しておらず、自動的にプロンプトインジェクションに切り替わります。",

View File

@@ -751,6 +751,7 @@
"nodes.listFilter.selectVariableKeyPlaceholder": "サブ変数キーを選択する",
"nodes.llm.addContext": "コンテキスト追加",
"nodes.llm.addMessage": "メッセージ追加",
"nodes.llm.chatHistorry": "チャット履歴",
"nodes.llm.computerUse.disabledByStructuredOutput": "構造化出力を有効にすると、Agent mode は無効になります。",
"nodes.llm.computerUse.title": "Agent mode",
"nodes.llm.computerUse.tooltip": "Agent mode で実行時ファイルシステムとツールアクセスを管理します。",

View File

@@ -208,7 +208,7 @@
"showMyCreatedAppsOnly": "我创建的",
"structOutput.LLMResponse": "LLM 的响应",
"structOutput.configure": "配置",
"structOutput.disabledByComputerUse": "启用计算机使用时,将禁用结构化输出。",
"structOutput.disabledByComputerUse": "启用 Agent 模式时,将禁用结构化输出。",
"structOutput.disabledByTools": "启用工具时,将禁用结构化输出。",
"structOutput.modelNotSupported": "模型不支持",
"structOutput.modelNotSupportedTip": "当前模型不支持此功能,将自动降级为提示注入。",

View File

@@ -769,6 +769,7 @@
"nodes.listFilter.selectVariableKeyPlaceholder": "选择子变量的 Key",
"nodes.llm.addContext": "添加上下文",
"nodes.llm.addMessage": "添加消息",
"nodes.llm.chatHistorry": "对话历史",
"nodes.llm.computerUse.disabledByStructuredOutput": "启用结构化输出时,将禁用 Agent 模式。",
"nodes.llm.computerUse.referenceTools": "引用工具",
"nodes.llm.computerUse.referenceToolsEmpty": "提示词中引用的工具会显示在这里",

View File

@@ -201,7 +201,7 @@
"showMyCreatedAppsOnly": "我建立的",
"structOutput.LLMResponse": "LLM 回應",
"structOutput.configure": "配置",
"structOutput.disabledByComputerUse": "啟用電腦使用時,將停用結構化輸出。",
"structOutput.disabledByComputerUse": "啟用 Agent 模式時,將停用結構化輸出。",
"structOutput.disabledByTools": "啟用工具時,將停用結構化輸出。",
"structOutput.modelNotSupported": "模型不支持",
"structOutput.modelNotSupportedTip": "當前模型不支持此功能,並自動降級為提示注入。",

View File

@@ -751,6 +751,7 @@
"nodes.listFilter.selectVariableKeyPlaceholder": "Select sub variable key選擇子變數鍵",
"nodes.llm.addContext": "新增上下文",
"nodes.llm.addMessage": "新增消息",
"nodes.llm.chatHistorry": "對話歷史",
"nodes.llm.computerUse.disabledByStructuredOutput": "啟用結構化輸出時,將停用 Agent 模式。",
"nodes.llm.computerUse.referenceToolsEmpty": "提示詞中引用的工具會顯示在這裡",
"nodes.llm.computerUse.title": "Agent 模式",