parent
74433bf023
commit
4d5a0df8d1
2 changed files with 3 additions and 3 deletions
|
|
@ -3,7 +3,7 @@ __all__ = [
|
|||
"chains",
|
||||
"documentloaders",
|
||||
"embeddings",
|
||||
"experimental",
|
||||
"prototypes",
|
||||
"inputs",
|
||||
"memories",
|
||||
"outputs",
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
from langflow.components import experimental
|
||||
from langflow.components import prototypes
|
||||
|
||||
|
||||
def test_python_function_component():
|
||||
# Arrange
|
||||
python_function_component = experimental.PythonFunctionComponent()
|
||||
python_function_component = prototypes.PythonFunctionComponent()
|
||||
|
||||
# Act
|
||||
# function must be a string representation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue