Subclass chat messages from Document (#86)

This commit is contained in:
ian_Cin
2023-11-27 10:38:19 +07:00
committed by GitHub
parent 3ac277cc0b
commit 0dede9c82d
7 changed files with 36 additions and 10 deletions

View File

@@ -31,5 +31,6 @@ class BaseComponent(Function):
@abstractmethod
def run(self, *args, **kwargs):
# enforce output type to be compatible with Document
"""Run the component."""
...