langflow/tests/data
ogabrielluiz 5c818f0b60 feat: Update field types in prompt and formatter modules
This commit updates the field types in the `prompt.py` and `formatter/base.py` modules. The `DefaultPromptField` class in `prompt.py` now inherits from `InputField` instead of `TemplateField`. Similarly, the `format` method in the `FieldFormatter` class in `formatter/base.py` now accepts an `InputField` parameter instead of a `TemplateField` parameter. These changes ensure consistency and improve the accuracy of the code.
2024-05-30 16:46:45 -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_with_templatefield.py feat: Update field types in prompt and formatter modules 2024-05-30 16:46:45 -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