langflow/src/backend
Gabriel Luiz Freitas Almeida 85d2f9cce8 🔨 refactor(base.py): make function_name and initialize methods abstract
This commit makes the `function_name` and `initialize` methods abstract in the `CustomChain` and `CustomAgentExecutor` classes. This is done to enforce the implementation of these methods in the subclasses of these classes. This change improves the code quality and readability by making the code more explicit and easier to understand.
2023-06-08 00:14:33 -03:00
..
langflow 🔨 refactor(base.py): make function_name and initialize methods abstract 2023-06-08 00:14:33 -03:00
.gitignore refac: langflow_backend -> langflow 2023-03-17 09:50:02 -03:00
Dockerfile refac: langflow_backend -> langflow 2023-03-17 09:50:02 -03:00