ref: Deprecate pass message component (#8351)
* Update pass_message.py * Update src/backend/base/langflow/components/logic/pass_message.py Co-authored-by: Eric Hare <ericrhare@gmail.com> --------- Co-authored-by: Eric Hare <ericrhare@gmail.com> Co-authored-by: Yuqi Tang <yuqi.tang@datastax.com>
This commit is contained in:
parent
c4ca2bb1da
commit
7e5126dcd6
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ class PassMessageComponent(Component):
|
|||
description = "Forwards the input message, unchanged."
|
||||
name = "Pass"
|
||||
icon = "arrow-right"
|
||||
legacy: bool = True
|
||||
|
||||
inputs = [
|
||||
MessageInput(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue