diff --git a/examples/filters/langfuse_filter_pipeline.py b/examples/filters/langfuse_filter_pipeline.py index cd2c0ab..70e2ee6 100644 --- a/examples/filters/langfuse_filter_pipeline.py +++ b/examples/filters/langfuse_filter_pipeline.py @@ -227,6 +227,7 @@ class Pipeline: trace.event(**event_payload) + del body["chat_id"] return body async def outlet(self, body: dict, user: Optional[dict] = None) -> dict: