Iterating and evaluating is pivotal to building effective agents.
Every agent’s model and extractor is versioned, allowing you to improve agents safely and evaluate them against past dials.
The Vogent API’s support for versioning also allows you to roll out new agent versions carefully, making A/B testing etc. easier.
To create a new version, click the Create Version button in the Version dropdown, fill in the configuration for your model or extractor, and click Save.
To make a version the default, click the Default button under the Version dropdown.
Once you roll out a default version, all initiated calls without an otherwise specified version will use this version. To protect against regressions, we recommend testing new versions thoroughly before making them the default, and passing explicit version IDs when creating calls via the API.