Add PythonFunctionComponent and test case for it
This commit is contained in:
parent
f43c558f7a
commit
a8779b1205
6 changed files with 56 additions and 44 deletions
|
|
@ -24,4 +24,5 @@ __all__ = [
|
|||
"RunnableExecComponent",
|
||||
"SQLExecutorComponent",
|
||||
"SubFlowComponent",
|
||||
"PythonFunctionComponent",
|
||||
]
|
||||
|
|
|
|||
|
|
@ -4,13 +4,13 @@ from .DocumentToRecord import DocumentToRecordComponent
|
|||
from .IDGenerator import UUIDGeneratorComponent
|
||||
from .MessageHistory import MessageHistoryComponent
|
||||
from .UpdateRecord import UpdateRecordComponent
|
||||
from .RecordsToText import RecordsToTextComponent
|
||||
|
||||
__all__ = [
|
||||
"Component",
|
||||
"UpdateRecordComponent",
|
||||
"DocumentToRecordComponent",
|
||||
"UUIDGeneratorComponent",
|
||||
"PythonFunctionComponent",
|
||||
"RecordsToTextComponent",
|
||||
"CreateRecordComponent",
|
||||
"MessageHistoryComponent",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue