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. |
||
|---|---|---|
| .. | ||
| data | ||
| integration | ||
| locust | ||
| unit | ||
| conftest.py | ||
| test_endpoints.py | ||
| test_messages_endpoints.py | ||
| test_schema.py | ||
| test_user.py | ||
| test_webhook.py | ||