langflow/src
Gabriel Luiz Freitas Almeida a05a9202e8 🐛 fix(chains.py): set required=True for TemplateField 'memory'
 feat(chains.py): add TemplateField 'chain_type' to support different types of QA chains
The 'memory' field was previously set to required=False, but it is actually required for the chain to function properly. This fix sets required=True for the 'memory' field.

A new TemplateField 'chain_type' has been added to support different types of QA chains. This field is of type 'str', is required, and is a list of options. It allows the user to select the type of QA chain they want to use.
2023-06-23 09:04:35 -03:00
..
backend 🐛 fix(chains.py): set required=True for TemplateField 'memory' 2023-06-23 09:04:35 -03:00
frontend 🔨 refactor(frontend): remove unnecessary empty object destructuring in LoadingSpinner component 2023-06-22 22:57:00 -03:00