Files
airi/packages/testing-audio/cases/shared/interactions/index.ts
T

8 lines
273 B
TypeScript

export { assistantMessages, enableChatMicrophone, openChat } from './chat'
export type { EnableChatMicrophoneOptions } from './chat'
export {
enableHearingPlaygroundMicrophone,
openHearingPlayground,
readHearingPlaygroundTranscriptions,
} from './hearing-playground'