Skip to content

Commit ae824c8

Browse files
authored
Restore ":herb: Fern Regeneration -- April 17, 2025" (#280)
1 parent 1a7aac9 commit ae824c8

24 files changed

+502
-471
lines changed

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

Lines changed: 151 additions & 224 deletions
Large diffs are not rendered by default.

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

Lines changed: 4 additions & 4 deletions
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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 17 additions & 17 deletions
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
@@ -674,7 +674,7 @@ service:
674674
get-config-version:
675675
path: /v0/evi/configs/{id}/version/{version}
676676
method: GET
677-
auth: false
677+
auth: true
678678
docs: >-
679679
Fetches a specified version of a **Config**.
680680
@@ -762,7 +762,7 @@ service:
762762
tightness: 5
763763
language_model:
764764
model_provider: ANTHROPIC
765-
model_resource: claude-3-7-sonnet
765+
model_resource: claude-3-7-sonnet-latest
766766
temperature: 1
767767
ellm_model:
768768
allow_short_responses: false
@@ -788,7 +788,7 @@ service:
788788
delete-config-version:
789789
path: /v0/evi/configs/{id}/version/{version}
790790
method: DELETE
791-
auth: false
791+
auth: true
792792
docs: >-
793793
Deletes a specified version of a **Config**.
794794
@@ -827,7 +827,7 @@ service:
827827
update-config-description:
828828
path: /v0/evi/configs/{id}/version/{version}
829829
method: PATCH
830-
auth: false
830+
auth: true
831831
docs: >-
832832
Updates the description of a **Config**.
833833
@@ -925,7 +925,7 @@ service:
925925
tightness: 5
926926
language_model:
927927
model_provider: ANTHROPIC
928-
model_resource: claude-3-7-sonnet
928+
model_resource: claude-3-7-sonnet-latest
929929
temperature: 1
930930
ellm_model:
931931
allow_short_responses: false

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

Lines changed: 6 additions & 6 deletions
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

Lines changed: 9 additions & 9 deletions
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
@@ -387,7 +387,7 @@ service:
387387
get-prompt-version:
388388
path: /v0/evi/prompts/{id}/version/{version}
389389
method: GET
390-
auth: false
390+
auth: true
391391
docs: >-
392392
Fetches a specified version of a **Prompt**.
393393
@@ -446,7 +446,7 @@ service:
446446
delete-prompt-version:
447447
path: /v0/evi/prompts/{id}/version/{version}
448448
method: DELETE
449-
auth: false
449+
auth: true
450450
docs: >-
451451
Deletes a specified version of a **Prompt**.
452452
@@ -485,7 +485,7 @@ service:
485485
update-prompt-description:
486486
path: /v0/evi/prompts/{id}/version/{version}
487487
method: PATCH
488-
auth: false
488+
auth: true
489489
docs: >-
490490
Updates the description of a **Prompt**.
491491

0 commit comments

Comments
 (0)