Skip to content

Commit bcf860c

Browse files
feat: update API specifications (#107)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d74bdc0 commit bcf860c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

asyncapi.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)