From 40c32238afd927416e42caa202666558c23bb78a Mon Sep 17 00:00:00 2001 From: ther3zz <40278044+ther3zz@users.noreply.github.com> Date: Tue, 4 Mar 2025 10:32:40 -0500 Subject: [PATCH] show debug switch last moving the debug valve as the last option (above the tags valve) --- examples/filters/langfuse_filter_pipeline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/filters/langfuse_filter_pipeline.py b/examples/filters/langfuse_filter_pipeline.py index f06e945..0a25bbc 100644 --- a/examples/filters/langfuse_filter_pipeline.py +++ b/examples/filters/langfuse_filter_pipeline.py @@ -34,9 +34,9 @@ class Pipeline: secret_key: str public_key: str host: str - debug: bool = False # New valve that controls whether task names are added as tags: insert_tags: bool = True + debug: bool = False def __init__(self): self.type = "filter"