Add TemplateField to field_typing
This commit is contained in:
parent
d670d0fd93
commit
9235cdfdb6
1 changed files with 3 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
from langflow.template.field.base import TemplateField
|
||||
|
||||
from .constants import (
|
||||
AgentExecutor,
|
||||
BaseChatMemory,
|
||||
|
|
@ -46,4 +48,5 @@ __all__ = [
|
|||
"BasePromptTemplate",
|
||||
"ChatPromptTemplate",
|
||||
"Prompt",
|
||||
"TemplateField",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue