Add Text class to field_typing module
This commit is contained in:
parent
898dfab0ef
commit
7c34e687e5
1 changed files with 2 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue