Feature request: CRUD for Prompt API #4430
barseghyanartur
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the feature or potential improvement
At the moment, it's not possible to perform a clean-up of old prompts programmatically.
It would be beneficial to implement full CRUD functionality for prompts, as it would address the shortcomings of LangFuse in more complex workflows that deviate from standard LangFuse practices.
Finally, in addition to the standard
create
,read
,update
, anddelete
operations, a couple of specialized endpoints would be useful too:name
except the latest production version.name
andtag
.Naturally, reflecting the changes in the SDK is desirable too.
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions