✨ (SplitText.py): Add MessageTextInput import to support handling message input in langflow components.
This commit is contained in:
parent
5505d3fef6
commit
0c75ba492d
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ from typing import List
|
|||
from langchain_text_splitters import CharacterTextSplitter
|
||||
|
||||
from langflow.custom import Component
|
||||
from langflow.io import HandleInput, IntInput, Output
|
||||
from langflow.io import HandleInput, IntInput, MessageTextInput, Output
|
||||
from langflow.schema import Data
|
||||
from langflow.utils.util import unescape_string
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue