Skip to content

Commit 77423c0

Browse files
minor changes
1 parent b824cf0 commit 77423c0

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

src/content/docs/ai-gateway/glossary.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ pcx_content_type: glossary
55

66
import { Glossary } from "~/components";
77

8-
Review the definitions for headers used across Cloudflare's AI Gateway documentation.
8+
I Gateway supports a variety of headers to help you configure, customize, and manage your API requests. This page provides a complete list of all supported headers, along with a short description
99

1010
<Glossary product="ai-gateway" />

src/content/glossary/ai-gateway.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,49 +3,49 @@ productName: AI Gateway
33
entries:
44
- term: cf-aig-event-id
55
general_definition: |-
6-
Unique identifier for an AI Gateway event, used to trace specific events through the system.
6+
Unique identifier for an event, used to trace specific events through the system.
77
88
- term: cf-aig-step
99
general_definition: |-
1010
Identifies the processing step in the AI Gateway flow for better tracking and debugging.
1111
1212
- term: cf-aig-log-id
1313
general_definition: |-
14-
Identifier for logging specific to the AI Gateway, enabling detailed tracking of requests.
14+
Identifier for logging, enabling detailed tracking of requests.
1515
1616
- term: cf-aig-collect-log
1717
general_definition: |-
18-
Specifies if logging data should be collected for a particular request in the AI Gateway.
18+
Specifies if logging data should be collected for a particular request.
1919
2020
- term: cf-aig-custom-cost
2121
general_definition: |-
22-
Allows the customization of request cost within AI Gateway to reflect user-defined parameters.
22+
Allows the customization of request cost to reflect user-defined parameters.
2323
2424
- term: cf-aig-cache-key
2525
general_definition: |-
26-
Custom key to determine cache storage and retrieval in the AI Gateway.
26+
Custom key to determine cache storage and retrieval.
2727
2828
- term: cf-aig-cache-status
2929
general_definition: |-
30-
Status indicator for AI Gateway caching, showing if a request was served from cache.
30+
Status indicator for caching, showing if a request was served from cache.
3131
3232
- term: cf-aig-metadata
3333
general_definition: |-
34-
Additional metadata associated with a request in the AI Gateway.
34+
Additional metadata associated with a request.
3535
3636
- term: cf-aig-cache-ttl
3737
general_definition: |-
38-
Specifies the cache time-to-live for AI Gateway responses.
38+
Specifies the cache time-to-live for responses.
3939
4040
- term: cf-aig-skip-cache
4141
general_definition: |-
42-
Header to bypass caching for a specific request in the AI Gateway.
42+
Header to bypass caching for a specific request.
4343
4444
# Deprecated headers
4545
- term: cf-cache-ttl
4646
general_definition: |-
47-
Deprecated: This header is replaced by `cf-aig-cache-ttl` in AI Gateway. It specifies cache time-to-live.
47+
Deprecated: This header is replaced by `cf-aig-cache-ttl`. It specifies cache time-to-live.
4848
4949
- term: cf-skip-cache
5050
general_definition: |-
51-
Deprecated: This header is replaced by `cf-aig-skip-cache` in AI Gateway. It bypasses caching for a specific request.
51+
Deprecated: This header is replaced by `cf-aig-skip-cache`. It bypasses caching for a specific request.

0 commit comments

Comments
 (0)