Skip to content

Commit 01021cf

Browse files
committed
Add headers
1 parent f56cf44 commit 01021cf

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

src/content/changelogs/ai-gateway.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ productLink: "/ai-gateway/"
55
productArea: Developer platform
66
productAreaLink: /workers/platform/changelog/platform/
77
entries:
8-
- publish_date: "2025-02-04"
8+
- publish_date: "2025-02-05"
99
title: Added request handling
1010
description: |-
1111
* Added [request handling options](/ai-gateway/request-handling/) to help manage AI provider interactions effectively, ensuring your applications remain responsive and reliable.

src/content/glossary/ai-gateway.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,18 @@ entries:
4545
general_definition: |-
4646
Header to trigger a fallback provider based on a [predetermined response time](/ai-gateway/configuration/fallbacks/#request-timeouts) (measured in milliseconds).
4747
48+
- term: cf-aig-max-attempts
49+
general_definition: |-
50+
Header to customize the number of max attempts for [request retries](/ai-gateway/configuration/request-handling/#request-retries) of a request.
51+
52+
- term: cf-aig-retry-delay
53+
general_definition: |-
54+
Header to customize the retry delay for [request retries](/ai-gateway/configuration/request-handling/#request-retries) of a request.
55+
56+
- term: cf-aig-backoff
57+
general_definition: |-
58+
Header to customize the backoff type for [request retries](/ai-gateway/configuration/request-handling/#request-retries) of a request.
59+
4860
# Deprecated headers
4961
- term: cf-cache-ttl
5062
general_definition: |-

0 commit comments

Comments
 (0)