Flowise/packages/components/nodes/sequentialagents/ConditionAgent
Jean Ibarz c809f4165a
feat: Add conversation history selection options to ConditionAgent node (#3719)
* 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
2024-12-18 23:27:01 +00:00
..
ConditionAgent.ts feat: Add conversation history selection options to ConditionAgent node (#3719) 2024-12-18 23:27:01 +00:00
condition.svg Feature/seq agents (#2798) 2024-07-22 17:46:14 +01:00