Overview
Prompt Playground sneak peek
The Prompt Playground is a unique feature that allows developers to visualize, iterate, and version prompts, thereby enhancing the development/debugging process.
Whether you’re dealing with multi-step agents or trying to understand why a completion didn’t turn out as expected, the Prompt Playground provides a clear view of the exact prompt sent to the LLM, including the template, variables, LLM settings, and provider.
This feature not only helps in identifying issues but also allows you to modify the prompt or change the LLM settings or provider for better results.
This documentation will guide you through the various functionalities of the Prompt Playground, helping you make the most of this powerful tool. Let’s dive in!
Setup the Prompt Playground
Learn how to enable the Prompt Playground in the Chainlit UI.
Template & Variables
Learn how to leverage template and variables to speed up your dev/debug cycle.
Formatted Prompt
Learn how to do a lighter integration while still speeding up your dev/debug cycle.
LLM Providers
Learn how to integrate with any LLM provider
Was this page helpful?