Skip to content

Commit

Permalink
fix: adding missing exports
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaines authored and Shreyas-vgr committed Dec 15, 2021
1 parent 7ca6d0b commit a5f8c0b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,3 +211,10 @@ export {
testTurn,
waitForDebugger,
} from './utils/testSupport/TestingUtils';
export {
InputModality,
OutputModality,
ResponseStyle,
InputModalityEvaluator,
ResponseStyleEvaluator,
} from './modality/ModalityEvaluation';

0 comments on commit a5f8c0b

Please sign in to comment.