Subscribe to the latest product updates
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 retriesmaxRetries (0-10, default: 0)baseDelaySeconds (0-10 seconds)