diff --git a/examples/filters/langfuse_filter_pipeline.py b/examples/filters/langfuse_filter_pipeline.py index 0a25bbc..48f453a 100644 --- a/examples/filters/langfuse_filter_pipeline.py +++ b/examples/filters/langfuse_filter_pipeline.py @@ -244,6 +244,7 @@ class Pipeline: # If it's an LLM generation generation_payload = { "name": f"{task_name}:{str(uuid.uuid4())}", + "model": body.get("model"), # <-- Include the model in LLM generation "input": body["messages"], "metadata": metadata, "usage": usage,