🔥 refactor(base.py): remove redundant abstractmethod decorators
The abstractmethod decorator is redundant in the CustomChain and CustomAgentExecutor classes as the methods they decorate are already defined as abstract in the parent classes. Removing these decorators improves code readability and reduces clutter.
G
Gabriel Luiz Freitas Almeida committed
d730ca027cc7d52b0d6f25319c568f77c01808e1
Parent: 85d2f9c