Prompt Management
Prompt Config
1 min
the prompt config in abv is an optional arbitrary json object attached to each prompt that stores structured data such as model parameters (like model name, temperature), function/tool parameters, or json schemas this config is versioned together with the prompt and allows you to manage all parameters associated with a prompt in one place, making it easier to deploy, update, and track prompt behavior and performance across different versions and environments use cases change the model your application uses without touching code manage and version the function/tool json schemas your application uses define the json schema for your application's responses set and manage you model parameters such as temperature, top p, max tokens, etc