Skip to content

Commit 5aa8daa

Browse files
fern-api[bot]louisjoecodes
authored andcommitted
SDK regeneration
1 parent e12fc63 commit 5aa8daa

File tree

126 files changed

+7592
-733
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

126 files changed

+7592
-733
lines changed

.mock/asyncapi.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -581,14 +581,14 @@ components:
581581
type: object
582582
description: Identifies a specific pronunciation dictionary to use
583583
properties:
584-
dictionary_id:
584+
pronunciation_dictionary_id:
585585
type: string
586586
description: The unique identifier of the pronunciation dictionary
587587
version_id:
588588
type: string
589589
description: The version identifier of the pronunciation dictionary
590590
required:
591-
- dictionary_id
591+
- pronunciation_dictionary_id
592592
- version_id
593593

594594
WebsocketTTSClientMessageMulti:
@@ -599,9 +599,9 @@ components:
599599
type: string
600600
nullable: true
601601
description: |
602-
Text to be synthesized.
603-
For the first message establishing a new context (identified by `context_id`, or a default context if `context_id` is absent), this should be a single space character (' ').
604-
For subsequent messages to an active context, this is the text to synthesize.
602+
Text to be synthesized.
603+
For the first message establishing a new context (identified by `context_id`, or a default context if `context_id` is absent), this should be a single space character (' ').
604+
For subsequent messages to an active context, this is the text to synthesize.
605605
This field can be null or an empty string if the message is primarily for control (e.g., using `flush`, `close_context`, or `close_socket`).
606606
voice_settings:
607607
$ref: '#/components/schemas/RealtimeVoiceSettings'

0 commit comments

Comments
 (0)