| /> | /> | ||||
| </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 |