mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[PR #23055] [CLOSED] fix: Include meta fields in pipe model responses #27001
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/23055
Author: @yang1002378395-cmyk
Created: 3/26/2026
Status: ❌ Closed
Base:
dev← Head:fix-pipe-model-meta📝 Commits (1)
3e57483fix: Include meta fields in pipe model responses📊 Changes
1 file changed (+49 additions, -21 deletions)
View changed files
📝
backend/open_webui/functions.py(+49 -21)📄 Description
Pull Request Checklist
devbranchChangelog Entry
Description
Pipe models (functions) now include meta fields in their model response.
Fixed
Additional Information
Fixes #23047
Root Cause: The
get_function_models()function was not including themetafield from pipe objects when constructing model dictionaries, causing the Admin model editor to show empty fields.Solution: Extract meta fields from
pipe.metaand include them in both manifold and single pipe model dictionaries.Contributor License Agreement
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.