Skip to content

Commit

Permalink
added links
Browse files Browse the repository at this point in the history
  • Loading branch information
daisyfaithauma committed Nov 22, 2024
1 parent 4e5934f commit a438e86
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions src/content/glossary/ai-gateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,44 +3,43 @@ productName: AI Gateway
entries:
- term: cf-aig-event-id
general_definition: |-
[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.
link: /ai-gateway/evaluations/add-human-feedback-api/#3-retrieve-the-cf-aig-log-id
[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.
- term: cf-aig-step
general_definition: |-
Identifies the processing step in the AI Gateway flow for better tracking and debugging.
[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.
- term: cf-aig-log-id
general_definition: |-
Identifier for logging, enabling detailed tracking of requests.
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.
- term: cf-aig-collect-log
general_definition: |-
Specifies if logging data should be collected for a particular request.
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.
- term: cf-aig-custom-cost
general_definition: |-
Allows the customization of request cost to reflect user-defined parameters.
Allows the [customization of request cost](/ai-gateway/configuration/custom-costs/#custom-cost) to reflect user-defined parameters.
- term: cf-aig-cache-key
general_definition: |-
Custom key to determine cache storage and retrieval.
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.
- term: cf-aig-cache-status
general_definition: |-
Status indicator for caching, showing if a request was served from cache.
[Status indicator for caching](/ai-gateway/configuration/caching/#default-configuration), showing if a request was served from cache.
- term: cf-aig-metadata
general_definition: |-
Additional metadata associated with a request.
[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.
- term: cf-aig-cache-ttl
general_definition: |-
Specifies the cache time-to-live for responses.
Specifies the [cache time-to-live for responses](/ai-gateway/configuration/caching/#cache-ttl-cf-aig-cache-ttl).
- term: cf-aig-skip-cache
general_definition: |-
Header to bypass caching for a specific request.
Header to [bypass caching for a specific request](/ai-gateway/configuration/caching/#skip-cache-cf-aig-skip-cache).
# Deprecated headers
- term: cf-cache-ttl
Expand Down

0 comments on commit a438e86

Please sign in to comment.