We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8145ce commit 7b7ac7aCopy full SHA for 7b7ac7a
web/app/components/workflow/nodes/agent/panel.tsx
@@ -110,7 +110,7 @@ const AgentPanel: FC<NodePanelProps<AgentNodeType>> = (props) => {
110
/>
111
</Field>
112
<div className='px-4 py-2'>
113
- {isChatMode && currentStrategy?.features.includes(AgentFeature.HISTORY_MESSAGES) && (
+ {isChatMode && currentStrategy?.features?.includes(AgentFeature.HISTORY_MESSAGES) && (
114
<>
115
<Split />
116
<MemoryConfig
0 commit comments