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