Skip to content

Conversation

@quantstruct-bot
Copy link
Collaborator

Description

  1. Enhanced Tool Retry Logic with Backoff Plans: You can now use Assistant.hooks.do[type=tool].tool.backoffPlan and Assistant.hooks.do[type=tool].tool.server.backoffPlan to configure retry behavior for tool calls. Options include:
  • fixed backoff (default): Consistent delay between retries.
  • exponential backoff: Increasing delays for subsequent retries
  • Configurable retry limits: Set maxRetries (0-10, default: 0)
  • Flexible timing: Adjust baseDelaySeconds (0-10 seconds)
  • Smart status code handling: Exclude specific HTTP status codes from retry attempts.

Testing Steps

  • Run the app locally using fern docs dev or navigate to preview deployment
  • Ensure that the changed pages and code snippets work

@github-actions
Copy link
Contributor

@quantstruct-bot quantstruct-bot merged commit 64790d8 into main Aug 27, 2025
6 checks passed
@quantstruct-bot quantstruct-bot deleted the changelog branch August 27, 2025 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants