mirror of
https://github.com/open-webui/pipelines.git
synced 2026-07-21 01:55:22 -04:00
Feature Request: Pipeline Valves with discrete lists of options #96
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 @PlebeiusGaragicus on GitHub (Aug 10, 2024).
While working on LangGraph agents I noticed a new and useful feature in LangGraph Studio where configurable options can be given as a discrete list of possibilities.
Link to code example
This code now tells LangGraph Studio to display these as a nice list in the UI.
I'm requesting that we also have the Pipelines Valve UI display a list of options as defined in the pipeline code itself. After looking through the examples I haven't noticed if this has been implemented yet and it would be very helpful.
@milafrerichs commented on GitHub (Nov 8, 2024):
this is already possible:
@PlebeiusGaragicus commented on GitHub (May 10, 2025):
I can't seen to dynamically load a Literal type at runtime.
Is there a way to dynamically set a value on pipeline init?
@Haervwe commented on GitHub (Oct 12, 2025):
Hi @PlebeiusGaragicus did you find a way to dinamycally add literals? It would be a really nice addition for example for model ids in valves
@PlebeiusGaragicus commented on GitHub (Oct 22, 2025):
@Haervwe no I’ve just about moved on. I’m not confident I can get a LangGraph agent working with open webui just yet and that was my use case. But they’re really cooking so I’m hopeful. Agents are the way…! OUI is getting closer