浏览代码

fix: compatibility issues for currentStrategy.features is null (#17581)

tags/1.2.0
Good Wood 6 个月前
父节点
当前提交
7b7ac7a495
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      web/app/components/workflow/nodes/agent/panel.tsx

+ 1
- 1
web/app/components/workflow/nodes/agent/panel.tsx 查看文件

/> />
</Field> </Field>
<div className='px-4 py-2'> <div className='px-4 py-2'>
{isChatMode && currentStrategy?.features.includes(AgentFeature.HISTORY_MESSAGES) && (
{isChatMode && currentStrategy?.features?.includes(AgentFeature.HISTORY_MESSAGES) && (
<> <>
<Split /> <Split />
<MemoryConfig <MemoryConfig

正在加载...
取消
保存