mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-25 22:19:40 +08:00
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:
@ -9,6 +9,7 @@ class PassMessageComponent(Component):
|
||||
description = "Forwards the input message, unchanged."
|
||||
name = "Pass"
|
||||
icon = "arrow-right"
|
||||
legacy: bool = True
|
||||
|
||||
inputs = [
|
||||
MessageInput(
|
||||
|
||||
Reference in New Issue
Block a user