docs: move experiment records to the quark repo

This commit is contained in:
Kit Langton 2026-07-17 23:40:51 -04:00
commit 1dfacc2be9
11 changed files with 876 additions and 1565 deletions

View file

@ -7,7 +7,7 @@ import { Keyed, Layout } from "effect-quark"
* Streaming events name their part on the wire (text/reasoning by ordinal,
* tools by callID); each assistant message owns one keyed collection so a
* delta publishes exactly one slot instead of reconciling a content array.
* See docs/design/quark-message-content.md.
* Design record: quark repo, docs/experiments/quark-message-content.md.
*/
export namespace SessionContent {
type ContentPart = SessionMessageAssistant["content"][number]