Subclass chat messages from Document (#86)
This commit is contained in:
@@ -31,5 +31,6 @@ class BaseComponent(Function):
|
||||
|
||||
@abstractmethod
|
||||
def run(self, *args, **kwargs):
|
||||
# enforce output type to be compatible with Document
|
||||
"""Run the component."""
|
||||
...
|
||||
|
Reference in New Issue
Block a user