Skip to content

Commit 5f12f6b

Browse files
committed
force agent check not guess
1 parent cc63b5d commit 5f12f6b

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

src/content/data-feeds/llms.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,11 @@ You must first retrieve the dataset index to determine valid network queryString
7676
Usage pattern:
7777

7878
1. Select the dataset that matches the feed category
79-
2. Retrieve the dataset index:
79+
2. 2. You must first retrieve the dataset index:
8080
https://docs.chain.link/data-feeds/feed-addresses/{type}.json
81+
82+
Do not construct or guess network paths.
83+
8184
3. Use this dataset to determine the correct network `queryString`
8285
4. Retrieve the corresponding per-network dataset (`.json`)
8386
5. Filter by feed name by matching the `name` field

src/pages/[...path].md.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ async function transformPageBodyToMarkdown(
122122
For programmatic access:
123123
${BASE_URL}/data-feeds/feed-addresses/${feedType}/ethereum-mainnet.json
124124
125-
First retrieve available networks:
125+
You must first retrieve available networks (do not construct or guess network paths):
126126
${BASE_URL}/data-feeds/feed-addresses/${feedType}.json
127127
128128
Use this dataset to determine the correct network queryString before retrieving a specific network dataset.

0 commit comments

Comments
 (0)