SIGN IN SIGN UP

🔨 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.
G
Gabriel Luiz Freitas Almeida committed
85d2f9cce8bda98a747898e50adc0f726dd54fc7
Parent: 81d231c