Skip to content

Commit 91d257b

Browse files
🌿 Fern Regeneration -- April 2, 2025 (#309)
Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com> Co-authored-by: twitchard <[email protected]>
1 parent dbf58a0 commit 91d257b

File tree

22 files changed

+354
-355
lines changed

22 files changed

+354
-355
lines changed

.mock/definition/empathic-voice/chat.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,12 @@ channel:
113113
For more details, refer to the [Authentication Strategies
114114
Guide](/docs/introduction/api-key#authentication-strategies).
115115
messages:
116-
subscribe:
117-
origin: server
118-
body: SubscribeEvent
119116
publish:
120117
origin: client
121118
body: PublishEvent
119+
subscribe:
120+
origin: server
121+
body: SubscribeEvent
122122
examples:
123123
- messages:
124124
- type: publish
@@ -131,6 +131,19 @@ channel:
131131
imports:
132132
root: __package__.yml
133133
types:
134+
PublishEvent:
135+
discriminated: false
136+
union:
137+
- type: root.AudioInput
138+
- type: root.SessionSettings
139+
- type: root.UserInput
140+
- type: root.AssistantInput
141+
- type: root.ToolResponseMessage
142+
- type: root.ToolErrorMessage
143+
- type: root.PauseAssistantMessage
144+
- type: root.ResumeAssistantMessage
145+
source:
146+
openapi: evi-asyncapi.json
134147
SubscribeEvent:
135148
discriminated: false
136149
union:
@@ -146,16 +159,3 @@ types:
146159
- type: root.ToolErrorMessage
147160
source:
148161
openapi: evi-asyncapi.json
149-
PublishEvent:
150-
discriminated: false
151-
union:
152-
- type: root.AudioInput
153-
- type: root.SessionSettings
154-
- type: root.UserInput
155-
- type: root.AssistantInput
156-
- type: root.ToolResponseMessage
157-
- type: root.ToolErrorMessage
158-
- type: root.PauseAssistantMessage
159-
- type: root.ResumeAssistantMessage
160-
source:
161-
openapi: evi-asyncapi.json

0 commit comments

Comments
 (0)