However, upon the WhatsApp trigger execution, I encounter the following error in the ChatModel node:
"Bad request - please check your parameters. Invalid value for ‘content’: expected a string, got null."
Questions:
Memory Buffer Usage Across Triggers: Can the Window Buffer Memory node maintain context across different triggers within the same workflow, provided they share a common session key? Are there specific configurations required to ensure data persistence and retrieval in such scenarios?
Best Practices: What are the recommended practices for managing and persisting memory across workflows with multiple triggers to maintain context and avoid such errors?