You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/glossary/ai-gateway.yaml
+10-11Lines changed: 10 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -3,44 +3,43 @@ productName: AI Gateway
3
3
entries:
4
4
- term: cf-aig-event-id
5
5
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.
[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.
8
7
9
8
- term: cf-aig-step
10
9
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.
12
11
13
12
- term: cf-aig-log-id
14
13
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.
16
15
17
16
- term: cf-aig-collect-log
18
17
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.
20
19
21
20
- term: cf-aig-custom-cost
22
21
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.
24
23
25
24
- term: cf-aig-cache-key
26
25
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.
28
27
29
28
- term: cf-aig-cache-status
30
29
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.
32
31
33
32
- term: cf-aig-metadata
34
33
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.
36
35
37
36
- term: cf-aig-cache-ttl
38
37
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).
40
39
41
40
- term: cf-aig-skip-cache
42
41
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).
0 commit comments