diff --git a/src/backend/langflow/field_typing/__init__.py b/src/backend/langflow/field_typing/__init__.py index 46ea20111..de8f020c6 100644 --- a/src/backend/langflow/field_typing/__init__.py +++ b/src/backend/langflow/field_typing/__init__.py @@ -20,6 +20,7 @@ from .constants import ( Object, Prompt, PromptTemplate, + Text, TextSplitter, Tool, VectorStore, @@ -64,6 +65,7 @@ __all__ = [ "TextSplitter", "Document", "AgentExecutor", + "Text", "Object", "Callable", "BasePromptTemplate",