langflow/tests
Rodrigo 513f157a1b feat: Add CreateListComponent for creating a list of texts
This commit adds a new component called CreateListComponent, which is responsible for creating a list of texts. The component takes in one or more texts as input and outputs a list of Data objects. This component is useful for scenarios where a list of texts needs to be processed or manipulated.

The CreateListComponent class is added to the helpers module in the langflow.components package. It includes the necessary inputs and outputs, as well as a create_list method that generates the list of Data objects based on the input texts.

This commit also includes some minor changes to other files, such as renaming the UUIDGeneratorComponent to IDGeneratorComponent and updating import statements.
2024-06-28 11:02:24 -03:00
..
data refactor: rename TextInput to MessageTextInput 2024-06-23 15:24:11 -07:00
integration chore: Build vector store in test_astra_setup 2024-06-22 12:32:54 -07:00
locust Reapply "Refactor state management to use Zustand, migrate components to CustomComponent and other fixes" 2024-02-05 19:02:34 -03:00
unit feat: Add CreateListComponent for creating a list of texts 2024-06-28 11:02:24 -03:00
conftest.py fix path to data folder 2024-06-20 19:08:40 -03:00
test_endpoints.py merge dev into two_edges 2024-06-17 10:01:28 -03:00
test_messages_endpoints.py refactor: Update add_messages and add_messagetables functions to return Message objects 2024-06-25 20:22:58 -03:00
test_schema.py refactor: Update langflow components and constants 2024-06-13 10:40:39 -03:00
test_user.py Fixes CLI and server (#2342) 2024-06-25 09:20:55 -07:00
test_webhook.py feat: Add test for webhook with random payload 2024-06-26 19:30:31 -03:00