File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -594,6 +594,11 @@ channels:
594594 regardless of EOT confidence.
595595 default : ' 5000'
596596 keyterm :
597+ oneOf :
598+ - type : string
599+ - type : array
600+ items :
601+ type : string
597602 description : >
598603 Keyterm prompting can improve recognition of specialized
599604 terminology.
@@ -602,6 +607,9 @@ channels:
602607 keyterms.
603608 examples :
604609 - Snuffleupagus
610+ - - Snuffleupagus
611+ - BigBird
612+ - OscarTheGrouch
605613 mip_opt_out :
606614 description : >
607615 Opts out requests from the Deepgram Model Improvement Program.
@@ -2202,11 +2210,19 @@ components:
22022210 regardless of EOT confidence.
22032211 default : ' 5000'
22042212 ListenV2Keyterm :
2213+ oneOf :
2214+ - type : string
2215+ - type : array
2216+ items :
2217+ type : string
22052218 description : |
22062219 Keyterm prompting can improve recognition of specialized terminology.
22072220 Pass multiple keyterm query parameters to boost multiple keyterms.
22082221 examples :
22092222 - Snuffleupagus
2223+ - - Snuffleupagus
2224+ - BigBird
2225+ - OscarTheGrouch
22102226 ListenV2MipOptOut :
22112227 description : |
22122228 Opts out requests from the Deepgram Model Improvement Program. Refer
You can’t perform that action at this time.
0 commit comments