Skip to content

Commit a8ab39b

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

Some content is hidden

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

41 files changed

+431
-654
lines changed

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

+151-224
Large diffs are not rendered by default.

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ service:
77
list-chat-groups:
88
path: /v0/evi/chat_groups
99
method: GET
10-
auth: false
10+
auth: true
1111
docs: Fetches a paginated list of **Chat Groups**.
1212
pagination:
1313
offset: $request.page_number
@@ -85,7 +85,7 @@ service:
8585
get-chat-group:
8686
path: /v0/evi/chat_groups/{id}
8787
method: GET
88-
auth: false
88+
auth: true
8989
docs: >-
9090
Fetches a **ChatGroup** by ID, including a paginated list of **Chats**
9191
associated with the **ChatGroup**.
@@ -164,7 +164,7 @@ service:
164164
list-chat-group-events:
165165
path: /v0/evi/chat_groups/{id}/events
166166
method: GET
167-
auth: false
167+
auth: true
168168
docs: >-
169169
Fetches a paginated list of **Chat** events associated with a **Chat
170170
Group**.
@@ -544,7 +544,7 @@ service:
544544
get-audio:
545545
path: /v0/evi/chat_groups/{id}/audio
546546
method: GET
547-
auth: false
547+
auth: true
548548
docs: >-
549549
Fetches a paginated list of audio for each **Chat** within the specified
550550
**Chat Group**. For more details, see our guide on audio reconstruction

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ service:
77
list-chats:
88
path: /v0/evi/chats
99
method: GET
10-
auth: false
10+
auth: true
1111
docs: Fetches a paginated list of **Chats**.
1212
pagination:
1313
offset: $request.page_number
@@ -83,7 +83,7 @@ service:
8383
list-chat-events:
8484
path: /v0/evi/chats/{id}
8585
method: GET
86-
auth: false
86+
auth: true
8787
docs: Fetches a paginated list of **Chat** events.
8888
pagination:
8989
offset: $request.page_number
@@ -469,7 +469,7 @@ service:
469469
get-audio:
470470
path: /v0/evi/chats/{id}/audio
471471
method: GET
472-
auth: false
472+
auth: true
473473
docs: >-
474474
Fetches the audio of a previous **Chat**. For more details, see our
475475
guide on audio reconstruction

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

+17-17
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ service:
77
list-configs:
88
path: /v0/evi/configs
99
method: GET
10-
auth: false
10+
auth: true
1111
docs: >-
1212
Fetches a paginated list of **Configs**.
1313
@@ -116,7 +116,7 @@ service:
116116
tightness: 5
117117
language_model:
118118
model_provider: ANTHROPIC
119-
model_resource: claude-3-7-sonnet
119+
model_resource: claude-3-7-sonnet-latest
120120
temperature: 1
121121
ellm_model:
122122
allow_short_responses: false
@@ -142,7 +142,7 @@ service:
142142
create-config:
143143
path: /v0/evi/configs
144144
method: POST
145-
auth: false
145+
auth: true
146146
docs: >-
147147
Creates a **Config** which can be applied to EVI.
148148
@@ -224,7 +224,7 @@ service:
224224
name: SAMPLE VOICE
225225
language_model:
226226
model_provider: ANTHROPIC
227-
model_resource: claude-3-7-sonnet
227+
model_resource: claude-3-7-sonnet-latest
228228
temperature: 1
229229
event_messages:
230230
on_new_chat:
@@ -284,7 +284,7 @@ service:
284284
tightness: 5
285285
language_model:
286286
model_provider: ANTHROPIC
287-
model_resource: claude-3-7-sonnet
287+
model_resource: claude-3-7-sonnet-latest
288288
temperature: 1
289289
ellm_model:
290290
allow_short_responses: false
@@ -310,7 +310,7 @@ service:
310310
list-config-versions:
311311
path: /v0/evi/configs/{id}
312312
method: GET
313-
auth: false
313+
auth: true
314314
docs: >-
315315
Fetches a list of a **Config's** versions.
316316
@@ -419,7 +419,7 @@ service:
419419
tightness: 5
420420
language_model:
421421
model_provider: ANTHROPIC
422-
model_resource: claude-3-7-sonnet
422+
model_resource: claude-3-7-sonnet-latest
423423
temperature: 1
424424
ellm_model:
425425
allow_short_responses: false
@@ -445,7 +445,7 @@ service:
445445
create-config-version:
446446
path: /v0/evi/configs/{id}
447447
method: POST
448-
auth: false
448+
auth: true
449449
docs: >-
450450
Updates a **Config** by creating a new version of the **Config**.
451451
@@ -527,7 +527,7 @@ service:
527527
name: ITO
528528
language_model:
529529
model_provider: ANTHROPIC
530-
model_resource: claude-3-7-sonnet
530+
model_resource: claude-3-7-sonnet-latest
531531
temperature: 1
532532
ellm_model:
533533
allow_short_responses: true
@@ -589,7 +589,7 @@ service:
589589
tightness: 5
590590
language_model:
591591
model_provider: ANTHROPIC
592-
model_resource: claude-3-7-sonnet
592+
model_resource: claude-3-7-sonnet-latest
593593
temperature: 1
594594
ellm_model:
595595
allow_short_responses: true
@@ -615,7 +615,7 @@ service:
615615
delete-config:
616616
path: /v0/evi/configs/{id}
617617
method: DELETE
618-
auth: false
618+
auth: true
619619
docs: >-
620620
Deletes a **Config** and its versions.
621621
@@ -638,7 +638,7 @@ service:
638638
update-config-name:
639639
path: /v0/evi/configs/{id}
640640
method: PATCH
641-
auth: false
641+
auth: true
642642
docs: >-
643643
Updates the name of a **Config**.
644644
@@ -675,7 +675,7 @@ service:
675675
get-config-version:
676676
path: /v0/evi/configs/{id}/version/{version}
677677
method: GET
678-
auth: false
678+
auth: true
679679
docs: >-
680680
Fetches a specified version of a **Config**.
681681
@@ -763,7 +763,7 @@ service:
763763
tightness: 5
764764
language_model:
765765
model_provider: ANTHROPIC
766-
model_resource: claude-3-7-sonnet
766+
model_resource: claude-3-7-sonnet-latest
767767
temperature: 1
768768
ellm_model:
769769
allow_short_responses: false
@@ -789,7 +789,7 @@ service:
789789
delete-config-version:
790790
path: /v0/evi/configs/{id}/version/{version}
791791
method: DELETE
792-
auth: false
792+
auth: true
793793
docs: >-
794794
Deletes a specified version of a **Config**.
795795
@@ -828,7 +828,7 @@ service:
828828
update-config-description:
829829
path: /v0/evi/configs/{id}/version/{version}
830830
method: PATCH
831-
auth: false
831+
auth: true
832832
docs: >-
833833
Updates the description of a **Config**.
834834
@@ -926,7 +926,7 @@ service:
926926
tightness: 5
927927
language_model:
928928
model_provider: ANTHROPIC
929-
model_resource: claude-3-7-sonnet
929+
model_resource: claude-3-7-sonnet-latest
930930
temperature: 1
931931
ellm_model:
932932
allow_short_responses: false

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

+6-6
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ service:
77
list-custom-voices:
88
path: /v0/evi/custom_voices
99
method: GET
10-
auth: false
10+
auth: true
1111
docs: >-
1212
Fetches a paginated list of **Custom Voices**.
1313
@@ -72,7 +72,7 @@ service:
7272
create-custom-voice:
7373
path: /v0/evi/custom_voices
7474
method: POST
75-
auth: false
75+
auth: true
7676
docs: >-
7777
Creates a **Custom Voice** that can be added to an [EVI
7878
configuration](/reference/empathic-voice-interface-evi/configs/create-config).
@@ -121,7 +121,7 @@ service:
121121
get-custom-voice:
122122
path: /v0/evi/custom_voices/{id}
123123
method: GET
124-
auth: false
124+
auth: true
125125
docs: >-
126126
Fetches a specific **Custom Voice** by ID.
127127
@@ -168,7 +168,7 @@ service:
168168
create-custom-voice-version:
169169
path: /v0/evi/custom_voices/{id}
170170
method: POST
171-
auth: false
171+
auth: true
172172
docs: >-
173173
Updates a **Custom Voice** by creating a new version of the **Custom
174174
Voice**.
@@ -223,7 +223,7 @@ service:
223223
delete-custom-voice:
224224
path: /v0/evi/custom_voices/{id}
225225
method: DELETE
226-
auth: false
226+
auth: true
227227
docs: >-
228228
Deletes a **Custom Voice** and its versions.
229229
@@ -246,7 +246,7 @@ service:
246246
update-custom-voice-name:
247247
path: /v0/evi/custom_voices/{id}
248248
method: PATCH
249-
auth: false
249+
auth: true
250250
docs: >-
251251
Updates the name of a **Custom Voice**.
252252

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

+9-9
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ service:
77
list-prompts:
88
path: /v0/evi/prompts
99
method: GET
10-
auth: false
10+
auth: true
1111
docs: >-
1212
Fetches a paginated list of **Prompts**.
1313
@@ -100,7 +100,7 @@ service:
100100
create-prompt:
101101
path: /v0/evi/prompts
102102
method: POST
103-
auth: false
103+
auth: true
104104
docs: >-
105105
Creates a **Prompt** that can be added to an [EVI
106106
configuration](/reference/empathic-voice-interface-evi/configs/create-config).
@@ -174,7 +174,7 @@ service:
174174
list-prompt-versions:
175175
path: /v0/evi/prompts/{id}
176176
method: GET
177-
auth: false
177+
auth: true
178178
docs: >-
179179
Fetches a list of a **Prompt's** versions.
180180
@@ -251,7 +251,7 @@ service:
251251
create-prompt-version:
252252
path: /v0/evi/prompts/{id}
253253
method: POST
254-
auth: false
254+
auth: true
255255
docs: >-
256256
Updates a **Prompt** by creating a new version of the **Prompt**.
257257
@@ -328,7 +328,7 @@ service:
328328
delete-prompt:
329329
path: /v0/evi/prompts/{id}
330330
method: DELETE
331-
auth: false
331+
auth: true
332332
docs: >-
333333
Deletes a **Prompt** and its versions.
334334
@@ -351,7 +351,7 @@ service:
351351
update-prompt-name:
352352
path: /v0/evi/prompts/{id}
353353
method: PATCH
354-
auth: false
354+
auth: true
355355
docs: >-
356356
Updates the name of a **Prompt**.
357357
@@ -388,7 +388,7 @@ service:
388388
get-prompt-version:
389389
path: /v0/evi/prompts/{id}/version/{version}
390390
method: GET
391-
auth: false
391+
auth: true
392392
docs: >-
393393
Fetches a specified version of a **Prompt**.
394394
@@ -447,7 +447,7 @@ service:
447447
delete-prompt-version:
448448
path: /v0/evi/prompts/{id}/version/{version}
449449
method: DELETE
450-
auth: false
450+
auth: true
451451
docs: >-
452452
Deletes a specified version of a **Prompt**.
453453
@@ -486,7 +486,7 @@ service:
486486
update-prompt-description:
487487
path: /v0/evi/prompts/{id}/version/{version}
488488
method: PATCH
489-
auth: false
489+
auth: true
490490
docs: >-
491491
Updates the description of a **Prompt**.
492492

0 commit comments

Comments
 (0)