Basic Features
ABV Prompt Playground
6 min
test and iterate on your prompts directly in the abv prompt playground tweak the prompt and model parameters to see how different models respond to these input changes this allows you to quickly iterate on your prompts and optimize them for the best results in your llm app without having to switch between tools or use any code core features side by side comparison view compare multiple prompt variants alongside each other execute them all at once or focus on a single variant each variant keeps its own llm settings, variables, tool definitions, and placeholders so you can immediately see the impact of every change open your prompt in the playground you can open a prompt you created with abv prompt management https //docs abv dev/get started with prompt management in the playground save your prompt to prompt management when you're satisfied with your prompt, you can save it to prompt management by clicking the save button open a generation in the playground you can open a generation from abv observability https //docs abv dev/ in the playground by clicking the open in playground button in the generation details page tool calling and structured outputs the abv playground supports tool calling and structured output schemas, enabling you to define, test, and validate llm executions that rely on tool calls and enforce specific response formats tool calling define custom tools with json schema definitions test prompts relying on tools in real time by mocking tool responses save tool definitions to your project structured output enforce response formats using json schemas save schemas to your project jump into the playground from your openai generation using structured output add prompt variables you can add prompt variables in the playground to simulate different inputs to your prompt use your favorite model you can use your favorite model by adding the api key for the model you want to use in the abv project settings you can learn how to set up an llm connection here https //docs abv dev/llm connections optionally, many llm providers allow for additional parameters when invoking a model you can pass these parameters in the playground when toggling “additional options” in the model selection dropdown read this documentation about additional provider options for more information