mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 00:32:49 +08:00
refactor: Update imports to use MessageTextInput instead of TextInput
This commit is contained in:
@ -27,7 +27,7 @@ A custom component in Python looks like this:
|
||||
|
||||
```python
|
||||
from langflow.custom import Component
|
||||
from langflow.inputs import TextInput, IntInput, BoolInput, DropdownInput, HandleInput
|
||||
from langflow.inputs import MessageTextInput, IntInput, BoolInput, DropdownInput, HandleInput
|
||||
from langflow.template import Output
|
||||
from langflow.schema import Data, Message
|
||||
from typing import List, Optional
|
||||
|
||||
Reference in New Issue
Block a user