docs(core): document ContextFormed as the discriminated union it became

The rebase carried the simple-interface block from the base branch, while
this branch turned ContextFormed into a per-form discriminated union;
ContextSnapshotSection gets its own block so the page stays self-contained.
This commit is contained in:
creatixchu
2026-08-05 17:23:52 +08:00
parent bcf2786f08
commit bb59526598
5 changed files with 77 additions and 10 deletions

View File

@@ -31,6 +31,11 @@
"symbol": "ContextForm",
"source": "packages/llm/llm/src/message.ts"
},
{
"doc": "docs/core-data-structures/core.md",
"symbol": "ContextSnapshotSection",
"source": "packages/llm/llm/src/message.ts"
},
{
"doc": "docs/core-data-structures/core.md",
"symbol": "ContextFormed",