mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[GH-ISSUE #12565] feat: Get tools available and used from langfuse pipeline #32170
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @juan-abia on GitHub (Apr 7, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/12565
Check Existing Issues
Problem Description
In order to track the whole cost of an LLM using tools, we need get this tools in the inlet function of pipelines.
This would be extremely useful for debugging too. I'd make the PR, but I don't think there is a way to see all the available tools.
Desired Solution you'd like
Using langfuse pipeline, we are able to track the whole call to the LLM (user query, available tools, llm answer, tool answers...)
Alternatives Considered
No response
Additional Context
No response