Skip to content
- Added new Voker Copilot to the
Configure
page. Make changes to your Voker in natural language.
- Added a Long Context toggle to the model selector (powered by GPT-4.1).
- Added PDF as an input option for Vokers.
- [ui] Added new sidebar layout for the home page. Toggle it at the top right of your screen.
- Add knowledge to any Voker with updated RAG capabilities.
- Added
PUT
and PATCH
methods to Function Calling.
- Fixed a bug where RAG references were listed too many times.
- Aded validation to Structured Output that prevents a run if no nested fileds are specified.
- Fixed minor UI bugs in
Test Execute
, Monitoring
, Configure
pages.
- Added new function calling feature. See here.
- Added chat to Test Execute. To start a chat and maintain context across multiple test inputs, click Continue conversation after your first run.
- Added date support that gives prompts context about the date.
- [ui] Updated the Test Execute feature to provide more context on your runs.
- Images now show up in conversation threads in the Monitoring tab.
- Squashed multiple validation errors.
- Fixed a bug in the Deployments Preview where context between messages was not being maintained.
- Added an Integrations Editor to support passing dynamic inputs from an API.
- Added image support to shareable deployment previews.
- [ui] Updated the Output Modes interface for improved clarity.
- Fixed a bug where new RAG deployments wouldn’t appear until after a page refresh.
- Fixed several minor bugs across the platform.
- Readability improvements to Monitoring tab UI.
- Updated what powers our reasoning models from Open AI o1 -> o3.
Create Voker Flow
can now select the right LLM model for the described task.
- Mutliple minor bugs resolved.
- Added a
Create Voker Flow
that allows you to simply describe what you want your Voker to do, and our AI will handle the configuration for you.
- Added filtering by date to the Monitoring tab so you can better narrow down which conversations you want to see.
- Added a customizable and shareable preview feature for Voker deployments. Share and test with peace of mind.
- [ui] Redesigned the Monitoring tab to improve site navigation and enhance user experience.
- Added support for PNG image inputs.
- Fixed a bug where having a space in the input name caused Test Execute to fail.
- Added sections demonstrating how to pass image inputs to the API.
- Added the ability to edit deployment names.
- Added a deployment description field that is editable after the deployment is created.
- Added the ability to trigger a deployment by specifying the deployment name. See here.
- Added the CSV file name as the default name for Bulk Runs.
- [ui] Inputs are now managed through a dropdown interface, providing a clearer, easier-to-edit experience with future support for data types.
- [ui] Long messages in the Test Execute and Monitoring tabs are now collapsed by default, with an option to expand for better readability.
- Improved performance and reduced latency.
- Added new Changelog + Documentation to help you keep up with what we’re up to.
- The
@variable
syntax for creating inputs is now deprecated in favor of the new Inputs V2. When upgrading, it is recommended to remove any remaining instances of @variable
in your prompts.
- Hyphens are no longer allowed when creating variables using the
@variable
syntax.