Skip to content

🌿 Fern Regeneration -- April 15, 2025 #277

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .mock/definition/empathic-voice/__package__.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2407,8 +2407,8 @@ types:
openapi: evi-openapi.json
PostedLanguageModelModelResource:
enum:
- value: claude-3-7-sonnet
name: Claude37Sonnet
- value: claude-3-7-sonnet-latest
name: Claude37SonnetLatest
- value: claude-3-5-sonnet-latest
name: Claude35SonnetLatest
- value: claude-3-5-haiku-20241022-v1
Expand Down Expand Up @@ -2765,8 +2765,8 @@ types:
openapi: evi-openapi.json
ReturnLanguageModelModelResource:
enum:
- value: claude-3-7-sonnet
name: Claude37Sonnet
- value: claude-3-7-sonnet-latest
name: Claude37SonnetLatest
- value: claude-3-5-sonnet-latest
name: Claude35SonnetLatest
- value: claude-3-5-haiku-latest
Expand Down
8 changes: 4 additions & 4 deletions .mock/definition/empathic-voice/chatGroups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ service:
list-chat-groups:
path: /v0/evi/chat_groups
method: GET
auth: false
auth: true
docs: Fetches a paginated list of **Chat Groups**.
pagination:
offset: $request.page_number
Expand Down Expand Up @@ -85,7 +85,7 @@ service:
get-chat-group:
path: /v0/evi/chat_groups/{id}
method: GET
auth: false
auth: true
docs: >-
Fetches a **ChatGroup** by ID, including a paginated list of **Chats**
associated with the **ChatGroup**.
Expand Down Expand Up @@ -164,7 +164,7 @@ service:
list-chat-group-events:
path: /v0/evi/chat_groups/{id}/events
method: GET
auth: false
auth: true
docs: >-
Fetches a paginated list of **Chat** events associated with a **Chat
Group**.
Expand Down Expand Up @@ -544,7 +544,7 @@ service:
get-audio:
path: /v0/evi/chat_groups/{id}/audio
method: GET
auth: false
auth: true
docs: >-
Fetches a paginated list of audio for each **Chat** within the specified
**Chat Group**. For more details, see our guide on audio reconstruction
Expand Down
6 changes: 3 additions & 3 deletions .mock/definition/empathic-voice/chats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ service:
list-chats:
path: /v0/evi/chats
method: GET
auth: false
auth: true
docs: Fetches a paginated list of **Chats**.
pagination:
offset: $request.page_number
Expand Down Expand Up @@ -83,7 +83,7 @@ service:
list-chat-events:
path: /v0/evi/chats/{id}
method: GET
auth: false
auth: true
docs: Fetches a paginated list of **Chat** events.
pagination:
offset: $request.page_number
Expand Down Expand Up @@ -469,7 +469,7 @@ service:
get-audio:
path: /v0/evi/chats/{id}/audio
method: GET
auth: false
auth: true
docs: >-
Fetches the audio of a previous **Chat**. For more details, see our
guide on audio reconstruction
Expand Down
35 changes: 18 additions & 17 deletions .mock/definition/empathic-voice/configs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ service:
list-configs:
path: /v0/evi/configs
method: GET
auth: false
auth: true
docs: >-
Fetches a paginated list of **Configs**.

Expand Down Expand Up @@ -116,7 +116,7 @@ service:
tightness: 5
language_model:
model_provider: ANTHROPIC
model_resource: claude-3-7-sonnet
model_resource: claude-3-7-sonnet-latest
temperature: 1
ellm_model:
allow_short_responses: false
Expand All @@ -142,7 +142,7 @@ service:
create-config:
path: /v0/evi/configs
method: POST
auth: false
auth: true
docs: >-
Creates a **Config** which can be applied to EVI.

Expand Down Expand Up @@ -224,7 +224,7 @@ service:
name: SAMPLE VOICE
language_model:
model_provider: ANTHROPIC
model_resource: claude-3-7-sonnet
model_resource: claude-3-7-sonnet-latest
temperature: 1
event_messages:
on_new_chat:
Expand Down Expand Up @@ -284,7 +284,7 @@ service:
tightness: 5
language_model:
model_provider: ANTHROPIC
model_resource: claude-3-7-sonnet
model_resource: claude-3-7-sonnet-latest
temperature: 1
ellm_model:
allow_short_responses: false
Expand All @@ -310,7 +310,7 @@ service:
list-config-versions:
path: /v0/evi/configs/{id}
method: GET
auth: false
auth: true
docs: >-
Fetches a list of a **Config's** versions.

Expand Down Expand Up @@ -419,7 +419,7 @@ service:
tightness: 5
language_model:
model_provider: ANTHROPIC
model_resource: claude-3-7-sonnet
model_resource: claude-3-7-sonnet-latest
temperature: 1
ellm_model:
allow_short_responses: false
Expand All @@ -445,7 +445,7 @@ service:
create-config-version:
path: /v0/evi/configs/{id}
method: POST
auth: false
auth: true
docs: >-
Updates a **Config** by creating a new version of the **Config**.

Expand Down Expand Up @@ -527,7 +527,7 @@ service:
name: ITO
language_model:
model_provider: ANTHROPIC
model_resource: claude-3-7-sonnet
model_resource: claude-3-7-sonnet-latest
temperature: 1
ellm_model:
allow_short_responses: true
Expand Down Expand Up @@ -589,7 +589,7 @@ service:
tightness: 5
language_model:
model_provider: ANTHROPIC
model_resource: claude-3-7-sonnet
model_resource: claude-3-7-sonnet-latest
temperature: 1
ellm_model:
allow_short_responses: true
Expand All @@ -615,7 +615,7 @@ service:
delete-config:
path: /v0/evi/configs/{id}
method: DELETE
auth: false
auth: true
docs: >-
Deletes a **Config** and its versions.

Expand All @@ -638,7 +638,7 @@ service:
update-config-name:
path: /v0/evi/configs/{id}
method: PATCH
auth: false
auth: true
docs: >-
Updates the name of a **Config**.

Expand All @@ -664,6 +664,7 @@ service:
response:
docs: Success
type: text
status-code: 200
errors:
- root.BadRequestError
examples:
Expand All @@ -674,7 +675,7 @@ service:
get-config-version:
path: /v0/evi/configs/{id}/version/{version}
method: GET
auth: false
auth: true
docs: >-
Fetches a specified version of a **Config**.

Expand Down Expand Up @@ -762,7 +763,7 @@ service:
tightness: 5
language_model:
model_provider: ANTHROPIC
model_resource: claude-3-7-sonnet
model_resource: claude-3-7-sonnet-latest
temperature: 1
ellm_model:
allow_short_responses: false
Expand All @@ -788,7 +789,7 @@ service:
delete-config-version:
path: /v0/evi/configs/{id}/version/{version}
method: DELETE
auth: false
auth: true
docs: >-
Deletes a specified version of a **Config**.

Expand Down Expand Up @@ -827,7 +828,7 @@ service:
update-config-description:
path: /v0/evi/configs/{id}/version/{version}
method: PATCH
auth: false
auth: true
docs: >-
Updates the description of a **Config**.

Expand Down Expand Up @@ -925,7 +926,7 @@ service:
tightness: 5
language_model:
model_provider: ANTHROPIC
model_resource: claude-3-7-sonnet
model_resource: claude-3-7-sonnet-latest
temperature: 1
ellm_model:
allow_short_responses: false
Expand Down
12 changes: 6 additions & 6 deletions .mock/definition/empathic-voice/customVoices.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ service:
list-custom-voices:
path: /v0/evi/custom_voices
method: GET
auth: false
auth: true
docs: >-
Fetches a paginated list of **Custom Voices**.

Expand Down Expand Up @@ -72,7 +72,7 @@ service:
create-custom-voice:
path: /v0/evi/custom_voices
method: POST
auth: false
auth: true
docs: >-
Creates a **Custom Voice** that can be added to an [EVI
configuration](/reference/empathic-voice-interface-evi/configs/create-config).
Expand Down Expand Up @@ -121,7 +121,7 @@ service:
get-custom-voice:
path: /v0/evi/custom_voices/{id}
method: GET
auth: false
auth: true
docs: >-
Fetches a specific **Custom Voice** by ID.

Expand Down Expand Up @@ -168,7 +168,7 @@ service:
create-custom-voice-version:
path: /v0/evi/custom_voices/{id}
method: POST
auth: false
auth: true
docs: >-
Updates a **Custom Voice** by creating a new version of the **Custom
Voice**.
Expand Down Expand Up @@ -223,7 +223,7 @@ service:
delete-custom-voice:
path: /v0/evi/custom_voices/{id}
method: DELETE
auth: false
auth: true
docs: >-
Deletes a **Custom Voice** and its versions.

Expand All @@ -246,7 +246,7 @@ service:
update-custom-voice-name:
path: /v0/evi/custom_voices/{id}
method: PATCH
auth: false
auth: true
docs: >-
Updates the name of a **Custom Voice**.

Expand Down
19 changes: 10 additions & 9 deletions .mock/definition/empathic-voice/prompts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ service:
list-prompts:
path: /v0/evi/prompts
method: GET
auth: false
auth: true
docs: >-
Fetches a paginated list of **Prompts**.

Expand Down Expand Up @@ -100,7 +100,7 @@ service:
create-prompt:
path: /v0/evi/prompts
method: POST
auth: false
auth: true
docs: >-
Creates a **Prompt** that can be added to an [EVI
configuration](/reference/empathic-voice-interface-evi/configs/create-config).
Expand Down Expand Up @@ -174,7 +174,7 @@ service:
list-prompt-versions:
path: /v0/evi/prompts/{id}
method: GET
auth: false
auth: true
docs: >-
Fetches a list of a **Prompt's** versions.

Expand Down Expand Up @@ -251,7 +251,7 @@ service:
create-prompt-version:
path: /v0/evi/prompts/{id}
method: POST
auth: false
auth: true
docs: >-
Updates a **Prompt** by creating a new version of the **Prompt**.

Expand Down Expand Up @@ -328,7 +328,7 @@ service:
delete-prompt:
path: /v0/evi/prompts/{id}
method: DELETE
auth: false
auth: true
docs: >-
Deletes a **Prompt** and its versions.

Expand All @@ -351,7 +351,7 @@ service:
update-prompt-name:
path: /v0/evi/prompts/{id}
method: PATCH
auth: false
auth: true
docs: >-
Updates the name of a **Prompt**.

Expand All @@ -377,6 +377,7 @@ service:
response:
docs: Success
type: text
status-code: 200
errors:
- root.BadRequestError
examples:
Expand All @@ -387,7 +388,7 @@ service:
get-prompt-version:
path: /v0/evi/prompts/{id}/version/{version}
method: GET
auth: false
auth: true
docs: >-
Fetches a specified version of a **Prompt**.

Expand Down Expand Up @@ -446,7 +447,7 @@ service:
delete-prompt-version:
path: /v0/evi/prompts/{id}/version/{version}
method: DELETE
auth: false
auth: true
docs: >-
Deletes a specified version of a **Prompt**.

Expand Down Expand Up @@ -485,7 +486,7 @@ service:
update-prompt-description:
path: /v0/evi/prompts/{id}/version/{version}
method: PATCH
auth: false
auth: true
docs: >-
Updates the description of a **Prompt**.

Expand Down
Loading
Loading