mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[PR #1339] [MERGED] feat: Chat autocomplete tags #36268
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?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/1339
Author: @asedmammad
Created: 3/28/2024
Status: ✅ Merged
Merged: 3/29/2024
Merged by: @tjbck
Base:
dev← Head:feat/chat-autocomplete-tags📝 Commits (1)
4bf38e5feat: Add autocomplete to chat tags📊 Changes
1 file changed (+19 additions, -10 deletions)
View changed files
📝
src/lib/components/common/Tags/TagInput.svelte(+19 -10)📄 Description
Pull Request Checklist
Description
This simple pull request introduces autocomplete functionality to the "Add a tag" section in chats, improving user experience and reducing typing effort for common tags. This also partially addresses #1317. Extracting tags using the LLM can be done in another PR.
Changelog Entry
Added
datalist) to "Add a tag" section in chats🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.