uneeq-js 3.11.1 → 3.11.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -17,6 +17,11 @@ export interface DeepgramFluxSTTOptions {
17
17
  eotTimeoutMs?: number;
18
18
  /** Send ChatPrompt on EagerEndOfTurn (lower latency, risk of incomplete). @default true */
19
19
  useEagerEndOfTurn?: boolean;
20
+ /**
21
+ * Safety net timeout in milliseconds. Resets speaking indicators if no TurnInfo
22
+ * events arrive for this duration while in a speaking state. @default 2000
23
+ */
24
+ safetyNetTimeoutMs?: number;
20
25
  /**
21
26
  * Keyterms to boost in transcription results.
22
27
  */