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:
Edwin Jose 2025-06-03 16:59:23 -05:00 committed by GitHub
commit 7e5126dcd6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,6 +9,7 @@ class PassMessageComponent(Component):
description = "Forwards the input message, unchanged."
name = "Pass"
icon = "arrow-right"
legacy: bool = True
inputs = [
MessageInput(