Skip to main content

Overview

AmbientOptions type represents the configuration options for ambient session functionality. The code snippet below shows how to use the AmbientOptions type to create a ambient options object.
JavaScript
type AmbientOptions = { 
  sections?: Section[];
  };
};

Properties

sections
Section[]
Array of clinical note LOINC sections to generate suggestions for
We recommend using LOINC codes for the sections array.
Last modified on February 24, 2026