We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3921183 commit 1dfb91dCopy full SHA for 1dfb91d
asyncapi.yml
@@ -1345,6 +1345,12 @@ channels:
1345
items:
1346
type: string
1347
description: Prompt key-term recognition (nova-3 'en' only)
1348
+ smart_format:
1349
+ type: boolean
1350
+ default: false
1351
+ description: >-
1352
+ Applies smart formatting to improve transcript
1353
+ readability (Deepgram providers only)
1354
think:
1355
type: object
1356
required:
@@ -1789,6 +1795,7 @@ channels:
1789
1795
keyterms:
1790
1796
- hello
1791
1797
- goodbye
1798
+ smart_format: true
1792
1799
1793
1800
provider:
1794
1801
type: open_ai
0 commit comments