Skip to content

Commit 3e28ab1

Browse files
committed
llm gen
1 parent 486453e commit 3e28ab1

File tree

4 files changed

+11
-22
lines changed

4 files changed

+11
-22
lines changed

reports/llms-report.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
2-
"startedAt": "2025-12-04T15:59:59.752Z",
2+
"startedAt": "2025-12-08T14:07:09.016Z",
33
"siteBase": "https://docs.chain.link",
44
"sections": [
55
{
66
"section": "cre-go",
77
"pagesProcessed": 83,
88
"outputPath": "src/content/cre/llms-full-go.txt",
9-
"bytes": 651944,
9+
"bytes": 651667,
1010
"prevBytes": 651944,
11-
"deltaBytes": 0
11+
"deltaBytes": -277
1212
},
1313
{
1414
"section": "cre-ts",
1515
"pagesProcessed": 78,
1616
"outputPath": "src/content/cre/llms-full-ts.txt",
17-
"bytes": 607447,
17+
"bytes": 607170,
1818
"prevBytes": 607447,
19-
"deltaBytes": 0
19+
"deltaBytes": -277
2020
},
2121
{
2222
"section": "vrf",
@@ -30,9 +30,9 @@
3030
"section": "ccip",
3131
"pagesProcessed": 260,
3232
"outputPath": "src/content/ccip/llms-full.txt",
33-
"bytes": 2849781,
33+
"bytes": 2849877,
3434
"prevBytes": 2849781,
35-
"deltaBytes": 0
35+
"deltaBytes": 96
3636
},
3737
{
3838
"section": "data-feeds",
@@ -47,8 +47,8 @@
4747
"pagesProcessed": 55,
4848
"outputPath": "src/content/data-streams/llms-full.txt",
4949
"bytes": 477217,
50-
"prevBytes": 477065,
51-
"deltaBytes": 152
50+
"prevBytes": 477217,
51+
"deltaBytes": 0
5252
},
5353
{
5454
"section": "dta-technical-standard",
@@ -123,5 +123,5 @@
123123
"deltaBytes": 0
124124
}
125125
],
126-
"finishedAt": "2025-12-04T16:00:03.772Z"
126+
"finishedAt": "2025-12-08T14:07:12.967Z"
127127
}

src/content/ccip/llms-full.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -679,6 +679,7 @@ This section provides an overview of the finality methods CCIP uses to determine
679679
| Metis | Finality tag | 2 hours |
680680
| Mind Network | Finality tag | 1 hour |
681681
| Mode | Finality tag | 37 minutes |
682+
| Monad | [Block depth](#block-depth) (120 blocks) | 48 seconds |
682683
| OP | Finality tag | 20 minutes |
683684
| Polygon | [Block depth](#block-depth) (500 blocks) | 17 minutes |
684685
| Polygon zkEVM | Finality tag | 2 hours |

src/content/cre/llms-full-go.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2908,12 +2908,6 @@ The deployment and configuration process involves these steps:
29082908

29092909
#### End-to-End Sequence
29102910

2911-
## Where to go next?
2912-
2913-
Now that you know how to build a consumer contract, the next step is to call it from your workflow.
2914-
2915-
- **[Onchain Write](/cre/guides/workflow/using-evm-client/onchain-write)**: Learn how to use the `EVMClient` to send data to your new consumer contract.
2916-
29172911
---
29182912

29192913
# Using WriteReportFrom Helpers

src/content/cre/llms-full-ts.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2497,12 +2497,6 @@ The deployment and configuration process involves these steps:
24972497

24982498
#### End-to-End Sequence
24992499

2500-
## Where to go next?
2501-
2502-
Now that you know how to build a consumer contract, the next step is to call it from your workflow.
2503-
2504-
- **[Onchain Write](/cre/guides/workflow/using-evm-client/onchain-write)**: Learn how to use the `EVMClient` to send data to your new consumer contract.
2505-
25062500
---
25072501

25082502
# Writing Data Onchain

0 commit comments

Comments
 (0)