[PR #11] add langfuse_filter_function_v3 #11

Open
opened 2026-02-15 21:15:30 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/functions/pull/11
Author: @YetheSamartaka
Created: 10/27/2025
Status: 🔄 Open

Base: mainHead: main


📝 Commits (5)

  • 7af0141 add langfuse_filter_function_v3
  • 23b9f80 Adujsted usage details and trace ending
  • 3b480ad Revert "Adujsted usage details and trace ending"
  • 4493178 Fixed tasks and assistant message dupe
  • d6af502 fix: Langfuse filter function not joining knowledge queries under the root trace

📊 Changes

2 files changed (+806 additions, -0 deletions)

View changed files

functions/filters/langfuse/README.md (+53 -0)
functions/filters/langfuse/langfuse_filter_function_v3.py (+753 -0)

📄 Description

Adds langfuse filter function


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/functions/pull/11 **Author:** [@YetheSamartaka](https://github.com/YetheSamartaka) **Created:** 10/27/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (5) - [`7af0141`](https://github.com/open-webui/functions/commit/7af0141030cbf3252b38c4efe42d19375aaabf2c) add langfuse_filter_function_v3 - [`23b9f80`](https://github.com/open-webui/functions/commit/23b9f80be376666d44bda05e68897ffcb11f9bdc) Adujsted usage details and trace ending - [`3b480ad`](https://github.com/open-webui/functions/commit/3b480add9900f58ec11cb1da6525e2491e40a5e1) Revert "Adujsted usage details and trace ending" - [`4493178`](https://github.com/open-webui/functions/commit/44931789d023f9518e07df8e8e5e5040dded9dd4) Fixed tasks and assistant message dupe - [`d6af502`](https://github.com/open-webui/functions/commit/d6af5023dbc485d84dc5d769ddd73f2464f1ea7f) fix: Langfuse filter function not joining knowledge queries under the root trace ### 📊 Changes **2 files changed** (+806 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `functions/filters/langfuse/README.md` (+53 -0) ➕ `functions/filters/langfuse/langfuse_filter_function_v3.py` (+753 -0) </details> ### 📄 Description Adds langfuse filter function --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 21:15:30 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/functions#11