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 @@
{
".": "5.41.0"
".": "5.42.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: 78
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/retell/retell-adebb862ab8e9696e1ddf4d31eca1083463b0c0f394beac34fdd68b1eda50692.yml
openapi_spec_hash: 0b21f22e97c2740d2402c697d933dbd7
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/retell/retell-333e5bbb4a130497aa1d6aa11ecc36526bf9a519ac72ec8c8e11b30bae0f37e2.yml
openapi_spec_hash: 82a6ba7edd83f02038df58abfa4a30bf
config_hash: c623d861855875b89ec85b087daf7f22
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 5.42.0 (2026-05-28)

Full Changelog: [v5.41.0...v5.42.0](https://github.com/RetellAI/retell-python-sdk/compare/v5.41.0...v5.42.0)

### Features

* **api:** api update ([613e4a7](https://github.com/RetellAI/retell-python-sdk/commit/613e4a75204e6858e2e609c1b41bac17c512f746))

## 5.41.0 (2026-05-21)

Full Changelog: [v5.40.0...v5.41.0](https://github.com/RetellAI/retell-python-sdk/compare/v5.40.0...v5.41.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 = "5.41.0"
version = "5.42.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__ = "5.41.0" # x-release-please-version
__version__ = "5.42.0" # x-release-please-version
8 changes: 4 additions & 4 deletions src/retell/resources/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ def create(

boosted_keywords: Provide a customized list of keywords to bias the transcriber model, so that
these words are more likely to get transcribed. Commonly used for names, brands,
street, etc.
street, etc. Entries may reference dynamic variables with `{{variable}}` syntax.

call_screening_option: If this option is set, the agent prompt will include call screen handling
instructions for identity and call purpose questions. Set this to null to
Expand Down Expand Up @@ -1011,7 +1011,7 @@ def update(

boosted_keywords: Provide a customized list of keywords to bias the transcriber model, so that
these words are more likely to get transcribed. Commonly used for names, brands,
street, etc.
street, etc. Entries may reference dynamic variables with `{{variable}}` syntax.

call_screening_option: If this option is set, the agent prompt will include call screen handling
instructions for identity and call purpose questions. Set this to null to
Expand Down Expand Up @@ -1881,7 +1881,7 @@ async def create(

boosted_keywords: Provide a customized list of keywords to bias the transcriber model, so that
these words are more likely to get transcribed. Commonly used for names, brands,
street, etc.
street, etc. Entries may reference dynamic variables with `{{variable}}` syntax.

call_screening_option: If this option is set, the agent prompt will include call screen handling
instructions for identity and call purpose questions. Set this to null to
Expand Down Expand Up @@ -2501,7 +2501,7 @@ async def update(

boosted_keywords: Provide a customized list of keywords to bias the transcriber model, so that
these words are more likely to get transcribed. Commonly used for names, brands,
street, etc.
street, etc. Entries may reference dynamic variables with `{{variable}}` syntax.

call_screening_option: If this option is set, the agent prompt will include call screen handling
instructions for identity and call purpose questions. Set this to null to
Expand Down
4 changes: 2 additions & 2 deletions src/retell/resources/call.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def update(
your internal customer id associated with the call. Not used for processing. You
can later get this field from the call object. Size limited to 50kB max.

override_dynamic_variables: Override dynamic varaibles represented as key-value pairs of strings. Setting
override_dynamic_variables: Override dynamic variables represented as key-value pairs of strings. Setting
this will override or add the dynamic variables set in the agent during the
call. Only need to set the delta where you want to override, no need to set the
entire dynamic variables object. Setting this to null will remove any existing
Expand Down Expand Up @@ -610,7 +610,7 @@ async def update(
your internal customer id associated with the call. Not used for processing. You
can later get this field from the call object. Size limited to 50kB max.

override_dynamic_variables: Override dynamic varaibles represented as key-value pairs of strings. Setting
override_dynamic_variables: Override dynamic variables represented as key-value pairs of strings. Setting
this will override or add the dynamic variables set in the agent during the
call. Only need to set the delta where you want to override, no need to set the
entire dynamic variables object. Setting this to null will remove any existing
Expand Down
8 changes: 4 additions & 4 deletions src/retell/resources/chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def update(
your internal customer id associated with the chat. Not used for processing. You
can later get this field from the chat object. Size limited to 50kB max.

override_dynamic_variables: Override dynamic varaibles represented as key-value pairs of strings. Setting
override_dynamic_variables: Override dynamic variables represented as key-value pairs of strings. Setting
this will override or add the dynamic variables set in the agent during the
call. Only need to set the delta where you want to override, no need to set the
entire dynamic variables object. Setting this to null will remove any existing
Expand Down Expand Up @@ -207,7 +207,7 @@ def update(
def list(
self,
*,
filter_criteria: object | Omit = omit,
filter_criteria: chat_list_params.FilterCriteria | Omit = omit,
include_total: bool | Omit = omit,
limit: int | Omit = omit,
pagination_key: str | Omit = omit,
Expand Down Expand Up @@ -589,7 +589,7 @@ async def update(
your internal customer id associated with the chat. Not used for processing. You
can later get this field from the chat object. Size limited to 50kB max.

override_dynamic_variables: Override dynamic varaibles represented as key-value pairs of strings. Setting
override_dynamic_variables: Override dynamic variables represented as key-value pairs of strings. Setting
this will override or add the dynamic variables set in the agent during the
call. Only need to set the delta where you want to override, no need to set the
entire dynamic variables object. Setting this to null will remove any existing
Expand Down Expand Up @@ -625,7 +625,7 @@ async def update(
async def list(
self,
*,
filter_criteria: object | Omit = omit,
filter_criteria: chat_list_params.FilterCriteria | Omit = omit,
include_total: bool | Omit = omit,
limit: int | Omit = omit,
pagination_key: str | Omit = omit,
Expand Down
2 changes: 1 addition & 1 deletion src/retell/types/agent_create_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ class AgentCreateParams(TypedDict, total=False):
"""
Provide a customized list of keywords to bias the transcriber model, so that
these words are more likely to get transcribed. Commonly used for names, brands,
street, etc.
street, etc. Entries may reference dynamic variables with `{{variable}}` syntax.
"""

call_screening_option: Optional[CallScreeningOption]
Expand Down
2 changes: 1 addition & 1 deletion src/retell/types/agent_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ class AgentResponse(BaseModel):
"""
Provide a customized list of keywords to bias the transcriber model, so that
these words are more likely to get transcribed. Commonly used for names, brands,
street, etc.
street, etc. Entries may reference dynamic variables with `{{variable}}` syntax.
"""

call_screening_option: Optional[CallScreeningOption] = None
Expand Down
2 changes: 1 addition & 1 deletion src/retell/types/agent_update_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ class AgentUpdateParams(TypedDict, total=False):
"""
Provide a customized list of keywords to bias the transcriber model, so that
these words are more likely to get transcribed. Commonly used for names, brands,
street, etc.
street, etc. Entries may reference dynamic variables with `{{variable}}` syntax.
"""

call_screening_option: Optional[CallScreeningOption]
Expand Down
2 changes: 1 addition & 1 deletion src/retell/types/batch_call_create_batch_call_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ class TaskAgentOverrideAgent(TypedDict, total=False):
"""
Provide a customized list of keywords to bias the transcriber model, so that
these words are more likely to get transcribed. Commonly used for names, brands,
street, etc.
street, etc. Entries may reference dynamic variables with `{{variable}}` syntax.
"""

call_screening_option: Optional[TaskAgentOverrideAgentCallScreeningOption]
Expand Down
2 changes: 1 addition & 1 deletion src/retell/types/call_create_phone_call_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ class AgentOverrideAgent(TypedDict, total=False):
"""
Provide a customized list of keywords to bias the transcriber model, so that
these words are more likely to get transcribed. Commonly used for names, brands,
street, etc.
street, etc. Entries may reference dynamic variables with `{{variable}}` syntax.
"""

call_screening_option: Optional[AgentOverrideAgentCallScreeningOption]
Expand Down
2 changes: 1 addition & 1 deletion src/retell/types/call_create_web_call_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ class AgentOverrideAgent(TypedDict, total=False):
"""
Provide a customized list of keywords to bias the transcriber model, so that
these words are more likely to get transcribed. Commonly used for names, brands,
street, etc.
street, etc. Entries may reference dynamic variables with `{{variable}}` syntax.
"""

call_screening_option: Optional[AgentOverrideAgentCallScreeningOption]
Expand Down
1 change: 1 addition & 0 deletions src/retell/types/call_list_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,7 @@ class FilterCriteriaDisconnectionReason(TypedDict, total=False):
"inactivity",
"max_duration_reached",
"concurrency_limit_reached",
"no_concurrency_fallback",
"no_valid_payment",
"scam_detected",
"dial_busy",
Expand Down
2 changes: 2 additions & 0 deletions src/retell/types/call_list_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,7 @@ class ItemV3WebCallResponse(BaseModel):
"inactivity",
"max_duration_reached",
"concurrency_limit_reached",
"no_concurrency_fallback",
"no_valid_payment",
"scam_detected",
"dial_busy",
Expand Down Expand Up @@ -996,6 +997,7 @@ class ItemV3PhoneCallResponse(BaseModel):
"inactivity",
"max_duration_reached",
"concurrency_limit_reached",
"no_concurrency_fallback",
"no_valid_payment",
"scam_detected",
"dial_busy",
Expand Down
2 changes: 1 addition & 1 deletion src/retell/types/call_register_phone_call_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ class AgentOverrideAgent(TypedDict, total=False):
"""
Provide a customized list of keywords to bias the transcriber model, so that
these words are more likely to get transcribed. Commonly used for names, brands,
street, etc.
street, etc. Entries may reference dynamic variables with `{{variable}}` syntax.
"""

call_screening_option: Optional[AgentOverrideAgentCallScreeningOption]
Expand Down
2 changes: 1 addition & 1 deletion src/retell/types/call_update_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class CallUpdateParams(TypedDict, total=False):
"""

override_dynamic_variables: Optional[Dict[str, str]]
"""Override dynamic varaibles represented as key-value pairs of strings.
"""Override dynamic variables represented as key-value pairs of strings.

Setting this will override or add the dynamic variables set in the agent during
the call. Only need to set the delta where you want to override, no need to set
Expand Down
Loading