Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "4.35.0"
".": "4.36.0"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 39
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/retell%2Ftoddlzt-aa47014eca391b07848fe3f18c1c5081b6f5c214d64f470a65fb48a7211ec7d4.yml
openapi_spec_hash: b330cedf40c1ff1e0dc865e5227b0aa2
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/retell%2Ftoddlzt-56f2d45e8cd73d9affbc60ffb07513d0ac62f19631854d3f376d066969f71bad.yml
openapi_spec_hash: ab9dac6b50dd93a8ef459e6e68660bac
config_hash: f4bc63f2350a2a4988750b41a0737f9d
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 4.36.0 (2025-06-16)

Full Changelog: [v4.35.0...v4.36.0](https://github.com/RetellAI/retell-python-sdk/compare/v4.35.0...v4.36.0)

### Features

* **api:** api update ([0be9c03](https://github.com/RetellAI/retell-python-sdk/commit/0be9c032db665b2f7b092e0aa505ed57f6ed5da8))

## 4.35.0 (2025-06-13)

Full Changelog: [v4.34.0...v4.35.0](https://github.com/RetellAI/retell-python-sdk/compare/v4.34.0...v4.35.0)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "retell-sdk"
version = "4.35.0"
version = "4.36.0"
description = "The official Python library for the retell API"
dynamic = ["readme"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/retell/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

__title__ = "retell"
__version__ = "4.35.0" # x-release-please-version
__version__ = "4.36.0" # x-release-please-version
24 changes: 0 additions & 24 deletions src/retell/resources/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ def create(
denoising_mode: Literal["noise-cancellation", "noise-and-background-speech-cancellation"]
| NotGiven = NOT_GIVEN,
enable_backchannel: bool | NotGiven = NOT_GIVEN,
enable_transcription_formatting: bool | NotGiven = NOT_GIVEN,
end_call_after_silence_ms: int | NotGiven = NOT_GIVEN,
fallback_voice_ids: Optional[List[str]] | NotGiven = NOT_GIVEN,
interruption_sensitivity: float | NotGiven = NOT_GIVEN,
Expand Down Expand Up @@ -224,10 +223,6 @@ def create(
when enabled tends to show up more in longer user utterances. If not set, agent
will not backchannel.

enable_transcription_formatting: If set to true, will format transcription to number, date, email, etc. If set to
false, will return transcripts in raw words. If not set, default value of true
will apply. This currently only applies to English.

end_call_after_silence_ms: If users stay silent for a period after agent speech, end the call. The minimum
value allowed is 10,000 ms (10 s). By default, this is set to 600000 (10 min).

Expand Down Expand Up @@ -357,7 +352,6 @@ def create(
"boosted_keywords": boosted_keywords,
"denoising_mode": denoising_mode,
"enable_backchannel": enable_backchannel,
"enable_transcription_formatting": enable_transcription_formatting,
"end_call_after_silence_ms": end_call_after_silence_ms,
"fallback_voice_ids": fallback_voice_ids,
"interruption_sensitivity": interruption_sensitivity,
Expand Down Expand Up @@ -453,7 +447,6 @@ def update(
denoising_mode: Literal["noise-cancellation", "noise-and-background-speech-cancellation"]
| NotGiven = NOT_GIVEN,
enable_backchannel: bool | NotGiven = NOT_GIVEN,
enable_transcription_formatting: bool | NotGiven = NOT_GIVEN,
end_call_after_silence_ms: int | NotGiven = NOT_GIVEN,
fallback_voice_ids: Optional[List[str]] | NotGiven = NOT_GIVEN,
interruption_sensitivity: float | NotGiven = NOT_GIVEN,
Expand Down Expand Up @@ -607,10 +600,6 @@ def update(
when enabled tends to show up more in longer user utterances. If not set, agent
will not backchannel.

enable_transcription_formatting: If set to true, will format transcription to number, date, email, etc. If set to
false, will return transcripts in raw words. If not set, default value of true
will apply. This currently only applies to English.

end_call_after_silence_ms: If users stay silent for a period after agent speech, end the call. The minimum
value allowed is 10,000 ms (10 s). By default, this is set to 600000 (10 min).

Expand Down Expand Up @@ -747,7 +736,6 @@ def update(
"boosted_keywords": boosted_keywords,
"denoising_mode": denoising_mode,
"enable_backchannel": enable_backchannel,
"enable_transcription_formatting": enable_transcription_formatting,
"end_call_after_silence_ms": end_call_after_silence_ms,
"fallback_voice_ids": fallback_voice_ids,
"interruption_sensitivity": interruption_sensitivity,
Expand Down Expand Up @@ -916,7 +904,6 @@ async def create(
denoising_mode: Literal["noise-cancellation", "noise-and-background-speech-cancellation"]
| NotGiven = NOT_GIVEN,
enable_backchannel: bool | NotGiven = NOT_GIVEN,
enable_transcription_formatting: bool | NotGiven = NOT_GIVEN,
end_call_after_silence_ms: int | NotGiven = NOT_GIVEN,
fallback_voice_ids: Optional[List[str]] | NotGiven = NOT_GIVEN,
interruption_sensitivity: float | NotGiven = NOT_GIVEN,
Expand Down Expand Up @@ -1073,10 +1060,6 @@ async def create(
when enabled tends to show up more in longer user utterances. If not set, agent
will not backchannel.

enable_transcription_formatting: If set to true, will format transcription to number, date, email, etc. If set to
false, will return transcripts in raw words. If not set, default value of true
will apply. This currently only applies to English.

end_call_after_silence_ms: If users stay silent for a period after agent speech, end the call. The minimum
value allowed is 10,000 ms (10 s). By default, this is set to 600000 (10 min).

Expand Down Expand Up @@ -1206,7 +1189,6 @@ async def create(
"boosted_keywords": boosted_keywords,
"denoising_mode": denoising_mode,
"enable_backchannel": enable_backchannel,
"enable_transcription_formatting": enable_transcription_formatting,
"end_call_after_silence_ms": end_call_after_silence_ms,
"fallback_voice_ids": fallback_voice_ids,
"interruption_sensitivity": interruption_sensitivity,
Expand Down Expand Up @@ -1302,7 +1284,6 @@ async def update(
denoising_mode: Literal["noise-cancellation", "noise-and-background-speech-cancellation"]
| NotGiven = NOT_GIVEN,
enable_backchannel: bool | NotGiven = NOT_GIVEN,
enable_transcription_formatting: bool | NotGiven = NOT_GIVEN,
end_call_after_silence_ms: int | NotGiven = NOT_GIVEN,
fallback_voice_ids: Optional[List[str]] | NotGiven = NOT_GIVEN,
interruption_sensitivity: float | NotGiven = NOT_GIVEN,
Expand Down Expand Up @@ -1456,10 +1437,6 @@ async def update(
when enabled tends to show up more in longer user utterances. If not set, agent
will not backchannel.

enable_transcription_formatting: If set to true, will format transcription to number, date, email, etc. If set to
false, will return transcripts in raw words. If not set, default value of true
will apply. This currently only applies to English.

end_call_after_silence_ms: If users stay silent for a period after agent speech, end the call. The minimum
value allowed is 10,000 ms (10 s). By default, this is set to 600000 (10 min).

Expand Down Expand Up @@ -1596,7 +1573,6 @@ async def update(
"boosted_keywords": boosted_keywords,
"denoising_mode": denoising_mode,
"enable_backchannel": enable_backchannel,
"enable_transcription_formatting": enable_transcription_formatting,
"end_call_after_silence_ms": end_call_after_silence_ms,
"fallback_voice_ids": fallback_voice_ids,
"interruption_sensitivity": interruption_sensitivity,
Expand Down
7 changes: 0 additions & 7 deletions src/retell/types/agent_create_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,13 +130,6 @@ class AgentCreateParams(TypedDict, total=False):
will not backchannel.
"""

enable_transcription_formatting: bool
"""If set to true, will format transcription to number, date, email, etc.

If set to false, will return transcripts in raw words. If not set, default value
of true will apply. This currently only applies to English.
"""

end_call_after_silence_ms: int
"""If users stay silent for a period after agent speech, end the call.

Expand Down
7 changes: 0 additions & 7 deletions src/retell/types/agent_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,13 +299,6 @@ class AgentResponse(BaseModel):
will not backchannel.
"""

enable_transcription_formatting: Optional[bool] = None
"""If set to true, will format transcription to number, date, email, etc.

If set to false, will return transcripts in raw words. If not set, default value
of true will apply. This currently only applies to English.
"""

end_call_after_silence_ms: Optional[int] = None
"""If users stay silent for a period after agent speech, end the call.

Expand Down
7 changes: 0 additions & 7 deletions src/retell/types/agent_update_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,6 @@ class AgentUpdateParams(TypedDict, total=False):
will not backchannel.
"""

enable_transcription_formatting: bool
"""If set to true, will format transcription to number, date, email, etc.

If set to false, will return transcripts in raw words. If not set, default value
of true will apply. This currently only applies to English.
"""

end_call_after_silence_ms: int
"""If users stay silent for a period after agent speech, end the call.

Expand Down
4 changes: 0 additions & 4 deletions tests/api_resources/test_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ def test_method_create_with_all_params(self, client: Retell) -> None:
boosted_keywords=["retell", "kroger"],
denoising_mode="noise-cancellation",
enable_backchannel=True,
enable_transcription_formatting=True,
end_call_after_silence_ms=600000,
fallback_voice_ids=["openai-Alloy", "deepgram-Angus"],
interruption_sensitivity=1,
Expand Down Expand Up @@ -202,7 +201,6 @@ def test_method_update_with_all_params(self, client: Retell) -> None:
boosted_keywords=["retell", "kroger"],
denoising_mode="noise-cancellation",
enable_backchannel=True,
enable_transcription_formatting=True,
end_call_after_silence_ms=600000,
fallback_voice_ids=["openai-Alloy", "deepgram-Angus"],
interruption_sensitivity=1,
Expand Down Expand Up @@ -425,7 +423,6 @@ async def test_method_create_with_all_params(self, async_client: AsyncRetell) ->
boosted_keywords=["retell", "kroger"],
denoising_mode="noise-cancellation",
enable_backchannel=True,
enable_transcription_formatting=True,
end_call_after_silence_ms=600000,
fallback_voice_ids=["openai-Alloy", "deepgram-Angus"],
interruption_sensitivity=1,
Expand Down Expand Up @@ -576,7 +573,6 @@ async def test_method_update_with_all_params(self, async_client: AsyncRetell) ->
boosted_keywords=["retell", "kroger"],
denoising_mode="noise-cancellation",
enable_backchannel=True,
enable_transcription_formatting=True,
end_call_after_silence_ms=600000,
fallback_voice_ids=["openai-Alloy", "deepgram-Angus"],
interruption_sensitivity=1,
Expand Down
Loading