langflow/src
Gabriel Luiz Freitas Almeida c1c478e8c4 refactor: Update add_messages function to use database session
This commit refactors the add_messages function in memory.py to use a database session for adding messages to the monitor service. Instead of directly calling the monitor_service.add_message method, the messages are now added using a session object. This change ensures that the messages are properly persisted in the database and improves the reliability of the application.
2024-06-25 20:22:57 -03:00
..
backend refactor: Update add_messages function to use database session 2024-06-25 20:22:57 -03:00
frontend Add check-format script and update lint-js.yml (#2357) 2024-06-25 14:46:51 -07:00