Replay spans

Replay your spans in the prompt playground

Any span on the LLM Tracing page can be loaded directly into the Prompt Playground for replay and iteration.

All LLM parameters, prompt templates, input messages, variables, and function definitions are automatically populated, so you can replicate the exact call without manual setup. This allows you to iterate quickly, test changes in context, and continuously refine prompts.

Select trace & navigate to prompt playground

Click the 'Prompt Playground' button to import the span into the playground, allowing you to reproduce the LLM call for detailed testing and refinement.

Experiment with parameters, prompts, and messages

The LLM parameters, prompt template, input messages, variables, and function definitions are automatically populated in the playground to match the span.
The temperature is automatically set to zero to match the LLM parameters on the original span.

Last updated

Was this helpful?