langflow/src/backend/base
Rodrigo b5b02e8a95 feat: Add Message and StoreMessage components
The code changes introduce two new components, `MessageComponent` and `StoreMessageComponent`, to the `langflow` project.

The `MessageComponent` creates a `Message` object given a session ID, allowing for the creation of chat messages with customizable sender type, sender name, and text.

The `StoreMessageComponent` stores a chat message, utilizing the `store_message` function and the `get_messages` function to retrieve the stored messages.

These changes aim to enhance the chat functionality of the project.
2024-06-10 18:48:09 -03:00
..
langflow feat: Add Message and StoreMessage components 2024-06-10 18:48:09 -03:00
poetry.lock chore: Update package versions in pyproject.toml files 2024-06-07 16:32:37 -03:00
pyproject.toml chore: Update package versions in pyproject.toml files 2024-06-07 16:32:37 -03:00
README.md 1.0 Alpha (#1599) 2024-04-04 02:46:44 -03:00