Flowise/packages/components/nodes/agentflow/LLM
Henry 66619d68cd Enhancement: Introduce prepended chat history handling in Agent and LLM nodes.
- Added support for `prependedChatHistory` in both `Agent` and `LLM` classes to allow for initial message context.
- Implemented validation for history schema in execution flow to ensure proper format.
- Refactored utility functions to include JSON sanitization and validation methods for improved data handling.
2025-06-21 14:32:28 +01:00
..
LLM.ts Enhancement: Introduce prepended chat history handling in Agent and LLM nodes. 2025-06-21 14:32:28 +01:00