ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.476.0

This commit is contained in:
speakeasybot
2025-01-25 00:10:13 +00:00
parent d1945b544b
commit 7af7441ac7
46 changed files with 1474 additions and 911 deletions

View File

@@ -20,6 +20,9 @@ type BackoffStrategy struct {
// Config configures a retry policy.
type Config struct {
// Strategy sets the algorithm to use for a retry loop. It can be one of:
// - "backoff": retry with exponential backoff and random jitter.
// - "none" or "": disables retries.
Strategy string
Backoff *BackoffStrategy
RetryConnectionErrors bool