Skip to content

Commit caf7ae1

Browse files
🌿 Fern Regeneration -- April 7, 2025 (#323)
Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
1 parent 58d340b commit caf7ae1

File tree

25 files changed

+1586
-1389
lines changed

25 files changed

+1586
-1389
lines changed

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

+16-16
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

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

+6
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ service:
99
method: GET
1010
auth: false
1111
docs: Fetches a paginated list of **Chat Groups**.
12+
pagination:
13+
offset: $request.page_number
14+
results: $response.chat_groups_page
1215
source:
1316
openapi: evi-openapi.json
1417
display-name: List chat_groups
@@ -165,6 +168,9 @@ service:
165168
docs: >-
166169
Fetches a paginated list of **Chat** events associated with a **Chat
167170
Group**.
171+
pagination:
172+
offset: $request.page_number
173+
results: $response.events_page
168174
source:
169175
openapi: evi-openapi.json
170176
path-parameters:

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

+6
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ service:
1515
For more details on configuration options and how to configure EVI, see
1616
our [configuration
1717
guide](/docs/empathic-voice-interface-evi/configuration).
18+
pagination:
19+
offset: $request.page_number
20+
results: $response.configs_page
1821
source:
1922
openapi: evi-openapi.json
2023
display-name: List configs
@@ -315,6 +318,9 @@ service:
315318
For more details on configuration options and how to configure EVI, see
316319
our [configuration
317320
guide](/docs/empathic-voice-interface-evi/configuration).
321+
pagination:
322+
offset: $request.page_number
323+
results: $response.configs_page
318324
source:
319325
openapi: evi-openapi.json
320326
path-parameters:

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

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ service:
1515
Refer to our [voices
1616
guide](/docs/empathic-voice-interface-evi/configuration/voices) for
1717
details on creating a custom voice.
18+
pagination:
19+
offset: $request.page_number
20+
results: $response.custom_voices_page
1821
source:
1922
openapi: evi-openapi.json
2023
display-name: List custom voices

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

+3
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,9 @@ service:
210210
use](/docs/empathic-voice-interface-evi/features/tool-use#function-calling)
211211
guide for comprehensive instructions on defining and integrating tools
212212
into EVI.
213+
pagination:
214+
offset: $request.page_number
215+
results: $response.tools_page
213216
source:
214217
openapi: evi-openapi.json
215218
path-parameters:

0 commit comments

Comments
 (0)