/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * * `text` - Text * * `multimodal` - Multimodal * * `voice` - Voice */ export enum ModalityEnum { TEXT = 'text', MULTIMODAL = 'multimodal', VOICE = 'voice', }