mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 21:09:41 -05:00
[GH-ISSUE #7114] Tool indicator is always yellow/amber #14613
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 @tkg61 on GitHub (Nov 20, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/7114
Bug Report
Installation Method
Helm
Environment
Confirmation:
Expected Behavior:
When a tool is used, the indicator will turn green as seen in this screenshot:
https://github.com/open-webui/open-webui/discussions/7096#discussioncomment-11323341
Actual Behavior:
Tool stays yellow/amber even when used
Description
Bug Summary:
Tool usage does not show a green indicator when used
Reproduction Details
Steps to Reproduce:
Enable the example tool that comes with openwebui that displays the current time.
Use the tool and ask what time it is
The indicator will not turn green even though the tool is used
Logs and Screenshots
Browser Console Logs:
No errors in browser
Docker Container Logs:
Screenshots/Screen Recordings (if applicable):

Additional Information
i have tried other tools as well and they are all amber/yellow. Haven't found any docs on this indicator besides the release notes and the screenshot so hopefully this is actually a bug :D
thanks!
@tjbck commented on GitHub (Nov 20, 2024):
Colour doesn't mean anything here 😅 Tools are indicated with yellow and web search is indicated with green. Hope that helps!
@tkg61 commented on GitHub (Nov 20, 2024):
Ahh ok thanks! We will add that to our internal docs so folks don't think it "could have been used but wasn't"... though that would be a cool feature where you have 3 tools available and the one that is used turns green vs yellow....
@tjbck commented on GitHub (Nov 20, 2024):
Interesting idea, I'll definitely keep that suggestion in mind for future enhancements!