Skip to content

Commit 39675b0

Browse files
SDK regeneration (#808)
* [fern-generated] Update SDK Generated by Fern CLI Version: unknown Generators: - fernapi/fern-python-sdk: 4.42.0 * [fern-replay] Applied customizations Patches with unresolved conflicts (1): - patch-1b45413e: [Speech Engine] Add disable_auth parameter (#806) Run `fern-replay resolve` to apply these customizations. --------- Co-authored-by: fern-api[bot] <115122769+fern-api[bot]@users.noreply.github.com>
1 parent 54cc087 commit 39675b0

73 files changed

Lines changed: 1121 additions & 716 deletions

File tree

Some content is hidden

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

.fern/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@
5555
}
5656
]
5757
},
58-
"originGitCommit": "f900982b6081636a2a5679d1dddfedb9465de738"
58+
"originGitCommit": "b989ef0a4d6a8c90b4a9e3935f9c1fa5144a7098"
5959
}

.fern/replay.lock

Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

poetry.lock

Lines changed: 94 additions & 106 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

reference.md

Lines changed: 47 additions & 122 deletions
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,4 @@
11
# Reference
2-
<details><summary><code>client.<a href="src/elevenlabs/base_client.py">save_a_voice_preview</a>()</code></summary>
3-
<dl>
4-
<dd>
5-
6-
#### 📝 Description
7-
8-
<dl>
9-
<dd>
10-
11-
<dl>
12-
<dd>
13-
14-
Add a generated voice to the voice library.
15-
</dd>
16-
</dl>
17-
</dd>
18-
</dl>
19-
20-
#### 🔌 Usage
21-
22-
<dl>
23-
<dd>
24-
25-
<dl>
26-
<dd>
27-
28-
```python
29-
from elevenlabs import ElevenLabs
30-
31-
client = ElevenLabs(
32-
api_key="YOUR_API_KEY",
33-
)
34-
client.save_a_voice_preview()
35-
36-
```
37-
</dd>
38-
</dl>
39-
</dd>
40-
</dl>
41-
42-
#### ⚙️ Parameters
43-
44-
<dl>
45-
<dd>
46-
47-
<dl>
48-
<dd>
49-
50-
**request_options:** `typing.Optional[RequestOptions]` — Request-specific configuration.
51-
52-
</dd>
53-
</dl>
54-
</dd>
55-
</dl>
56-
57-
58-
</dd>
59-
</dl>
60-
</details>
61-
622
## History
633
<details><summary><code>client.history.<a href="src/elevenlabs/history/client.py">list</a>(...)</code></summary>
644
<dl>
@@ -10675,66 +10615,6 @@ client.conversational_ai.agents.duplicate(
1067510615
</dl>
1067610616

1067710617

10678-
</dd>
10679-
</dl>
10680-
</details>
10681-
10682-
<details><summary><code>client.conversational_ai.agents.<a href="src/elevenlabs/conversational_ai/agents/client.py">get_default_interruption_ignore_terms</a>()</code></summary>
10683-
<dl>
10684-
<dd>
10685-
10686-
#### 📝 Description
10687-
10688-
<dl>
10689-
<dd>
10690-
10691-
<dl>
10692-
<dd>
10693-
10694-
Get the curated per-language default interruption ignore terms used to seed an agent's turn configuration.
10695-
</dd>
10696-
</dl>
10697-
</dd>
10698-
</dl>
10699-
10700-
#### 🔌 Usage
10701-
10702-
<dl>
10703-
<dd>
10704-
10705-
<dl>
10706-
<dd>
10707-
10708-
```python
10709-
from elevenlabs import ElevenLabs
10710-
10711-
client = ElevenLabs(
10712-
api_key="YOUR_API_KEY",
10713-
)
10714-
client.conversational_ai.agents.get_default_interruption_ignore_terms()
10715-
10716-
```
10717-
</dd>
10718-
</dl>
10719-
</dd>
10720-
</dl>
10721-
10722-
#### ⚙️ Parameters
10723-
10724-
<dl>
10725-
<dd>
10726-
10727-
<dl>
10728-
<dd>
10729-
10730-
**request_options:** `typing.Optional[RequestOptions]` — Request-specific configuration.
10731-
10732-
</dd>
10733-
</dl>
10734-
</dd>
10735-
</dl>
10736-
10737-
1073810618
</dd>
1073910619
</dl>
1074010620
</details>
@@ -11674,6 +11554,7 @@ client.conversational_ai.users.list(
1167411554
search="search",
1167511555
page_size=1,
1167611556
sort_by="last_contact_unix_secs",
11557+
sort_direction="asc",
1167711558
cursor="cursor",
1167811559
)
1167911560

@@ -11747,6 +11628,14 @@ client.conversational_ai.users.list(
1174711628
<dl>
1174811629
<dd>
1174911630

11631+
**sort_direction:** `typing.Optional[SortDirection]` — The direction to sort the results
11632+
11633+
</dd>
11634+
</dl>
11635+
11636+
<dl>
11637+
<dd>
11638+
1175011639
**cursor:** `typing.Optional[str]` — Used for fetching next page. Cursor is returned in the response.
1175111640

1175211641
</dd>
@@ -13036,6 +12925,7 @@ client = ElevenLabs(
1303612925
)
1303712926
client.conversational_ai.tools.get(
1303812927
tool_id="tool_id",
12928+
environment="environment",
1303912929
)
1304012930

1304112931
```
@@ -13060,6 +12950,14 @@ client.conversational_ai.tools.get(
1306012950
<dl>
1306112951
<dd>
1306212952

12953+
**environment:** `typing.Optional[str]` — Environment whose values are used when the MCP server URL, headers, or auth connection reference environment variables. Mirrors the environment a conversation would run in; defaults to production.
12954+
12955+
</dd>
12956+
</dl>
12957+
12958+
<dl>
12959+
<dd>
12960+
1306312961
**request_options:** `typing.Optional[RequestOptions]` — Request-specific configuration.
1306412962

1306512963
</dd>
@@ -20295,6 +20193,7 @@ client = ElevenLabs(
2029520193
)
2029620194
client.conversational_ai.mcp_servers.tools.list(
2029720195
mcp_server_id="mcp_server_id",
20196+
environment="environment",
2029820197
)
2029920198

2030020199
```
@@ -20319,6 +20218,14 @@ client.conversational_ai.mcp_servers.tools.list(
2031920218
<dl>
2032020219
<dd>
2032120220

20221+
**environment:** `typing.Optional[str]` — Environment whose values are used when the MCP server URL, headers, or auth connection reference environment variables. Mirrors the environment a conversation would run in; defaults to production.
20222+
20223+
</dd>
20224+
</dl>
20225+
20226+
<dl>
20227+
<dd>
20228+
2032220229
**request_options:** `typing.Optional[RequestOptions]` — Request-specific configuration.
2032320230

2032420231
</dd>
@@ -20630,6 +20537,7 @@ client = ElevenLabs(
2063020537
)
2063120538
client.conversational_ai.mcp_servers.tool_configs.create(
2063220539
mcp_server_id="mcp_server_id",
20540+
environment="environment",
2063320541
tool_name="tool_name",
2063420542
)
2063520543

@@ -20663,6 +20571,14 @@ client.conversational_ai.mcp_servers.tool_configs.create(
2066320571
<dl>
2066420572
<dd>
2066520573

20574+
**environment:** `typing.Optional[str]` — Environment whose values are used when the MCP server URL, headers, or auth connection reference environment variables. Mirrors the environment a conversation would run in; defaults to production.
20575+
20576+
</dd>
20577+
</dl>
20578+
20579+
<dl>
20580+
<dd>
20581+
2066620582
**force_pre_tool_speech:** `typing.Optional[bool]` — DEPRECATED: use `pre_tool_speech` instead. If set, overrides the server's force_pre_tool_speech setting for this tool.
2066720583

2066820584
</dd>
@@ -20695,7 +20611,7 @@ client.conversational_ai.mcp_servers.tool_configs.create(
2069520611
<dl>
2069620612
<dd>
2069720613

20698-
**tool_call_sound:** `typing.Optional[ToolCallSoundType]` — If set, overrides the server's tool_call_sound setting for this tool
20614+
**tool_call_sound:** `typing.Optional[McpToolConfigOverrideCreateRequestModelToolCallSound]` — Overrides the server's tool_call_sound setting for this tool. A sound name plays that sound; 'off' overrides to no sound (silence); null means do not override (inherit the server default).
2069920615

2070020616
</dd>
2070120617
</dl>
@@ -20963,6 +20879,7 @@ client = ElevenLabs(
2096320879
client.conversational_ai.mcp_servers.tool_configs.update(
2096420880
mcp_server_id="mcp_server_id",
2096520881
tool_name="tool_name",
20882+
environment="environment",
2096620883
)
2096720884

2096820885
```
@@ -20995,6 +20912,14 @@ client.conversational_ai.mcp_servers.tool_configs.update(
2099520912
<dl>
2099620913
<dd>
2099720914

20915+
**environment:** `typing.Optional[str]` — Environment whose values are used when the MCP server URL, headers, or auth connection reference environment variables. Mirrors the environment a conversation would run in; defaults to production.
20916+
20917+
</dd>
20918+
</dl>
20919+
20920+
<dl>
20921+
<dd>
20922+
2099820923
**force_pre_tool_speech:** `typing.Optional[bool]` — DEPRECATED: use `pre_tool_speech` instead. If set, overrides the server's force_pre_tool_speech setting for this tool.
2099920924

2100020925
</dd>
@@ -21027,7 +20952,7 @@ client.conversational_ai.mcp_servers.tool_configs.update(
2102720952
<dl>
2102820953
<dd>
2102920954

21030-
**tool_call_sound:** `typing.Optional[ToolCallSoundType]` — If set, overrides the server's tool_call_sound setting for this tool
20955+
**tool_call_sound:** `typing.Optional[McpToolConfigOverrideUpdateRequestModelToolCallSound]` — Overrides the server's tool_call_sound setting for this tool. A sound name plays that sound; 'off' overrides to no sound (silence); null means do not override (inherit the server default).
2103120956

2103220957
</dd>
2103320958
</dl>

0 commit comments

Comments
 (0)