mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-24 01:00:37 +03:00
c809f4165a
* feat: Enhance ConditionAgent with conversation history selection options - Added a new parameter `conversationHistorySelection` to allow users to choose which messages from the conversation history to include in prompts. - Options include: User Question, Last Conversation Message, All Conversation Messages, and Empty. - Default selection is set to 'All Conversation Messages' for improved context management in sequential LLM and Agent nodes. * Bump version from 2.0 to 3.0