mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-11 00:04:08 -05:00
LLM doesn't actually use the intermediate output generated by a tool #3499
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 @rklasen on GitHub (Jan 30, 2025).
Bug Report
I'm trying to use the weather tool: https://openwebui.com/t/spyci/keyless_weather
The weather tool seems to produce output:
However the LLM either can't see the output or chooses to ignore it:
(Translation: I don't have access to current weather data.
I can also see on the console that the function was executed:
Am I missing something?