Replies: 1 comment 2 replies
-
|
thanks for raising this. Langfuse should return the name and version on the generation API as well to make it easy to fetch the related prompt. Creating an issue for this |
Beta Was this translation helpful? Give feedback.
2 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
Scenario: Testing the scores returned by different versions of a prompt
Background: In this testing scenario, a trace contains multiple Observations. To correlate Observations from two different traces, the prompts need to be associated. However, only the prompt_id is available, and there might be cases where different prompt_ids have the same prompt_name. Therefore, it is necessary to find the corresponding prompt_name through the prompt_id to locate the associated Observations.
Problem: Currently, only prompt_id is returned. How can we find the corresponding prompt_name using prompt_id to correctly associate the relevant Observations?
Suggestion: Add an API to retrieve the prompt_name using the prompt_id.
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions