Skip to content

Commit 26c0dea

Browse files
🌿 Fern Regeneration -- October 1, 2025 (#548)
Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
1 parent 2708e51 commit 26c0dea

40 files changed

+500
-201
lines changed

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

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1027,6 +1027,8 @@ types:
10271027
name: Claude3Haiku20240307
10281028
- value: claude-sonnet-4-20250514
10291029
name: ClaudeSonnet420250514
1030+
- value: claude-sonnet-4-5-20250929
1031+
name: ClaudeSonnet4520250929
10301032
- value: us.anthropic.claude-3-5-haiku-20241022-v1:0
10311033
name: UsAnthropicClaude35Haiku20241022V10
10321034
- value: us.anthropic.claude-3-5-sonnet-20240620-v1:0
@@ -1119,6 +1121,8 @@ types:
11191121
name: Llama4Maverick17B128EInstruct
11201122
- value: Qwen3-32B
11211123
name: Qwen332B
1124+
- value: grok-4-fast-non-reasoning-latest
1125+
name: Grok4FastNonReasoningLatest
11221126
- ellm
11231127
- value: custom-language-model
11241128
name: CustomLanguageModel
@@ -1470,9 +1474,6 @@ types:
14701474
Version numbers are integer values representing different iterations
14711475
of the Prompt. Each update to the Prompt increments its version
14721476
number.
1473-
version_description:
1474-
type: optional<string>
1475-
docs: An optional description of the Prompt version.
14761477
version_type:
14771478
type: ReturnPromptVersionType
14781479
docs: >-
@@ -1488,6 +1489,9 @@ types:
14881489
docs: >-
14891490
Time at which the Prompt was last modified. Measured in seconds since
14901491
the Unix epoch.
1492+
version_description:
1493+
type: optional<string>
1494+
docs: An optional description of the Prompt version.
14911495
source:
14921496
openapi: evi-openapi.json
14931497
ReturnPagedConfigs:
@@ -1543,12 +1547,6 @@ types:
15431547
Version numbers are integer values representing different iterations
15441548
of the Config. Each update to the Config increments its version
15451549
number.
1546-
tools:
1547-
type: optional<list<optional<ReturnUserDefinedTool>>>
1548-
docs: List of user-defined tools associated with this Config.
1549-
version_description:
1550-
type: optional<string>
1551-
docs: An optional description of the Config version.
15521550
language_model:
15531551
type: optional<ReturnLanguageModel>
15541552
docs: >-
@@ -1603,6 +1601,12 @@ types:
16031601
docs: >-
16041602
Time at which the Config was last modified. Measured in seconds since
16051603
the Unix epoch.
1604+
version_description:
1605+
type: optional<string>
1606+
docs: An optional description of the Config version.
1607+
tools:
1608+
type: optional<list<optional<ReturnUserDefinedTool>>>
1609+
docs: List of user-defined tools associated with this Config.
16061610
source:
16071611
openapi: evi-openapi.json
16081612
ReturnPagedChatsPaginationDirection:

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,17 @@ channel:
9898
Use the GET `/v0/evi/chat_groups` endpoint to obtain the Chat Group IDs
9999
of all Chat Groups associated with an API key. This endpoint returns a
100100
list of all available chat groups.
101+
session_settings[audio][channels]: optional<integer>
102+
session_settings[audio][encoding]: optional<string>
103+
session_settings[audio][sample_rate]: optional<integer>
104+
session_settings[context][text]: optional<string>
105+
session_settings[context][type]: optional<string>
106+
session_settings[custom_session_id]: optional<string>
107+
session_settings[event_limit]: optional<integer>
108+
session_settings[language_model_api_key]: optional<string>
109+
session_settings[system_prompt]: optional<string>
110+
session_settings[variables]: optional<string>
111+
session_settings[voice_id]: optional<string>
101112
verbose_transcription:
102113
type: optional<boolean>
103114
default: false

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,9 @@ service:
140140
properties:
141141
evi_version:
142142
type: string
143-
docs: EVI version to use. Only version `3` is supported.
143+
docs: >-
144+
EVI version to use. Only versions `3` and `4-mini` are
145+
supported.
144146
name:
145147
type: string
146148
docs: Name applied to all versions of a particular Config.

0 commit comments

Comments
 (0)