Skip to content

Commit

Permalink
fix: deepgram asr settings (RUN-320)
Browse files Browse the repository at this point in the history
  • Loading branch information
DecathectZero committed Nov 13, 2024
1 parent d1b27e5 commit a501934
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/base-types/src/version/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ export interface Settings<Prompt = unknown> {
defaultCarouselLayout?: Nullable<CarouselLayout>;
defaultVoice?: Nullable<string>;

deepgramASR?: {
endpointing: number;
utteranceEndMS: number;
};

globalNoReply?: {
prompt?: Nullable<Prompt> | undefined;
delay?: number | undefined;
Expand Down

0 comments on commit a501934

Please sign in to comment.