mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
chore: Rename context variable to Chat History in UI
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user