langflow/tests/data
ogabrielluiz ff489cb1f5 feat: Add MultipleOutputsComponent to CustomComponent
This commit adds the `MultipleOutputsComponent` class to the `CustomComponent` module. The `MultipleOutputsComponent` class defines multiple inputs and outputs for the component. The `inputs` field includes an input for a string and an input for a number. The `outputs` field includes an output for a certain output and an output for another output. This change enhances the functionality and flexibility of the `CustomComponent` module.
2024-05-30 22:45:58 -03:00
..
basic_example.json 🐛 fix(basic_example.json): change value of "value" key from "abc" to null to remove hardcoded value and improve flexibility 2023-09-22 11:06:25 -03:00
BasicChatwithPromptandHistory.json 🚀 feat: add Basic Chat with Prompt and History (2) node 2023-09-05 11:55:53 -03:00
ChatInputTest.json 1.0 Alpha (#1599) 2024-04-04 02:46:44 -03:00
complex_example.json fix: replace old complex_example to fix tests 2023-07-01 09:52:45 -03:00
component.py 1.0 Alpha (#1599) 2024-04-04 02:46:44 -03:00
component_multiple_outputs.py feat: Add MultipleOutputsComponent to CustomComponent 2024-05-30 22:45:58 -03:00
component_with_templatefield.py refactor: rename InputField to Input 2024-05-30 17:55:02 -03:00
grouped_chat.json Update grouped_chat example 2023-10-04 20:46:17 -03:00
one_group_chat.json 🔧 chore(conftest.py): add fixture for one_grouped_chat_json_flow to provide a test data file for one grouped chat 2023-10-05 11:39:00 -03:00
Openapi.json 🔧 chore(config.yml): update Swagger API overview and paths 2023-06-21 11:17:48 -03:00
TwoOutputsTest.json 1.0 Alpha (#1599) 2024-04-04 02:46:44 -03:00
Vector_store.json adds vector store tests 2023-09-17 19:34:46 -03:00
vector_store_grouped.json 🔧 chore(conftest.py): add new fixture for vector_store_grouped_json_flow to improve test coverage 2023-10-05 12:29:29 -03:00