File tree Expand file tree Collapse file tree 2 files changed +2
-15
lines changed Expand file tree Collapse file tree 2 files changed +2
-15
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,6 @@ channels:
9
9
x-fern-optional : true
10
10
format_turns :
11
11
x-fern-type : optional<boolean>
12
- word_finalization_max_wait_time :
13
- x-fern-type : optional<integer>
14
12
end_of_turn_confidence_threshold :
15
13
x-fern-type : optional<float>
16
14
min_end_of_turn_silence_when_confident :
Original file line number Diff line number Diff line change @@ -44,13 +44,6 @@ channels:
44
44
examples :
45
45
- " true"
46
46
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
-
54
47
end_of_turn_confidence_threshold :
55
48
description : The confidence threshold to use when determining if the end of a turn has been reached
56
49
location : $message.payload#/end_of_turn_confidence_threshold
@@ -227,10 +220,6 @@ components:
227
220
type :
228
221
type : string
229
222
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.
234
223
end_of_turn_confidence_threshold :
235
224
type : number
236
225
format : float
@@ -330,13 +319,13 @@ components:
330
319
description : Whether this marks the end of a turn.
331
320
transcript :
332
321
type : string
333
- description : The complete turn transcript .
322
+ description : Transcript of all finalized words in the turn .
334
323
end_of_turn_confidence :
335
324
type : number
336
325
format : float
337
326
minimum : 0
338
327
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) .
340
329
words :
341
330
type : array
342
331
items :
You can’t perform that action at this time.
0 commit comments