langflow
langflow copied to clipboard
fix: Refactor PythonREPLToolComponent, update template, and add support for None value on secretStrInput
Refactor the PythonREPLToolComponent
to use pydantic
and langchain_utilities
. Update the template to include support for a None
value on secretStrInput
.