Add Text class to field_typing module

This commit is contained in:
anovazzi1 2024-01-19 22:12:48 -03:00
commit 7c34e687e5

View file

@ -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",