Skip to content

Commit a438e86

Browse files
added links
1 parent 4e5934f commit a438e86

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

src/content/glossary/ai-gateway.yaml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,44 +3,43 @@ productName: AI Gateway
33
entries:
44
- term: cf-aig-event-id
55
general_definition: |-
6-
[cf-aig-event-id](/ai-gateway/evaluations/add-human-feedback-api/#3-retrieve-the-cf-aig-log-id)Unique identifier for an event, used to trace specific events through the system.
7-
link: /ai-gateway/evaluations/add-human-feedback-api/#3-retrieve-the-cf-aig-log-id
6+
[cf-aig-event-id](/ai-gateway/evaluations/add-human-feedback-api/#3-retrieve-the-cf-aig-log-id) is a unique identifier for an event, used to trace specific events through the system.
87
98
- term: cf-aig-step
109
general_definition: |-
11-
Identifies the processing step in the AI Gateway flow for better tracking and debugging.
10+
[cf-aig-step](/ai-gateway/configuration/fallbacks/#response-headercf-aig-step) identifies the processing step in the AI Gateway flow for better tracking and debugging.
1211
1312
- term: cf-aig-log-id
1413
general_definition: |-
15-
Identifier for logging, enabling detailed tracking of requests.
14+
The [cf-aig-log-id](/ai-gateway/evaluations/add-human-feedback-api/#3-retrieve-the-cf-aig-log-id) is a unique identifier for the specific log entry to which you want to add feedback.
1615
1716
- term: cf-aig-collect-log
1817
general_definition: |-
19-
Specifies if logging data should be collected for a particular request.
18+
The [cf-aig-collect-log](/ai-gateway/observability/logging/#collect-logs-cf-aig-collect-log) header allows you to bypass the default log setting for the gateway.
2019
2120
- term: cf-aig-custom-cost
2221
general_definition: |-
23-
Allows the customization of request cost to reflect user-defined parameters.
22+
Allows the [customization of request cost](/ai-gateway/configuration/custom-costs/#custom-cost) to reflect user-defined parameters.
2423
2524
- term: cf-aig-cache-key
2625
general_definition: |-
27-
Custom key to determine cache storage and retrieval.
26+
The [cf-aig-cache-key-aig-cache-key](/ai-gateway/configuration/caching/#custom-cache-key-cf-aig-cache-key) let you override the default cache key in order to precisely set the cacheability setting for any resource.
2827
2928
- term: cf-aig-cache-status
3029
general_definition: |-
31-
Status indicator for caching, showing if a request was served from cache.
30+
[Status indicator for caching](/ai-gateway/configuration/caching/#default-configuration), showing if a request was served from cache.
3231
3332
- term: cf-aig-metadata
3433
general_definition: |-
35-
Additional metadata associated with a request.
34+
[Custom metadata](/ai-gateway/configuration/custom-metadata/)allows you to tag requests with user IDs or other identifiers, enabling better tracking and analysis of your requests.
3635
3736
- term: cf-aig-cache-ttl
3837
general_definition: |-
39-
Specifies the cache time-to-live for responses.
38+
Specifies the [cache time-to-live for responses](/ai-gateway/configuration/caching/#cache-ttl-cf-aig-cache-ttl).
4039
4140
- term: cf-aig-skip-cache
4241
general_definition: |-
43-
Header to bypass caching for a specific request.
42+
Header to [bypass caching for a specific request](/ai-gateway/configuration/caching/#skip-cache-cf-aig-skip-cache).
4443
4544
# Deprecated headers
4645
- term: cf-cache-ttl

0 commit comments

Comments
 (0)