Skip to content

Add changelog for 2025-08-27#647

Merged
quantstruct-bot merged 1 commit intomainfrom
changelog
Aug 27, 2025
Merged

Add changelog for 2025-08-27#647
quantstruct-bot merged 1 commit intomainfrom
changelog

Conversation

@quantstruct-bot
Copy link
Copy Markdown
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
Copy Markdown
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.

1 participant