Replies: 2 comments 2 replies
-
|
When you run a prompt in the Langfuse Playground using an OpenAI-compatible LLM, the output is returned, but a trace is not always created. The Playground is primarily for prompt testing and iteration, and does not automatically generate traces for every run(1)(2). This is expected behavior: traces are created when prompts are executed through your application with tracing enabled (such as via the Langfuse SDK or OpenAI integration), but not for all Playground interactions(1)(2). If you need to generate a trace for Playground runs, you must execute the prompt through your instrumented application, not just the Playground UI(1)(2). 📚 Sources: Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
-
|
Hi, Indeed, It could be very helpful to have traces from the playground (as in the Langsmith playground). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When I run in playground, the model successfully returned output. But there is no trace.
I use a openai compatible llm.
Beta Was this translation helpful? Give feedback.
All reactions