Skip to content

Commit 64790d8

Browse files
Add changelog for 2025-08-27 (#647)
1 parent 323f09f commit 64790d8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

fern/changelog/2025-08-27.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
1. **Enhanced Tool Retry Logic with Backoff Plans**: You can now use [`Assistant.hooks.do[type=tool].tool.backoffPlan`](https://api.vapi.ai/api#:~:text=CartesiaTranscriber-,BackoffPlan,-%7B) and [`Assistant.hooks.do[type=tool].tool.server.backoffPlan`](https://api.vapi.ai/api#:~:text=CartesiaTranscriber-,BackoffPlan,-%7B) to configure retry behavior for tool calls. Options include:
2+
3+
- **`fixed` backoff** (default): Consistent delay between retries.
4+
- **`exponential` backoff**: Increasing delays for subsequent retries
5+
- **Configurable retry limits**: Set `maxRetries` (0-10, default: 0)
6+
- **Flexible timing**: Adjust `baseDelaySeconds` (0-10 seconds)
7+
- **Smart status code handling**: Exclude specific HTTP status codes from retry attempts.

0 commit comments

Comments
 (0)