Skip to content

Commit 07c2f99

Browse files
committed
adjust params based on nick m feedback
1 parent e5c78d5 commit 07c2f99

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

fern/usm-streaming-overrides.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ channels:
99
x-fern-optional: true
1010
format_turns:
1111
x-fern-type: optional<boolean>
12-
word_finalization_max_wait_time:
13-
x-fern-type: optional<integer>
1412
end_of_turn_confidence_threshold:
1513
x-fern-type: optional<float>
1614
min_end_of_turn_silence_when_confident:

usm-streaming.yml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,6 @@ channels:
4444
examples:
4545
- "true"
4646

47-
word_finalization_max_wait_time:
48-
description: The max amount of time in milliseconds to wait for a word to be finalized
49-
location: $message.payload#/word_finalization_max_wait_time
50-
examples:
51-
- "160"
52-
- "200"
53-
5447
end_of_turn_confidence_threshold:
5548
description: The confidence threshold to use when determining if the end of a turn has been reached
5649
location: $message.payload#/end_of_turn_confidence_threshold
@@ -227,10 +220,6 @@ components:
227220
type:
228221
type: string
229222
const: UpdateConfiguration
230-
word_finalization_max_wait_time:
231-
type: integer
232-
nullable: true
233-
description: Maximum time in ms to wait for word finalization.
234223
end_of_turn_confidence_threshold:
235224
type: number
236225
format: float
@@ -330,13 +319,13 @@ components:
330319
description: Whether this marks the end of a turn.
331320
transcript:
332321
type: string
333-
description: The complete turn transcript.
322+
description: Transcript of all finalized words in the turn.
334323
end_of_turn_confidence:
335324
type: number
336325
format: float
337326
minimum: 0
338327
maximum: 1
339-
description: Confidence that this is the end of a turn.
328+
description: The confidence score that this is the end of a turn, between 0.0 (low confidence) and 1.0 (high confidence).
340329
words:
341330
type: array
342331
items:

0 commit comments

Comments
 (0)