Add base chat component for chat input and output
This commit is contained in:
parent
639c54e3ee
commit
2b556d5fb3
4 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
from typing import Optional, Union
|
||||
|
||||
from langflow.components.io.base.chat import ChatComponent
|
||||
from langflow.field_typing import Text
|
||||
from langflow.io.schema import ChatComponent
|
||||
from langflow.schema import Record
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
from typing import Optional, Union
|
||||
|
||||
from langflow.components.io.base.chat import ChatComponent
|
||||
from langflow.field_typing import Text
|
||||
from langflow.io.schema import ChatComponent
|
||||
from langflow.schema import Record
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue