Replies: 3 comments 1 reply
-
|
@hassiebp what do you think? seems like a good extension of the prompt management sdk in my view |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Great idea, @rhighs ! Feel free to submit a PR to support this 👍🏾 |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Reporting the PR here just for ref: langfuse/langfuse-python#1013 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the feature or potential improvement
It would be nice to have a simple method call like
prompt.variables_names()that returns a list of the var names present. For what I was able to see, we could reuse the_compile_template_stringstatic method..I have some working code already and if you guys agree I could implement this change myself and submit a very short PR.
Bye 👋
Additional information
Example code
Expected output:
Beta Was this translation helpful? Give feedback.
All reactions