Product Update: AI Assisted Script Generation
π¨ US-ONLY RELEASEβ
This feature is currently available to US-based organizations only. International availability will be announced in a future release.
Overviewβ
Writing scripts in OmegaAI no longer starts with a blank editor. The Script Editor can now generate a script for you from a plain-language description of what you want it to do. Describe the rule in your own words β click Generate β and OmegaAI produces a ready-to-review script using the correct operations, DICOM tags, and host functions for that editor.
What's Newβ
1. Describe it, don't code itβ
What changed:β
Type a plain-language description into the new AI Prompt pane and click Generate. OmegaAI returns a complete script in the editor β no hand-coding required to get started.
Benefit:β
Reduces time to create scripts and lowers barrier to entry for users unfamiliar with JavaScript. Non-technical administrators can now build automation rules using natural language.
2. Available everywhere the Script Editor isβ
What changed:β
AI-assisted generation works in all three scripting contexts: DICOM Device scripts, Import scripts, and Workflow scripts.
Benefit:β
Unified AI capability across your entire scripting workflow β whether you're configuring per-device rules, transforming imported data, or orchestrating automation workflows.
3. Context-aware and safe by designβ
What changed:β
Each editor gives the AI its own vocabulary, so the instruction produces the right kind of script in each place. The AI only uses operations that exist in that editor's Tools panel, and exact values you type are preserved verbatim.
Benefit:β
Reduces risk of generated code using invalid or non-existent operations. Values like Series Descriptions and facility names are preserved exactly as you specify them.
Important Notesβ
- Always review generated scripts before deployment. AI can make mistakes. A generated script is a starting point, not an approved rule β read it carefully, confirm it targets the right operations and tags, and test it before you deploy.
- Generated scripts should always be tested in a pre-prod or test environment before deployment.
- Complex conditional logic may require manual refinement after generation.
- Feature is pre-production only in this release; not yet available in production environments.
Where to Find Itβ
The AI Prompt pane appears in the Script Editor in all three scripting contexts:
- Device scripts: Organization β Devices β [Select Device] β Script Editor
- Import scripts: Organization β Import Script Section β Script Editor
- Workflow scripts: Workflow Automation β Workflow Configuration β Script Editor