mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-17 08:21:12 -05:00
[GH-ISSUE #10949] issue with calling tools integrated with a model via REST API #16086
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 @visagansanthanam-unisys on GitHub (Feb 28, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/10949
i have built a tool and integrated it into my openwebui instance. On the WebUI, via chat, I am able to trigger the tool with a prompt. However, when I do the same via API, the model does not use the tool.
when the same model is called via API, the response is completely different and it ignores the tool call.
