Welcome to the December 2024 release notes! Read on to learn more about new features, product enhancements, and bug fixes released in December 2024.
New Features
- We have introduced two new actions and UI features - prompt and acknowledge. These actions and UI features allow users to input data or acknowledge a message during the execution of a job. Assistants can still collect information from the user through the User Prompts feature, but this may be better suited for more extensive data entry or if the data must be used to determine the proceeding Assistant instructions. To start using this action in your Workflows, read more here.
- Example User Prompt
- Example User Acknowledgement
LabOps
- For job states, we have added two new states for better job tracking - “Batched” and “Unscheduled.” Any request batched into a job will now be labeled as “Batched.” Also, when jobs are unscheduled, the job will no longer show as “Pending” but instead will be “Unscheduled.”
- These new events and job states will be reflected in the API responses as well. See the openapi for more details on the new BATCHED and UNSCHEDULED job states and JOB_UNBATCHED event and DIALOG action_type.
- You can now cancel the dialog that appears when disabling the Time-based One-time Password.
- When starting an Assistant Run via LabOps, you can now provide a custom name for the job.
- We have updated the Adapter Settings page so you can easily see its location (e.g., cloud, local, IPC), and the ability to disable, configure, or restart it is available by clicking the three buttons.
- When configuring asset maps from the Digital Twin to the adapter, you are able to select the correct asset from a list generated from your Digital Twin assets.
Labs
- When Developer Mode is enabled, you can manually update an asset’s state. To do this, go to the Lab Editor of the desired lab, select an asset, open its details pane, and expand the debug section.
Workflows
- Rather than having to copy/paste your instance config into your config.yaml, we have introduced an easier way to connect your development container with your instance. Instead, you will use the Artificial extension - sign in functionality. Find instructions on how to use it here.
Bug Fixes
- Fixed an issue where the Add Members dialog in Settings>>Organization did not resize with the browser window.
- Users without approved access will be redirected to a no-access page.