@dxos/plugin-markdown 0.8.4-main.ae835ea → 0.8.4-main.bcb3aa67d6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lib/browser/MarkdownSettings-5AD3X3II.mjs +124 -0
- package/dist/lib/browser/MarkdownSettings-5AD3X3II.mjs.map +7 -0
- package/dist/lib/browser/blueprints/index.mjs +51 -0
- package/dist/lib/browser/blueprints/index.mjs.map +7 -0
- package/dist/lib/browser/chunk-46WIDM4R.mjs +98 -0
- package/dist/lib/browser/chunk-46WIDM4R.mjs.map +7 -0
- package/dist/lib/browser/chunk-GQKARRJU.mjs +158 -0
- package/dist/lib/browser/chunk-GQKARRJU.mjs.map +7 -0
- package/dist/lib/browser/chunk-J5LGTIGS.mjs +10 -0
- package/dist/lib/browser/cli/index.mjs +39 -0
- package/dist/lib/browser/cli/index.mjs.map +7 -0
- package/dist/lib/browser/create-I7QWPBMS.mjs +30 -0
- package/dist/lib/browser/create-I7QWPBMS.mjs.map +7 -0
- package/dist/lib/browser/create-markdown-6QQXSF3Q.mjs +22 -0
- package/dist/lib/browser/create-markdown-6QQXSF3Q.mjs.map +7 -0
- package/dist/lib/browser/index.mjs +632 -153
- package/dist/lib/browser/index.mjs.map +4 -4
- package/dist/lib/browser/meta.json +1 -1
- package/dist/lib/browser/open-NSBN4NKR.mjs +21 -0
- package/dist/lib/browser/open-NSBN4NKR.mjs.map +7 -0
- package/dist/lib/browser/operations/index.mjs +14 -0
- package/dist/lib/browser/operations/index.mjs.map +7 -0
- package/dist/lib/browser/scroll-to-anchor-RA5OMQCP.mjs +49 -0
- package/dist/lib/browser/scroll-to-anchor-RA5OMQCP.mjs.map +7 -0
- package/dist/lib/browser/set-view-mode-75MBU6CB.mjs +26 -0
- package/dist/lib/browser/set-view-mode-75MBU6CB.mjs.map +7 -0
- package/dist/lib/browser/types/index.mjs +11 -5
- package/dist/lib/browser/update-QQJYONAC.mjs +45 -0
- package/dist/lib/browser/update-QQJYONAC.mjs.map +7 -0
- package/dist/lib/node-esm/MarkdownSettings-ODDM67XG.mjs +125 -0
- package/dist/lib/node-esm/MarkdownSettings-ODDM67XG.mjs.map +7 -0
- package/dist/lib/node-esm/blueprints/index.mjs +52 -0
- package/dist/lib/node-esm/blueprints/index.mjs.map +7 -0
- package/dist/lib/node-esm/chunk-4MSJO6IJ.mjs +99 -0
- package/dist/lib/node-esm/chunk-4MSJO6IJ.mjs.map +7 -0
- package/dist/lib/node-esm/chunk-HSLMI22Q.mjs +11 -0
- package/dist/lib/node-esm/chunk-QRCQ55W7.mjs +159 -0
- package/dist/lib/node-esm/chunk-QRCQ55W7.mjs.map +7 -0
- package/dist/lib/node-esm/cli/index.mjs +40 -0
- package/dist/lib/node-esm/cli/index.mjs.map +7 -0
- package/dist/lib/node-esm/create-VJ5SIKYF.mjs +31 -0
- package/dist/lib/node-esm/create-VJ5SIKYF.mjs.map +7 -0
- package/dist/lib/node-esm/create-markdown-P5KNGLZ5.mjs +23 -0
- package/dist/lib/node-esm/create-markdown-P5KNGLZ5.mjs.map +7 -0
- package/dist/lib/node-esm/index.mjs +632 -153
- package/dist/lib/node-esm/index.mjs.map +4 -4
- package/dist/lib/node-esm/meta.json +1 -1
- package/dist/lib/node-esm/open-U3T6IVHN.mjs +22 -0
- package/dist/lib/node-esm/open-U3T6IVHN.mjs.map +7 -0
- package/dist/lib/node-esm/operations/index.mjs +15 -0
- package/dist/lib/node-esm/operations/index.mjs.map +7 -0
- package/dist/lib/node-esm/scroll-to-anchor-CVM3LVSQ.mjs +50 -0
- package/dist/lib/node-esm/scroll-to-anchor-CVM3LVSQ.mjs.map +7 -0
- package/dist/lib/node-esm/set-view-mode-WQJBCUXY.mjs +27 -0
- package/dist/lib/node-esm/set-view-mode-WQJBCUXY.mjs.map +7 -0
- package/dist/lib/node-esm/types/index.mjs +11 -5
- package/dist/lib/node-esm/update-24CQM75C.mjs +46 -0
- package/dist/lib/node-esm/update-24CQM75C.mjs.map +7 -0
- package/dist/types/src/MarkdownPlugin.d.ts +2 -1
- package/dist/types/src/MarkdownPlugin.d.ts.map +1 -1
- package/dist/types/src/blueprints/index.d.ts +2 -0
- package/dist/types/src/blueprints/index.d.ts.map +1 -0
- package/dist/types/src/blueprints/markdown-blueprint.d.ts +4 -0
- package/dist/types/src/blueprints/markdown-blueprint.d.ts.map +1 -0
- package/dist/types/src/capabilities/anchor-sort.d.ts +4 -4
- package/dist/types/src/capabilities/anchor-sort.d.ts.map +1 -1
- package/dist/types/src/capabilities/app-graph-serializer.d.ts +3 -2
- package/dist/types/src/capabilities/app-graph-serializer.d.ts.map +1 -1
- package/dist/types/src/capabilities/artifact-definition.d.ts +3 -1
- package/dist/types/src/capabilities/artifact-definition.d.ts.map +1 -1
- package/dist/types/src/capabilities/blueprint-definition.d.ts +5 -4
- package/dist/types/src/capabilities/blueprint-definition.d.ts.map +1 -1
- package/dist/types/src/capabilities/index.d.ts +27 -18
- package/dist/types/src/capabilities/index.d.ts.map +1 -1
- package/dist/types/src/capabilities/node.d.ts +4 -0
- package/dist/types/src/capabilities/node.d.ts.map +1 -0
- package/dist/types/src/capabilities/operation-handler.d.ts +6 -0
- package/dist/types/src/capabilities/operation-handler.d.ts.map +1 -0
- package/dist/types/src/capabilities/react-surface.d.ts +3 -2
- package/dist/types/src/capabilities/react-surface.d.ts.map +1 -1
- package/dist/types/src/capabilities/settings.d.ts +22 -2
- package/dist/types/src/capabilities/settings.d.ts.map +1 -1
- package/dist/types/src/capabilities/state.d.ts +4 -9
- package/dist/types/src/capabilities/state.d.ts.map +1 -1
- package/dist/types/src/cli/index.d.ts +2 -0
- package/dist/types/src/cli/index.d.ts.map +1 -0
- package/dist/types/src/cli/plugin.d.ts +3 -0
- package/dist/types/src/cli/plugin.d.ts.map +1 -0
- package/dist/types/src/components/MarkdownEditor/FileUpload.d.ts +1 -1
- package/dist/types/src/components/MarkdownEditor/FileUpload.d.ts.map +1 -1
- package/dist/types/src/components/MarkdownEditor/MarkdownEditor.d.ts +19 -13
- package/dist/types/src/components/MarkdownEditor/MarkdownEditor.d.ts.map +1 -1
- package/dist/types/src/components/MarkdownEditor/MarkdownEditor.stories.d.ts +2 -2
- package/dist/types/src/components/MarkdownEditor/MarkdownEditor.stories.d.ts.map +1 -1
- package/dist/types/src/components/MarkdownEditor/MarkdownEditorContent.d.ts +20 -14
- package/dist/types/src/components/MarkdownEditor/MarkdownEditorContent.d.ts.map +1 -1
- package/dist/types/src/components/MarkdownEditor/MarkdownEditorToolbar.d.ts +10 -5
- package/dist/types/src/components/MarkdownEditor/MarkdownEditorToolbar.d.ts.map +1 -1
- package/dist/types/src/components/MarkdownSettings/MarkdownSettings.d.ts +4 -4
- package/dist/types/src/components/MarkdownSettings/MarkdownSettings.d.ts.map +1 -1
- package/dist/types/src/components/MarkdownSettings/MarkdownSettings.stories.d.ts +138 -0
- package/dist/types/src/components/MarkdownSettings/MarkdownSettings.stories.d.ts.map +1 -0
- package/dist/types/src/components/MarkdownSettings/index.d.ts +2 -1
- package/dist/types/src/components/MarkdownSettings/index.d.ts.map +1 -1
- package/dist/types/src/components/index.d.ts +3 -5
- package/dist/types/src/components/index.d.ts.map +1 -1
- package/dist/types/src/containers/MarkdownCard/MarkdownCard.d.ts +8 -0
- package/dist/types/src/containers/MarkdownCard/MarkdownCard.d.ts.map +1 -0
- package/dist/types/src/containers/MarkdownCard/MarkdownCard.stories.d.ts +9 -0
- package/dist/types/src/containers/MarkdownCard/MarkdownCard.stories.d.ts.map +1 -0
- package/dist/types/src/{components → containers}/MarkdownCard/index.d.ts +0 -1
- package/dist/types/src/containers/MarkdownCard/index.d.ts.map +1 -0
- package/dist/types/src/containers/MarkdownCard/snippet.d.ts +15 -0
- package/dist/types/src/containers/MarkdownCard/snippet.d.ts.map +1 -0
- package/dist/types/src/containers/MarkdownContainer/MarkdownContainer.d.ts +31 -0
- package/dist/types/src/containers/MarkdownContainer/MarkdownContainer.d.ts.map +1 -0
- package/dist/types/src/containers/MarkdownContainer/MarkdownContainer.stories.d.ts +99 -0
- package/dist/types/src/containers/MarkdownContainer/MarkdownContainer.stories.d.ts.map +1 -0
- package/dist/types/src/containers/MarkdownContainer/index.d.ts +3 -0
- package/dist/types/src/containers/MarkdownContainer/index.d.ts.map +1 -0
- package/dist/types/src/containers/index.d.ts +5 -0
- package/dist/types/src/containers/index.d.ts.map +1 -0
- package/dist/types/src/hooks/index.d.ts +1 -2
- package/dist/types/src/hooks/index.d.ts.map +1 -1
- package/dist/types/src/hooks/useEditorMenuOptions.d.ts +9 -0
- package/dist/types/src/hooks/useEditorMenuOptions.d.ts.map +1 -0
- package/dist/types/src/hooks/useExtensions.d.ts +10 -8
- package/dist/types/src/hooks/useExtensions.d.ts.map +1 -1
- package/dist/types/src/hooks/useLinkQuery.d.ts +3 -3
- package/dist/types/src/hooks/useLinkQuery.d.ts.map +1 -1
- package/dist/types/src/index.d.ts +2 -2
- package/dist/types/src/index.d.ts.map +1 -1
- package/dist/types/src/meta.d.ts +2 -2
- package/dist/types/src/meta.d.ts.map +1 -1
- package/dist/types/src/operations/create-markdown.d.ts +5 -0
- package/dist/types/src/operations/create-markdown.d.ts.map +1 -0
- package/dist/types/src/operations/create.d.ts +5 -0
- package/dist/types/src/operations/create.d.ts.map +1 -0
- package/dist/types/src/operations/create.test.d.ts +2 -0
- package/dist/types/src/operations/create.test.d.ts.map +1 -0
- package/dist/types/src/operations/definitions.d.ts +64 -0
- package/dist/types/src/operations/definitions.d.ts.map +1 -0
- package/dist/types/src/operations/index.d.ts +4 -0
- package/dist/types/src/operations/index.d.ts.map +1 -0
- package/dist/types/src/operations/open.d.ts +5 -0
- package/dist/types/src/operations/open.d.ts.map +1 -0
- package/dist/types/src/operations/scroll-to-anchor.d.ts +5 -0
- package/dist/types/src/operations/scroll-to-anchor.d.ts.map +1 -0
- package/dist/types/src/operations/set-view-mode.d.ts +5 -0
- package/dist/types/src/operations/set-view-mode.d.ts.map +1 -0
- package/dist/types/src/operations/update.d.ts +5 -0
- package/dist/types/src/operations/update.d.ts.map +1 -0
- package/dist/types/src/operations/update.test.d.ts +2 -0
- package/dist/types/src/operations/update.test.d.ts.map +1 -0
- package/dist/types/src/testing.d.ts +6 -0
- package/dist/types/src/testing.d.ts.map +1 -0
- package/dist/types/src/translations.d.ts +75 -34
- package/dist/types/src/translations.d.ts.map +1 -1
- package/dist/types/src/types/Markdown.d.ts +30 -31
- package/dist/types/src/types/Markdown.d.ts.map +1 -1
- package/dist/types/src/types/Settings.d.ts +16 -0
- package/dist/types/src/types/Settings.d.ts.map +1 -0
- package/dist/types/src/types/capabilities.d.ts +51 -0
- package/dist/types/src/types/capabilities.d.ts.map +1 -0
- package/dist/types/src/types/events.d.ts +5 -0
- package/dist/types/src/types/events.d.ts.map +1 -0
- package/dist/types/src/types/index.d.ts +4 -2
- package/dist/types/src/types/index.d.ts.map +1 -1
- package/dist/types/src/types/types.d.ts +2 -2
- package/dist/types/src/types/types.d.ts.map +1 -1
- package/dist/types/src/util.d.ts +7 -4
- package/dist/types/src/util.d.ts.map +1 -1
- package/dist/types/src/util.test.d.ts +2 -0
- package/dist/types/src/util.test.d.ts.map +1 -0
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +119 -59
- package/src/MarkdownPlugin.tsx +77 -103
- package/src/blueprints/index.ts +5 -0
- package/src/blueprints/markdown-blueprint.ts +44 -0
- package/src/capabilities/anchor-sort.ts +29 -22
- package/src/capabilities/app-graph-serializer.ts +51 -41
- package/src/capabilities/artifact-definition.ts +82 -84
- package/src/capabilities/blueprint-definition.ts +9 -31
- package/src/capabilities/index.ts +12 -12
- package/src/capabilities/node.ts +11 -0
- package/src/capabilities/operation-handler.ts +16 -0
- package/src/capabilities/react-surface.tsx +108 -80
- package/src/capabilities/settings.ts +30 -18
- package/src/capabilities/state.ts +41 -25
- package/src/cli/index.ts +5 -0
- package/src/cli/plugin.ts +40 -0
- package/src/components/MarkdownEditor/FileUpload.tsx +2 -2
- package/src/components/MarkdownEditor/MarkdownEditor.stories.tsx +39 -41
- package/src/components/MarkdownEditor/MarkdownEditor.tsx +87 -57
- package/src/components/MarkdownEditor/MarkdownEditorContent.tsx +69 -34
- package/src/components/MarkdownEditor/MarkdownEditorToolbar.tsx +48 -53
- package/src/components/MarkdownSettings/MarkdownSettings.stories.tsx +40 -0
- package/src/components/MarkdownSettings/MarkdownSettings.tsx +116 -86
- package/src/components/MarkdownSettings/index.ts +3 -1
- package/src/components/index.ts +4 -7
- package/src/containers/MarkdownCard/MarkdownCard.stories.tsx +68 -0
- package/src/containers/MarkdownCard/MarkdownCard.tsx +57 -0
- package/src/{components → containers}/MarkdownCard/index.ts +0 -2
- package/src/containers/MarkdownCard/snippet.ts +75 -0
- package/src/containers/MarkdownContainer/MarkdownContainer.stories.tsx +133 -0
- package/src/containers/MarkdownContainer/MarkdownContainer.tsx +134 -0
- package/src/containers/MarkdownContainer/index.ts +6 -0
- package/src/containers/index.ts +10 -0
- package/src/hooks/index.ts +1 -2
- package/src/hooks/{usePopoverMenuOptions.ts → useEditorMenuOptions.ts} +20 -23
- package/src/hooks/useExtensions.tsx +100 -109
- package/src/hooks/useLinkQuery.ts +49 -23
- package/src/index.ts +3 -2
- package/src/meta.ts +3 -3
- package/src/operations/create-markdown.ts +21 -0
- package/src/operations/create.conversations.json +1 -0
- package/src/operations/create.test.ts +98 -0
- package/src/operations/create.ts +27 -0
- package/src/operations/definitions.ts +119 -0
- package/src/operations/index.ts +16 -0
- package/src/operations/open.ts +25 -0
- package/src/operations/scroll-to-anchor.ts +40 -0
- package/src/operations/set-view-mode.ts +25 -0
- package/src/operations/update.conversations.json +1 -0
- package/src/operations/update.test.ts +215 -0
- package/src/operations/update.ts +51 -0
- package/src/testing.ts +27 -0
- package/src/translations.ts +49 -34
- package/src/types/Markdown.ts +23 -31
- package/src/types/Settings.ts +28 -0
- package/src/types/capabilities.ts +50 -0
- package/src/types/events.ts +14 -0
- package/src/types/index.ts +5 -2
- package/src/types/types.ts +3 -2
- package/src/util.test.ts +44 -0
- package/src/util.tsx +80 -12
- package/dist/lib/browser/MarkdownCard-SLM6QZYC.mjs +0 -12
- package/dist/lib/browser/MarkdownContainer-UZFQC6XY.mjs +0 -15
- package/dist/lib/browser/anchor-sort-4XPPLMZS.mjs +0 -32
- package/dist/lib/browser/anchor-sort-4XPPLMZS.mjs.map +0 -7
- package/dist/lib/browser/app-graph-serializer-QQFV4K6P.mjs +0 -51
- package/dist/lib/browser/app-graph-serializer-QQFV4K6P.mjs.map +0 -7
- package/dist/lib/browser/blueprint-definition-BC5R3T72.mjs +0 -11
- package/dist/lib/browser/blueprint-definition-BC5R3T72.mjs.map +0 -7
- package/dist/lib/browser/chunk-2LLVTQCK.mjs +0 -51
- package/dist/lib/browser/chunk-2LLVTQCK.mjs.map +0 -7
- package/dist/lib/browser/chunk-3VILQLA4.mjs +0 -95
- package/dist/lib/browser/chunk-3VILQLA4.mjs.map +0 -7
- package/dist/lib/browser/chunk-5AYTOIUF.mjs +0 -822
- package/dist/lib/browser/chunk-5AYTOIUF.mjs.map +0 -7
- package/dist/lib/browser/chunk-A3CQYGCN.mjs +0 -56
- package/dist/lib/browser/chunk-A3CQYGCN.mjs.map +0 -7
- package/dist/lib/browser/chunk-BQTYJOFB.mjs +0 -28
- package/dist/lib/browser/chunk-BQTYJOFB.mjs.map +0 -7
- package/dist/lib/browser/chunk-GLEYXJX3.mjs +0 -22
- package/dist/lib/browser/chunk-GLEYXJX3.mjs.map +0 -7
- package/dist/lib/browser/chunk-IBCHVMZW.mjs +0 -16
- package/dist/lib/browser/chunk-IBCHVMZW.mjs.map +0 -7
- package/dist/lib/browser/chunk-JAETS5LE.mjs +0 -106
- package/dist/lib/browser/chunk-JAETS5LE.mjs.map +0 -7
- package/dist/lib/browser/chunk-UKTCPHLI.mjs +0 -79
- package/dist/lib/browser/chunk-UKTCPHLI.mjs.map +0 -7
- package/dist/lib/browser/intent-resolver-VQGMBNXZ.mjs +0 -62
- package/dist/lib/browser/intent-resolver-VQGMBNXZ.mjs.map +0 -7
- package/dist/lib/browser/react-surface-WOMJOPJE.mjs +0 -217
- package/dist/lib/browser/react-surface-WOMJOPJE.mjs.map +0 -7
- package/dist/lib/browser/settings-LBXJHVBU.mjs +0 -28
- package/dist/lib/browser/settings-LBXJHVBU.mjs.map +0 -7
- package/dist/lib/browser/state-BTUKVZHY.mjs +0 -37
- package/dist/lib/browser/state-BTUKVZHY.mjs.map +0 -7
- package/dist/lib/browser/toolkit-YPIVDB4A.mjs +0 -66
- package/dist/lib/browser/toolkit-YPIVDB4A.mjs.map +0 -7
- package/dist/lib/node-esm/MarkdownCard-MCWEFW4F.mjs +0 -13
- package/dist/lib/node-esm/MarkdownCard-MCWEFW4F.mjs.map +0 -7
- package/dist/lib/node-esm/MarkdownContainer-KAQOK7K5.mjs +0 -16
- package/dist/lib/node-esm/MarkdownContainer-KAQOK7K5.mjs.map +0 -7
- package/dist/lib/node-esm/anchor-sort-4SXYVYXT.mjs +0 -33
- package/dist/lib/node-esm/anchor-sort-4SXYVYXT.mjs.map +0 -7
- package/dist/lib/node-esm/app-graph-serializer-KBVRLQN2.mjs +0 -52
- package/dist/lib/node-esm/app-graph-serializer-KBVRLQN2.mjs.map +0 -7
- package/dist/lib/node-esm/blueprint-definition-FPNOTEYC.mjs +0 -12
- package/dist/lib/node-esm/blueprint-definition-FPNOTEYC.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-2Q4WCKWT.mjs +0 -823
- package/dist/lib/node-esm/chunk-2Q4WCKWT.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-DOB2MJAX.mjs +0 -107
- package/dist/lib/node-esm/chunk-DOB2MJAX.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-GGKPPGWA.mjs +0 -24
- package/dist/lib/node-esm/chunk-GGKPPGWA.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-GMMVSXQ6.mjs +0 -17
- package/dist/lib/node-esm/chunk-GMMVSXQ6.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-JELROKGD.mjs +0 -80
- package/dist/lib/node-esm/chunk-JELROKGD.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-QH4MC5BE.mjs +0 -52
- package/dist/lib/node-esm/chunk-QH4MC5BE.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-SHAMSMKQ.mjs +0 -29
- package/dist/lib/node-esm/chunk-SHAMSMKQ.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-SJ2QRGPM.mjs +0 -57
- package/dist/lib/node-esm/chunk-SJ2QRGPM.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-YYSASY7X.mjs +0 -96
- package/dist/lib/node-esm/chunk-YYSASY7X.mjs.map +0 -7
- package/dist/lib/node-esm/intent-resolver-Q4XVI5EX.mjs +0 -63
- package/dist/lib/node-esm/intent-resolver-Q4XVI5EX.mjs.map +0 -7
- package/dist/lib/node-esm/react-surface-FAMZTAXK.mjs +0 -218
- package/dist/lib/node-esm/react-surface-FAMZTAXK.mjs.map +0 -7
- package/dist/lib/node-esm/settings-2YRA67H6.mjs +0 -29
- package/dist/lib/node-esm/settings-2YRA67H6.mjs.map +0 -7
- package/dist/lib/node-esm/state-K6EH7SRZ.mjs +0 -38
- package/dist/lib/node-esm/state-K6EH7SRZ.mjs.map +0 -7
- package/dist/lib/node-esm/toolkit-36BFLIR3.mjs +0 -67
- package/dist/lib/node-esm/toolkit-36BFLIR3.mjs.map +0 -7
- package/dist/types/src/capabilities/capabilities.d.ts +0 -12
- package/dist/types/src/capabilities/capabilities.d.ts.map +0 -1
- package/dist/types/src/capabilities/intent-resolver.d.ts +0 -4
- package/dist/types/src/capabilities/intent-resolver.d.ts.map +0 -1
- package/dist/types/src/capabilities/toolkit.d.ts +0 -20
- package/dist/types/src/capabilities/toolkit.d.ts.map +0 -1
- package/dist/types/src/components/MarkdownCard/MarkdownCard.d.ts +0 -7
- package/dist/types/src/components/MarkdownCard/MarkdownCard.d.ts.map +0 -1
- package/dist/types/src/components/MarkdownCard/MarkdownCard.stories.d.ts +0 -9
- package/dist/types/src/components/MarkdownCard/MarkdownCard.stories.d.ts.map +0 -1
- package/dist/types/src/components/MarkdownCard/index.d.ts.map +0 -1
- package/dist/types/src/components/MarkdownContainer.d.ts +0 -14
- package/dist/types/src/components/MarkdownContainer.d.ts.map +0 -1
- package/dist/types/src/components/MarkdownContainer.stories.d.ts +0 -58
- package/dist/types/src/components/MarkdownContainer.stories.d.ts.map +0 -1
- package/dist/types/src/components/Suggestions.stories.d.ts +0 -11
- package/dist/types/src/components/Suggestions.stories.d.ts.map +0 -1
- package/dist/types/src/events.d.ts +0 -4
- package/dist/types/src/events.d.ts.map +0 -1
- package/dist/types/src/functions/diff.d.ts +0 -6
- package/dist/types/src/functions/diff.d.ts.map +0 -1
- package/dist/types/src/functions/index.d.ts +0 -3
- package/dist/types/src/functions/index.d.ts.map +0 -1
- package/dist/types/src/functions/open.d.ts +0 -7
- package/dist/types/src/functions/open.d.ts.map +0 -1
- package/dist/types/src/hooks/usePopoverMenuOptions.d.ts +0 -9
- package/dist/types/src/hooks/usePopoverMenuOptions.d.ts.map +0 -1
- package/dist/types/src/hooks/useSelectCurrentThread.d.ts +0 -6
- package/dist/types/src/hooks/useSelectCurrentThread.d.ts.map +0 -1
- package/dist/types/src/types/MarkdownAction.d.ts +0 -34
- package/dist/types/src/types/MarkdownAction.d.ts.map +0 -1
- package/src/capabilities/capabilities.ts +0 -22
- package/src/capabilities/intent-resolver.ts +0 -58
- package/src/capabilities/toolkit.ts +0 -53
- package/src/components/MarkdownCard/MarkdownCard.stories.tsx +0 -76
- package/src/components/MarkdownCard/MarkdownCard.tsx +0 -85
- package/src/components/MarkdownContainer.stories.tsx +0 -137
- package/src/components/MarkdownContainer.tsx +0 -121
- package/src/components/Suggestions.stories.tsx +0 -219
- package/src/events.ts +0 -11
- package/src/functions/diff.ts +0 -37
- package/src/functions/index.ts +0 -6
- package/src/functions/open.ts +0 -32
- package/src/hooks/useSelectCurrentThread.tsx +0 -56
- package/src/types/MarkdownAction.ts +0 -29
- /package/dist/lib/browser/{MarkdownCard-SLM6QZYC.mjs.map → chunk-J5LGTIGS.mjs.map} +0 -0
- /package/dist/lib/{browser/MarkdownContainer-UZFQC6XY.mjs.map → node-esm/chunk-HSLMI22Q.mjs.map} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"conversations":[{"parameters":{"model":"@anthropic/claude-opus-4-6","stream":true,"tools":[{"name":"create","description":"Creates a new markdown document and adds it to the space.","inputSchema":{"type":"object","required":["name","content"],"properties":{"name":{"type":"string"},"content":{"type":"string"}},"additionalProperties":false}},{"name":"open","description":"Opens and reads the contents of a new markdown document.","inputSchema":{"type":"object","required":["doc"],"properties":{"doc":{"type":"string","description":"The ID of the referenced object. Formats accepted:\n- DXN (dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4). DXNs can be prepended with an @ symbol for compatibility with in-text references.\n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)","examples":["dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4"]}},"additionalProperties":false}},{"name":"update","description":"Applies a set of edits to the markdown document.","inputSchema":{"type":"object","required":["doc","edits"],"properties":{"doc":{"type":"string","description":"The ID of the referenced object. Formats accepted:\n- DXN (dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4). DXNs can be prepended with an @ symbol for compatibility with in-text references.\n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)","examples":["dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4"]},"edits":{"type":"array","items":{"type":"object","required":["oldString","newString"],"properties":{"oldString":{"type":"string","description":"The text to find in the document."},"newString":{"type":"string","description":"The text to replace it with."},"replaceAll":{"type":"boolean","description":"If true, replaces all occurrences. Defaults to false (first occurrence only)."}},"additionalProperties":false},"description":"The edits to apply to the document. Each edit finds oldString and replaces it with newString."}},"additionalProperties":false}}]},"prompt":{"content":[{"role":"system","content":"## Blueprints Definitions\n\n<blueprint>\n You can create, read and update markdown documents.\n When asked to edit or update documents return updates as a set of compact diff string pairs.\n For each diff, respond with the smallest possible matching span.\n \n Example:\n ```diff\n - \"There is a tyop in this sentence.\"\n + \"There is a typo in this sentence.\"\n - \"This id good.\"\n + \"This sentence is really good.\"\n ```\n</blueprint>","options":{}},{"role":"user","content":"Create a document with a cookie recipe.","options":{"anthropic":{"cacheControl":{"ttl":"5m","type":"ephemeral"}}}}]},"response":[{"type":"response-metadata","id":"msg_01NFcmUTdmakQNeRreAE118q","modelId":"claude-opus-4-6","timestamp":"2026-03-31T10:32:09.391Z","metadata":{}},{"type":"reasoning-start","id":"0","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"The user wants me to create a document","metadata":{}},{"type":"reasoning-delta","id":"0","delta":" with a cookie recipe. Let","metadata":{}},{"type":"reasoning-delta","id":"0","delta":" me create","metadata":{}},{"type":"reasoning-delta","id":"0","delta":" a nice","metadata":{}},{"type":"reasoning-delta","id":"0","delta":" markdown","metadata":{}},{"type":"reasoning-delta","id":"0","delta":" document with a classic","metadata":{}},{"type":"reasoning-delta","id":"0","delta":" cookie recipe.","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"","metadata":{"anthropic":{"type":"thinking","signature":"Er0CClkIDBgCKkAy43GfB0+dbRMkfoVt2xpO0Chn5/g7c7dPprx3PV9+Z7iiBGhoRS54CpYtz+0wxdGKZKXYjkv0fAS94B7ulrYlMg9jbGF1ZGUtb3B1cy00LTY4ABIMLKDZ8kJB5u/BFo09GgySNpzchKzQPquo/PEiMAQ9YB5rX34SdrQN7ldQthbgePVbfYiVIHVB3pqLn7T011rFMJBbzwyWtidR837ZpyqRAawM5Osc8NqF5Nb/iXfmulGHUery8mtlkMKr7isKwEbHjaa2Z15b6EjYWOgJbmadcfNhiaqp13eGBFgZ1uucwwDSKx/SlZ1ZOi5EPpSUQ8E4ezUNjW9jkPnx43wGZoxtYz8QbwEBx75mzdWSRicDV7WsGmWHiD+Bqi1mjlBMnZRe4uwIb2XxTr618IPurs3LLlwYAQ=="}}},{"type":"reasoning-end","id":"0","metadata":{}},{"type":"tool-params-start","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","name":"create","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"{\"name\":","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":" \"Classic","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":" Chocolat","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"e Chip Co","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"okies\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":", \"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"co","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"ntent\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":": \"# Cl","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"assic Choc","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"olate Chi","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"p ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"Cookies","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"\\n\\","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"nA","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":" timeles","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"s recipe f","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"or soft, c","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"hew","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"y cho","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"col","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"ate","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":" chip","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":" cooki","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"es tha","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"t are g","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"olden on ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"the ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"edges an","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"d go","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"oey in ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"the ce","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"nt","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"er.\\n\\n## ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"Ingredi","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"ents\\n\\n- ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"2 ¼ cups","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":" al","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"l-pur","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"pose flo","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"ur\\n- 1 tsp ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"baking","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":" soda","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"\\n-","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":" 1 ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"tsp salt\\","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"n- 1 cup ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"(2 stick","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"s) uns","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"alte","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"d butter, ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"softene","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"d\\n- ¾ c","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"up g","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"ranulate","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"d sugar","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"\\n- ¾ cup","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":" pa","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"cked brown","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":" su","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"ga","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"r\\","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"n- 2","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":" large ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"eggs\\n- 2 ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"tsp vanilla","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":" extrac","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"t\\n- 2","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":" cups semi-s","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"weet cho","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"colate chip","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"s\\n","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"\\n","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"## Instructi","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"on","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"s\\n\\n","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"1. ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"**Prehea","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"t** the","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":" oven to 37","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"5°F ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"(190°C). ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"Line bak","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"ing sheets ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"with","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":" parch","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"ment paper.","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"\\n2","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":". **Combi","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"ne dry ingr","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"edien","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"ts:** In ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"a me","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"dium bowl","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":", whisk to","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"get","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"her the","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":" flour","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":", baking sod","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"a, and","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":" salt.","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":" Set asid","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"e.\\n3.","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":" **Cream th","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"e b","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"utter and su","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"gars","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":":** In ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"a l","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"arg","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"e bowl, beat","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":" the s","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"oftened b","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"ut","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"ter, granu","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"lated ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"sugar, a","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"nd brown s","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"ugar togethe","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"r until li","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"ght and ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"fluffy (","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"about 2–3 ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"min","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"utes).\\n","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"4.","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":" **Add ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"eggs an","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"d ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"vani","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"lla:","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"** Beat in t","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"he eggs one","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":" at","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":" a ti","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"me, then m","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"ix in ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"the vanil","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"la extract u","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"ntil combine","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"d.\\n5.","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":" **Mix i","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"n dry i","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"ng","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"redie","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"nts:** Gra","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"duall","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"y add the fl","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"our mixture","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":" to the we","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"t ingredient","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"s, s","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"tirrin","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"g until","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":" just com","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"bi","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"ned","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":". Do ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"not ov","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"erm","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"ix.\\n6. ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"**Fol","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"d in choc","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"olate","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":" chips:** Ge","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"ntly s","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"tir in the","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":" chocola","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"te chip","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"s.\\","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"n7. **Scoo","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"p the dough:","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"**","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":" Drop ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"ro","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"unded ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"tablespoon","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"s of","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":" dou","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"gh ont","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"o the ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"prepa","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"red ba","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"king","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":" shee","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"ts, ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"spacing the","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"m about 2","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":" inc","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"hes apart.","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"\\n8. **Bake:","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"** Bake","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":" for 9–11 ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"minute","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"s, ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"or","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":" until ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"the edges ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"are gold","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"en brown bu","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"t the ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"centers s","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"till look sl","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"ightly und","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"er","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"done.\\n9. ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"**","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"Coo","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"l:** ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"Let ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"the c","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"ook","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"ies coo","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"l on the b","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"aki","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"ng s","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"heet f","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"or ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"5 minut","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"es, the","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"n t","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"ransfer to ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"a wi","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"re rack t","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"o ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"cool comple","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"tely.\\n\\n","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"## Tips\\","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"n\\","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"n- ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"For extr","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"a flav","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"or","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":", use ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"a mix","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":" of ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"semi-swee","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"t and d","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"ark chocol","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"ate chips.\\n","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"- Chill the","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":" dough","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":" for 30 ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"mi","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"nutes be","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"fore bakin","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"g for thic","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"ker cookie","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"s.\\n-","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":" Store in ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"an","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":" airtight ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"container a","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"t room tem","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"pera","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"ture for u","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"p to ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"5 days","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":".\\n\\n**","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"Yield:","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"** ~48 coo","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"kies ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"| **Pr","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"ep Time:*","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"* 15 min | *","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"*Bake Time","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":":*","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"* 1","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","delta":"0 min\\n\"}","metadata":{}},{"type":"tool-params-end","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":1593,"outputTokens":630,"totalTokens":2223},"metadata":{"anthropic":{"usage":{"cache_creation":{"ephemeral_1h_input_tokens":0,"ephemeral_5m_input_tokens":0},"cache_creation_input_tokens":0,"cache_read_input_tokens":0,"input_tokens":1593,"output_tokens":8,"server_tool_use":null,"service_tier":"standard"}}}}]},{"parameters":{"model":"@anthropic/claude-opus-4-6","stream":true,"tools":[{"name":"create","description":"Creates a new markdown document and adds it to the space.","inputSchema":{"type":"object","required":["name","content"],"properties":{"name":{"type":"string"},"content":{"type":"string"}},"additionalProperties":false}},{"name":"open","description":"Opens and reads the contents of a new markdown document.","inputSchema":{"type":"object","required":["doc"],"properties":{"doc":{"type":"string","description":"The ID of the referenced object. Formats accepted:\n- DXN (dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4). DXNs can be prepended with an @ symbol for compatibility with in-text references.\n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)","examples":["dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4"]}},"additionalProperties":false}},{"name":"update","description":"Applies a set of edits to the markdown document.","inputSchema":{"type":"object","required":["doc","edits"],"properties":{"doc":{"type":"string","description":"The ID of the referenced object. Formats accepted:\n- DXN (dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4). DXNs can be prepended with an @ symbol for compatibility with in-text references.\n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)","examples":["dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4"]},"edits":{"type":"array","items":{"type":"object","required":["oldString","newString"],"properties":{"oldString":{"type":"string","description":"The text to find in the document."},"newString":{"type":"string","description":"The text to replace it with."},"replaceAll":{"type":"boolean","description":"If true, replaces all occurrences. Defaults to false (first occurrence only)."}},"additionalProperties":false},"description":"The edits to apply to the document. Each edit finds oldString and replaces it with newString."}},"additionalProperties":false}}]},"prompt":{"content":[{"role":"system","content":"## Blueprints Definitions\n\n<blueprint>\n You can create, read and update markdown documents.\n When asked to edit or update documents return updates as a set of compact diff string pairs.\n For each diff, respond with the smallest possible matching span.\n \n Example:\n ```diff\n - \"There is a tyop in this sentence.\"\n + \"There is a typo in this sentence.\"\n - \"This id good.\"\n + \"This sentence is really good.\"\n ```\n</blueprint>","options":{}},{"role":"user","content":"Create a document with a cookie recipe.","options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"The user wants me to create a document with a cookie recipe. Let me create a nice markdown document with a classic cookie recipe.","options":{}},{"type":"tool-call","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","name":"create","params":{"name":"Classic Chocolate Chip Cookies","content":"# Classic Chocolate Chip Cookies\n\nA timeless recipe for soft, chewy chocolate chip cookies that are golden on the edges and gooey in the center.\n\n## Ingredients\n\n- 2 ¼ cups all-purpose flour\n- 1 tsp baking soda\n- 1 tsp salt\n- 1 cup (2 sticks) unsalted butter, softened\n- ¾ cup granulated sugar\n- ¾ cup packed brown sugar\n- 2 large eggs\n- 2 tsp vanilla extract\n- 2 cups semi-sweet chocolate chips\n\n## Instructions\n\n1. **Preheat** the oven to 375°F (190°C). Line baking sheets with parchment paper.\n2. **Combine dry ingredients:** In a medium bowl, whisk together the flour, baking soda, and salt. Set aside.\n3. **Cream the butter and sugars:** In a large bowl, beat the softened butter, granulated sugar, and brown sugar together until light and fluffy (about 2–3 minutes).\n4. **Add eggs and vanilla:** Beat in the eggs one at a time, then mix in the vanilla extract until combined.\n5. **Mix in dry ingredients:** Gradually add the flour mixture to the wet ingredients, stirring until just combined. Do not overmix.\n6. **Fold in chocolate chips:** Gently stir in the chocolate chips.\n7. **Scoop the dough:** Drop rounded tablespoons of dough onto the prepared baking sheets, spacing them about 2 inches apart.\n8. **Bake:** Bake for 9–11 minutes, or until the edges are golden brown but the centers still look slightly underdone.\n9. **Cool:** Let the cookies cool on the baking sheet for 5 minutes, then transfer to a wire rack to cool completely.\n\n## Tips\n\n- For extra flavor, use a mix of semi-sweet and dark chocolate chips.\n- Chill the dough for 30 minutes before baking for thicker cookies.\n- Store in an airtight container at room temperature for up to 5 days.\n\n**Yield:** ~48 cookies | **Prep Time:** 15 min | **Bake Time:** 10 min\n"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","name":"create","isFailure":false,"result":{"_id":"Exit","_tag":"Success","value":{"id":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNT94"}},"providerExecuted":false,"options":{}}],"options":{"anthropic":{"cacheControl":{"ttl":"5m","type":"ephemeral"}}}}]},"response":[{"type":"response-metadata","id":"msg_01JTkpDPeKkz8m7NWLWNDXXp","modelId":"claude-opus-4-6","timestamp":"2026-03-31T10:32:18.642Z","metadata":{}},{"type":"text-start","id":"0","metadata":{}},{"type":"text-delta","id":"0","delta":"Your","metadata":{}},{"type":"text-delta","id":"0","delta":" **","metadata":{}},{"type":"text-delta","id":"0","delta":"Classic Chocolate Chip Cookies**","metadata":{}},{"type":"text-delta","id":"0","delta":" recipe","metadata":{}},{"type":"text-delta","id":"0","delta":" document","metadata":{}},{"type":"text-delta","id":"0","delta":" has been created!","metadata":{}},{"type":"text-delta","id":"0","delta":" 🍪 ","metadata":{}},{"type":"text-delta","id":"0","delta":"Here","metadata":{}},{"type":"text-delta","id":"0","delta":"'s a summary of what","metadata":{}},{"type":"text-delta","id":"0","delta":"'s included","metadata":{}},{"type":"text-delta","id":"0","delta":":\n\n-","metadata":{}},{"type":"text-delta","id":"0","delta":" **Ingredients**","metadata":{}},{"type":"text-delta","id":"0","delta":" –","metadata":{}},{"type":"text-delta","id":"0","delta":" butter","metadata":{}},{"type":"text-delta","id":"0","delta":", sug","metadata":{}},{"type":"text-delta","id":"0","delta":"ars, eggs, vanilla, flour,","metadata":{}},{"type":"text-delta","id":"0","delta":" baking soda, salt, and","metadata":{}},{"type":"text-delta","id":"0","delta":" chocolate chips.","metadata":{}},{"type":"text-delta","id":"0","delta":"\n- **Step","metadata":{}},{"type":"text-delta","id":"0","delta":"-by-step instructions** – from","metadata":{}},{"type":"text-delta","id":"0","delta":" pre","metadata":{}},{"type":"text-delta","id":"0","delta":"heating the oven to cooling the","metadata":{}},{"type":"text-delta","id":"0","delta":" cookies.\n- **","metadata":{}},{"type":"text-delta","id":"0","delta":"Helpful tips** – like","metadata":{}},{"type":"text-delta","id":"0","delta":" chilling the dough for th","metadata":{}},{"type":"text-delta","id":"0","delta":"icker cookies and mixing","metadata":{}},{"type":"text-delta","id":"0","delta":" chocolate","metadata":{}},{"type":"text-delta","id":"0","delta":" chip","metadata":{}},{"type":"text-delta","id":"0","delta":" varieties","metadata":{}},{"type":"text-delta","id":"0","delta":" for","metadata":{}},{"type":"text-delta","id":"0","delta":" extra flavor.","metadata":{}},{"type":"text-delta","id":"0","delta":"\n- **Yield:**","metadata":{}},{"type":"text-delta","id":"0","delta":" ~","metadata":{}},{"type":"text-delta","id":"0","delta":"48 cookies with","metadata":{}},{"type":"text-delta","id":"0","delta":" just","metadata":{}},{"type":"text-delta","id":"0","delta":" ","metadata":{}},{"type":"text-delta","id":"0","delta":"15 minutes of prep and","metadata":{}},{"type":"text-delta","id":"0","delta":" 10 minutes of baking time","metadata":{}},{"type":"text-delta","id":"0","delta":".\n\nLet","metadata":{}},{"type":"text-delta","id":"0","delta":" me know if you'd like to","metadata":{}},{"type":"text-delta","id":"0","delta":" make","metadata":{}},{"type":"text-delta","id":"0","delta":" any changes or","metadata":{}},{"type":"text-delta","id":"0","delta":" additions","metadata":{}},{"type":"text-delta","id":"0","delta":"!","metadata":{}},{"type":"text-end","id":"0","metadata":{}},{"type":"finish","reason":"stop","usage":{"inputTokens":2244,"outputTokens":155,"totalTokens":2399},"metadata":{"anthropic":{"usage":{"cache_creation":{"ephemeral_1h_input_tokens":0,"ephemeral_5m_input_tokens":0},"cache_creation_input_tokens":0,"cache_read_input_tokens":0,"input_tokens":2244,"output_tokens":1,"server_tool_use":null,"service_tier":"standard"}}}}]},{"parameters":{"model":"@anthropic/claude-opus-4-6","stream":true,"tools":[{"name":"create","description":"Creates a new markdown document and adds it to the space.","inputSchema":{"type":"object","required":["name","content"],"properties":{"name":{"type":"string"},"content":{"type":"string"}},"additionalProperties":false}},{"name":"open","description":"Opens and reads the contents of a new markdown document.","inputSchema":{"type":"object","required":["doc"],"properties":{"doc":{"type":"string","description":"The ID of the referenced object. Formats accepted:\n- DXN (dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4). DXNs can be prepended with an @ symbol for compatibility with in-text references.\n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)","examples":["dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4"]}},"additionalProperties":false}},{"name":"update","description":"Applies a set of edits to the markdown document.","inputSchema":{"type":"object","required":["doc","edits"],"properties":{"doc":{"type":"string","description":"The ID of the referenced object. Formats accepted:\n- DXN (dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4). DXNs can be prepended with an @ symbol for compatibility with in-text references.\n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)","examples":["dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4"]},"edits":{"type":"array","items":{"type":"object","required":["oldString","newString"],"properties":{"oldString":{"type":"string","description":"The text to find in the document."},"newString":{"type":"string","description":"The text to replace it with."},"replaceAll":{"type":"boolean","description":"If true, replaces all occurrences. Defaults to false (first occurrence only)."}},"additionalProperties":false},"description":"The edits to apply to the document. Each edit finds oldString and replaces it with newString."}},"additionalProperties":false}}]},"prompt":{"content":[{"role":"system","content":"## Blueprints Definitions\n\n<blueprint>\n You can create, read and update markdown documents.\n When asked to edit or update documents return updates as a set of compact diff string pairs.\n For each diff, respond with the smallest possible matching span.\n \n Example:\n ```diff\n - \"There is a tyop in this sentence.\"\n + \"There is a typo in this sentence.\"\n - \"This id good.\"\n + \"This sentence is really good.\"\n ```\n</blueprint>","options":{}},{"role":"user","content":"Create a document with a cookie recipe.","options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"The user wants me to create a document with a cookie recipe. Let me create a nice markdown document with a classic cookie recipe.","options":{}},{"type":"tool-call","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","name":"create","params":{"name":"Classic Chocolate Chip Cookies","content":"# Classic Chocolate Chip Cookies\n\nA timeless recipe for soft, chewy chocolate chip cookies that are golden on the edges and gooey in the center.\n\n## Ingredients\n\n- 2 ¼ cups all-purpose flour\n- 1 tsp baking soda\n- 1 tsp salt\n- 1 cup (2 sticks) unsalted butter, softened\n- ¾ cup granulated sugar\n- ¾ cup packed brown sugar\n- 2 large eggs\n- 2 tsp vanilla extract\n- 2 cups semi-sweet chocolate chips\n\n## Instructions\n\n1. **Preheat** the oven to 375°F (190°C). Line baking sheets with parchment paper.\n2. **Combine dry ingredients:** In a medium bowl, whisk together the flour, baking soda, and salt. Set aside.\n3. **Cream the butter and sugars:** In a large bowl, beat the softened butter, granulated sugar, and brown sugar together until light and fluffy (about 2–3 minutes).\n4. **Add eggs and vanilla:** Beat in the eggs one at a time, then mix in the vanilla extract until combined.\n5. **Mix in dry ingredients:** Gradually add the flour mixture to the wet ingredients, stirring until just combined. Do not overmix.\n6. **Fold in chocolate chips:** Gently stir in the chocolate chips.\n7. **Scoop the dough:** Drop rounded tablespoons of dough onto the prepared baking sheets, spacing them about 2 inches apart.\n8. **Bake:** Bake for 9–11 minutes, or until the edges are golden brown but the centers still look slightly underdone.\n9. **Cool:** Let the cookies cool on the baking sheet for 5 minutes, then transfer to a wire rack to cool completely.\n\n## Tips\n\n- For extra flavor, use a mix of semi-sweet and dark chocolate chips.\n- Chill the dough for 30 minutes before baking for thicker cookies.\n- Store in an airtight container at room temperature for up to 5 days.\n\n**Yield:** ~48 cookies | **Prep Time:** 15 min | **Bake Time:** 10 min\n"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","name":"create","isFailure":false,"result":{"_id":"Exit","_tag":"Success","value":{"id":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNT94"}},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":"Your **Classic Chocolate Chip Cookies** recipe document has been created! 🍪 Here's a summary of what's included:\n\n- **Ingredients** – butter, sugars, eggs, vanilla, flour, baking soda, salt, and chocolate chips.\n- **Step-by-step instructions** – from preheating the oven to cooling the cookies.\n- **Helpful tips** – like chilling the dough for thicker cookies and mixing chocolate chip varieties for extra flavor.\n- **Yield:** ~48 cookies with just 15 minutes of prep and 10 minutes of baking time.\n\nLet me know if you'd like to make any changes or additions!","options":{}},{"role":"user","content":"Add a section with a holiday-themed variation.","options":{"anthropic":{"cacheControl":{"ttl":"5m","type":"ephemeral"}}}}]},"response":[{"type":"response-metadata","id":"msg_01VdNZSJnjndkiUvqbjTc3WC","modelId":"claude-opus-4-6","timestamp":"2026-03-31T10:32:23.056Z","metadata":{}},{"type":"reasoning-start","id":"0","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"Let","metadata":{}},{"type":"reasoning-delta","id":"0","delta":" me open","metadata":{}},{"type":"reasoning-delta","id":"0","delta":" the document first","metadata":{}},{"type":"reasoning-delta","id":"0","delta":" to see its","metadata":{}},{"type":"reasoning-delta","id":"0","delta":" current content, then add a holiday-","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"themed variation","metadata":{}},{"type":"reasoning-delta","id":"0","delta":" section.","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"","metadata":{"anthropic":{"type":"thinking","signature":"EqICClkIDBgCKkD+c6uaQ2PKXUtIbfcFxlc1mtfbvHp/xoYQaTGybeAAxzGv6qA8hPtrko0AUkKF4bkEOO0Xi1wxOX3IjFEEIG03Mg9jbGF1ZGUtb3B1cy00LTY4ABIMkAgk5UNzmIT+Ej3LGgwcOLdirz/qPmIg/A0iMCnqkhXGutc5Wh2wULLB+N3mboVMsG0N4mVV+GuDOOD+EqZQFHoBIY6m0NfUpyRZFCp3xwiL4C4NP6aRfqEOJGWgwRXjTdOOtEiDYTrnuwi9nouVd+toTCHUJ70Fp63CWaCQuN4F4hMDBHO1S+vlU689dn1XHqIdsUfnqGC07kUOyz4zzqHq+E/Mq4Jd0zsajabf+fkZrfMUZKbjorxo88cx3en7O5bCCqAYAQ=="}}},{"type":"reasoning-end","id":"0","metadata":{}},{"type":"tool-params-start","id":"toolu_01S9UztpB27wj35rgMNnDXij","name":"open","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_01S9UztpB27wj35rgMNnDXij","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01S9UztpB27wj35rgMNnDXij","delta":"{\"doc\":","metadata":{}},{"type":"tool-params-delta","id":"toolu_01S9UztpB27wj35rgMNnDXij","delta":" \"dxn:ech","metadata":{}},{"type":"tool-params-delta","id":"toolu_01S9UztpB27wj35rgMNnDXij","delta":"o:BDJXMULPW5","metadata":{}},{"type":"tool-params-delta","id":"toolu_01S9UztpB27wj35rgMNnDXij","delta":"FB55U","metadata":{}},{"type":"tool-params-delta","id":"toolu_01S9UztpB27wj35rgMNnDXij","delta":"Z7KP5HL","metadata":{}},{"type":"tool-params-delta","id":"toolu_01S9UztpB27wj35rgMNnDXij","delta":"DHVTX","metadata":{}},{"type":"tool-params-delta","id":"toolu_01S9UztpB27wj35rgMNnDXij","delta":"UTHE2U:01J","metadata":{}},{"type":"tool-params-delta","id":"toolu_01S9UztpB27wj35rgMNnDXij","delta":"GFJJZ0","metadata":{}},{"type":"tool-params-delta","id":"toolu_01S9UztpB27wj35rgMNnDXij","delta":"0G0W","metadata":{}},{"type":"tool-params-delta","id":"toolu_01S9UztpB27wj35rgMNnDXij","delta":"KQSJGMAKCNT","metadata":{}},{"type":"tool-params-delta","id":"toolu_01S9UztpB27wj35rgMNnDXij","delta":"94\"}","metadata":{}},{"type":"tool-params-end","id":"toolu_01S9UztpB27wj35rgMNnDXij","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":2441,"outputTokens":133,"totalTokens":2574},"metadata":{"anthropic":{"usage":{"cache_creation":{"ephemeral_1h_input_tokens":0,"ephemeral_5m_input_tokens":0},"cache_creation_input_tokens":0,"cache_read_input_tokens":0,"input_tokens":2441,"output_tokens":1,"server_tool_use":null,"service_tier":"standard"}}}}]},{"parameters":{"model":"@anthropic/claude-opus-4-6","stream":true,"tools":[{"name":"create","description":"Creates a new markdown document and adds it to the space.","inputSchema":{"type":"object","required":["name","content"],"properties":{"name":{"type":"string"},"content":{"type":"string"}},"additionalProperties":false}},{"name":"open","description":"Opens and reads the contents of a new markdown document.","inputSchema":{"type":"object","required":["doc"],"properties":{"doc":{"type":"string","description":"The ID of the referenced object. Formats accepted:\n- DXN (dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4). DXNs can be prepended with an @ symbol for compatibility with in-text references.\n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)","examples":["dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4"]}},"additionalProperties":false}},{"name":"update","description":"Applies a set of edits to the markdown document.","inputSchema":{"type":"object","required":["doc","edits"],"properties":{"doc":{"type":"string","description":"The ID of the referenced object. Formats accepted:\n- DXN (dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4). DXNs can be prepended with an @ symbol for compatibility with in-text references.\n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)","examples":["dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4"]},"edits":{"type":"array","items":{"type":"object","required":["oldString","newString"],"properties":{"oldString":{"type":"string","description":"The text to find in the document."},"newString":{"type":"string","description":"The text to replace it with."},"replaceAll":{"type":"boolean","description":"If true, replaces all occurrences. Defaults to false (first occurrence only)."}},"additionalProperties":false},"description":"The edits to apply to the document. Each edit finds oldString and replaces it with newString."}},"additionalProperties":false}}]},"prompt":{"content":[{"role":"system","content":"## Blueprints Definitions\n\n<blueprint>\n You can create, read and update markdown documents.\n When asked to edit or update documents return updates as a set of compact diff string pairs.\n For each diff, respond with the smallest possible matching span.\n \n Example:\n ```diff\n - \"There is a tyop in this sentence.\"\n + \"There is a typo in this sentence.\"\n - \"This id good.\"\n + \"This sentence is really good.\"\n ```\n</blueprint>","options":{}},{"role":"user","content":"Create a document with a cookie recipe.","options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"The user wants me to create a document with a cookie recipe. Let me create a nice markdown document with a classic cookie recipe.","options":{}},{"type":"tool-call","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","name":"create","params":{"name":"Classic Chocolate Chip Cookies","content":"# Classic Chocolate Chip Cookies\n\nA timeless recipe for soft, chewy chocolate chip cookies that are golden on the edges and gooey in the center.\n\n## Ingredients\n\n- 2 ¼ cups all-purpose flour\n- 1 tsp baking soda\n- 1 tsp salt\n- 1 cup (2 sticks) unsalted butter, softened\n- ¾ cup granulated sugar\n- ¾ cup packed brown sugar\n- 2 large eggs\n- 2 tsp vanilla extract\n- 2 cups semi-sweet chocolate chips\n\n## Instructions\n\n1. **Preheat** the oven to 375°F (190°C). Line baking sheets with parchment paper.\n2. **Combine dry ingredients:** In a medium bowl, whisk together the flour, baking soda, and salt. Set aside.\n3. **Cream the butter and sugars:** In a large bowl, beat the softened butter, granulated sugar, and brown sugar together until light and fluffy (about 2–3 minutes).\n4. **Add eggs and vanilla:** Beat in the eggs one at a time, then mix in the vanilla extract until combined.\n5. **Mix in dry ingredients:** Gradually add the flour mixture to the wet ingredients, stirring until just combined. Do not overmix.\n6. **Fold in chocolate chips:** Gently stir in the chocolate chips.\n7. **Scoop the dough:** Drop rounded tablespoons of dough onto the prepared baking sheets, spacing them about 2 inches apart.\n8. **Bake:** Bake for 9–11 minutes, or until the edges are golden brown but the centers still look slightly underdone.\n9. **Cool:** Let the cookies cool on the baking sheet for 5 minutes, then transfer to a wire rack to cool completely.\n\n## Tips\n\n- For extra flavor, use a mix of semi-sweet and dark chocolate chips.\n- Chill the dough for 30 minutes before baking for thicker cookies.\n- Store in an airtight container at room temperature for up to 5 days.\n\n**Yield:** ~48 cookies | **Prep Time:** 15 min | **Bake Time:** 10 min\n"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","name":"create","isFailure":false,"result":{"_id":"Exit","_tag":"Success","value":{"id":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNT94"}},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":"Your **Classic Chocolate Chip Cookies** recipe document has been created! 🍪 Here's a summary of what's included:\n\n- **Ingredients** – butter, sugars, eggs, vanilla, flour, baking soda, salt, and chocolate chips.\n- **Step-by-step instructions** – from preheating the oven to cooling the cookies.\n- **Helpful tips** – like chilling the dough for thicker cookies and mixing chocolate chip varieties for extra flavor.\n- **Yield:** ~48 cookies with just 15 minutes of prep and 10 minutes of baking time.\n\nLet me know if you'd like to make any changes or additions!","options":{}},{"role":"user","content":"Add a section with a holiday-themed variation.","options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"Let me open the document first to see its current content, then add a holiday-themed variation section.","options":{}},{"type":"tool-call","id":"toolu_01S9UztpB27wj35rgMNnDXij","name":"open","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNT94"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01S9UztpB27wj35rgMNnDXij","name":"open","isFailure":false,"result":{"_id":"Exit","_tag":"Success","value":{"content":"# Classic Chocolate Chip Cookies\n\nA timeless recipe for soft, chewy chocolate chip cookies that are golden on the edges and gooey in the center.\n\n## Ingredients\n\n- 2 ¼ cups all-purpose flour\n- 1 tsp baking soda\n- 1 tsp salt\n- 1 cup (2 sticks) unsalted butter, softened\n- ¾ cup granulated sugar\n- ¾ cup packed brown sugar\n- 2 large eggs\n- 2 tsp vanilla extract\n- 2 cups semi-sweet chocolate chips\n\n## Instructions\n\n1. **Preheat** the oven to 375°F (190°C). Line baking sheets with parchment paper.\n2. **Combine dry ingredients:** In a medium bowl, whisk together the flour, baking soda, and salt. Set aside.\n3. **Cream the butter and sugars:** In a large bowl, beat the softened butter, granulated sugar, and brown sugar together until light and fluffy (about 2–3 minutes).\n4. **Add eggs and vanilla:** Beat in the eggs one at a time, then mix in the vanilla extract until combined.\n5. **Mix in dry ingredients:** Gradually add the flour mixture to the wet ingredients, stirring until just combined. Do not overmix.\n6. **Fold in chocolate chips:** Gently stir in the chocolate chips.\n7. **Scoop the dough:** Drop rounded tablespoons of dough onto the prepared baking sheets, spacing them about 2 inches apart.\n8. **Bake:** Bake for 9–11 minutes, or until the edges are golden brown but the centers still look slightly underdone.\n9. **Cool:** Let the cookies cool on the baking sheet for 5 minutes, then transfer to a wire rack to cool completely.\n\n## Tips\n\n- For extra flavor, use a mix of semi-sweet and dark chocolate chips.\n- Chill the dough for 30 minutes before baking for thicker cookies.\n- Store in an airtight container at room temperature for up to 5 days.\n\n**Yield:** ~48 cookies | **Prep Time:** 15 min | **Bake Time:** 10 min\n"}},"providerExecuted":false,"options":{}}],"options":{"anthropic":{"cacheControl":{"ttl":"5m","type":"ephemeral"}}}}]},"response":[{"type":"response-metadata","id":"msg_01QhSv86sUSVNhtkaxqyJFYv","modelId":"claude-opus-4-6","timestamp":"2026-03-31T10:32:26.297Z","metadata":{}},{"type":"tool-params-start","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","name":"update","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"{\"doc\": \"dx","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"n:echo:BDJX","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"MULP","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"W5F","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"B55","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"UZ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"7KP5","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"HL","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"DHVTXUTH","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"E2U:01JG","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"FJJZ00G0WKQS","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"JG","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"MAKCNT94\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":", \"edits\": [","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"{\"oldString\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":":\"## ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"Tips\",\"newSt","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"rin","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"g\":\"## Holi","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"day Va","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"riati","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"on: Pe","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"ppermi","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"nt Whi","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"te ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"Choco","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"late Cookie","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"s 🎄\\n\\nGive ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"th","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"ese cooki","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"es a fe","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"stive twist ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"perfect for","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":" the holida","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"y season!\\n\\","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"n### Ingredi","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"ent Sw","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"aps\\n\\n- ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"Repl","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"ace s","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"emi-","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"sw","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"eet chocolat","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"e ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"chips with","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":" **2 cups ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"white ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"choc","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"olate ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"chips*","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"*.\\n-","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":" Add *","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"*½ cup","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":" cru","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"shed ca","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"nd","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"y cane","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"s**","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":" (a","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"bout 6–","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"8 m","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"ini ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"candy cane","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"s).\\n-","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":" Subs","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"titute va","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"nilla ext","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"ract with *","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"*1 tsp va","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"ni","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"lla extr","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"act +","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":" 1 tsp peppe","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"rmint e","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"xt","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"ract**.\\n\\n#","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"## Addition","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"al Steps\\","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"n\\n- ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"Fold in th","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"e white ch","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"ocola","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"te chips ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"and c","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"rushed","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":" candy cane","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"s together i","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"n Step 6.\\","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"n- Aft","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"er co","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"oling","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":", optionall","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"y drizzle me","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"lte","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"d white choc","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"olate o","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"ver the t","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"ops","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":" and spr","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"ink","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"le ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"with extr","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"a crush","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"ed candy ca","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"ne ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"pie","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"ces ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"for a b","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"eautiful ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"holida","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"y presen","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"tation.\\n","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"\\n###","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":" Decoratio","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"n Idea\\n\\nFo","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"r a co","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"okie pl","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"atte","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"r, use","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":" red and","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":" green spri","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"nkles","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":" on to","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"p of e","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"ach c","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"ookie bef","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"or","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"e baking. ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"They m","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"ake a wo","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"nderf","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"ul homem","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"ade ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"gift ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"when pa","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"ckaged i","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"n a","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":" f","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"estive ti","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"n ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"or cellophan","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"e bag ti","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"ed with","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":" r","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"ibbon! 🎁","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"\\n\\n## Tips\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","delta":"}]}","metadata":{}},{"type":"tool-params-end","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":3100,"outputTokens":388,"totalTokens":3488},"metadata":{"anthropic":{"usage":{"cache_creation":{"ephemeral_1h_input_tokens":0,"ephemeral_5m_input_tokens":0},"cache_creation_input_tokens":0,"cache_read_input_tokens":0,"input_tokens":3100,"output_tokens":24,"server_tool_use":null,"service_tier":"standard"}}}}]},{"parameters":{"model":"@anthropic/claude-opus-4-6","stream":true,"tools":[{"name":"create","description":"Creates a new markdown document and adds it to the space.","inputSchema":{"type":"object","required":["name","content"],"properties":{"name":{"type":"string"},"content":{"type":"string"}},"additionalProperties":false}},{"name":"open","description":"Opens and reads the contents of a new markdown document.","inputSchema":{"type":"object","required":["doc"],"properties":{"doc":{"type":"string","description":"The ID of the referenced object. Formats accepted:\n- DXN (dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4). DXNs can be prepended with an @ symbol for compatibility with in-text references.\n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)","examples":["dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4"]}},"additionalProperties":false}},{"name":"update","description":"Applies a set of edits to the markdown document.","inputSchema":{"type":"object","required":["doc","edits"],"properties":{"doc":{"type":"string","description":"The ID of the referenced object. Formats accepted:\n- DXN (dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4). DXNs can be prepended with an @ symbol for compatibility with in-text references.\n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)","examples":["dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4"]},"edits":{"type":"array","items":{"type":"object","required":["oldString","newString"],"properties":{"oldString":{"type":"string","description":"The text to find in the document."},"newString":{"type":"string","description":"The text to replace it with."},"replaceAll":{"type":"boolean","description":"If true, replaces all occurrences. Defaults to false (first occurrence only)."}},"additionalProperties":false},"description":"The edits to apply to the document. Each edit finds oldString and replaces it with newString."}},"additionalProperties":false}}]},"prompt":{"content":[{"role":"system","content":"## Blueprints Definitions\n\n<blueprint>\n You can create, read and update markdown documents.\n When asked to edit or update documents return updates as a set of compact diff string pairs.\n For each diff, respond with the smallest possible matching span.\n \n Example:\n ```diff\n - \"There is a tyop in this sentence.\"\n + \"There is a typo in this sentence.\"\n - \"This id good.\"\n + \"This sentence is really good.\"\n ```\n</blueprint>","options":{}},{"role":"user","content":"Create a document with a cookie recipe.","options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"The user wants me to create a document with a cookie recipe. Let me create a nice markdown document with a classic cookie recipe.","options":{}},{"type":"tool-call","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","name":"create","params":{"name":"Classic Chocolate Chip Cookies","content":"# Classic Chocolate Chip Cookies\n\nA timeless recipe for soft, chewy chocolate chip cookies that are golden on the edges and gooey in the center.\n\n## Ingredients\n\n- 2 ¼ cups all-purpose flour\n- 1 tsp baking soda\n- 1 tsp salt\n- 1 cup (2 sticks) unsalted butter, softened\n- ¾ cup granulated sugar\n- ¾ cup packed brown sugar\n- 2 large eggs\n- 2 tsp vanilla extract\n- 2 cups semi-sweet chocolate chips\n\n## Instructions\n\n1. **Preheat** the oven to 375°F (190°C). Line baking sheets with parchment paper.\n2. **Combine dry ingredients:** In a medium bowl, whisk together the flour, baking soda, and salt. Set aside.\n3. **Cream the butter and sugars:** In a large bowl, beat the softened butter, granulated sugar, and brown sugar together until light and fluffy (about 2–3 minutes).\n4. **Add eggs and vanilla:** Beat in the eggs one at a time, then mix in the vanilla extract until combined.\n5. **Mix in dry ingredients:** Gradually add the flour mixture to the wet ingredients, stirring until just combined. Do not overmix.\n6. **Fold in chocolate chips:** Gently stir in the chocolate chips.\n7. **Scoop the dough:** Drop rounded tablespoons of dough onto the prepared baking sheets, spacing them about 2 inches apart.\n8. **Bake:** Bake for 9–11 minutes, or until the edges are golden brown but the centers still look slightly underdone.\n9. **Cool:** Let the cookies cool on the baking sheet for 5 minutes, then transfer to a wire rack to cool completely.\n\n## Tips\n\n- For extra flavor, use a mix of semi-sweet and dark chocolate chips.\n- Chill the dough for 30 minutes before baking for thicker cookies.\n- Store in an airtight container at room temperature for up to 5 days.\n\n**Yield:** ~48 cookies | **Prep Time:** 15 min | **Bake Time:** 10 min\n"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","name":"create","isFailure":false,"result":{"_id":"Exit","_tag":"Success","value":{"id":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNT94"}},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":"Your **Classic Chocolate Chip Cookies** recipe document has been created! 🍪 Here's a summary of what's included:\n\n- **Ingredients** – butter, sugars, eggs, vanilla, flour, baking soda, salt, and chocolate chips.\n- **Step-by-step instructions** – from preheating the oven to cooling the cookies.\n- **Helpful tips** – like chilling the dough for thicker cookies and mixing chocolate chip varieties for extra flavor.\n- **Yield:** ~48 cookies with just 15 minutes of prep and 10 minutes of baking time.\n\nLet me know if you'd like to make any changes or additions!","options":{}},{"role":"user","content":"Add a section with a holiday-themed variation.","options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"Let me open the document first to see its current content, then add a holiday-themed variation section.","options":{}},{"type":"tool-call","id":"toolu_01S9UztpB27wj35rgMNnDXij","name":"open","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNT94"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01S9UztpB27wj35rgMNnDXij","name":"open","isFailure":false,"result":{"_id":"Exit","_tag":"Success","value":{"content":"# Classic Chocolate Chip Cookies\n\nA timeless recipe for soft, chewy chocolate chip cookies that are golden on the edges and gooey in the center.\n\n## Ingredients\n\n- 2 ¼ cups all-purpose flour\n- 1 tsp baking soda\n- 1 tsp salt\n- 1 cup (2 sticks) unsalted butter, softened\n- ¾ cup granulated sugar\n- ¾ cup packed brown sugar\n- 2 large eggs\n- 2 tsp vanilla extract\n- 2 cups semi-sweet chocolate chips\n\n## Instructions\n\n1. **Preheat** the oven to 375°F (190°C). Line baking sheets with parchment paper.\n2. **Combine dry ingredients:** In a medium bowl, whisk together the flour, baking soda, and salt. Set aside.\n3. **Cream the butter and sugars:** In a large bowl, beat the softened butter, granulated sugar, and brown sugar together until light and fluffy (about 2–3 minutes).\n4. **Add eggs and vanilla:** Beat in the eggs one at a time, then mix in the vanilla extract until combined.\n5. **Mix in dry ingredients:** Gradually add the flour mixture to the wet ingredients, stirring until just combined. Do not overmix.\n6. **Fold in chocolate chips:** Gently stir in the chocolate chips.\n7. **Scoop the dough:** Drop rounded tablespoons of dough onto the prepared baking sheets, spacing them about 2 inches apart.\n8. **Bake:** Bake for 9–11 minutes, or until the edges are golden brown but the centers still look slightly underdone.\n9. **Cool:** Let the cookies cool on the baking sheet for 5 minutes, then transfer to a wire rack to cool completely.\n\n## Tips\n\n- For extra flavor, use a mix of semi-sweet and dark chocolate chips.\n- Chill the dough for 30 minutes before baking for thicker cookies.\n- Store in an airtight container at room temperature for up to 5 days.\n\n**Yield:** ~48 cookies | **Prep Time:** 15 min | **Bake Time:** 10 min\n"}},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":[{"type":"tool-call","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","name":"update","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNT94","edits":[{"oldString":"## Tips","newString":"## Holiday Variation: Peppermint White Chocolate Cookies 🎄\n\nGive these cookies a festive twist perfect for the holiday season!\n\n### Ingredient Swaps\n\n- Replace semi-sweet chocolate chips with **2 cups white chocolate chips**.\n- Add **½ cup crushed candy canes** (about 6–8 mini candy canes).\n- Substitute vanilla extract with **1 tsp vanilla extract + 1 tsp peppermint extract**.\n\n### Additional Steps\n\n- Fold in the white chocolate chips and crushed candy canes together in Step 6.\n- After cooling, optionally drizzle melted white chocolate over the tops and sprinkle with extra crushed candy cane pieces for a beautiful holiday presentation.\n\n### Decoration Idea\n\nFor a cookie platter, use red and green sprinkles on top of each cookie before baking. They make a wonderful homemade gift when packaged in a festive tin or cellophane bag tied with ribbon! 🎁\n\n## Tips"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01EqsvBZk68fo8BbxKAhi51T","name":"update","isFailure":false,"result":{"_id":"Exit","_tag":"Success","value":{"newContent":"# Classic Chocolate Chip Cookies\n\nA timeless recipe for soft, chewy chocolate chip cookies that are golden on the edges and gooey in the center.\n\n## Ingredients\n\n- 2 ¼ cups all-purpose flour\n- 1 tsp baking soda\n- 1 tsp salt\n- 1 cup (2 sticks) unsalted butter, softened\n- ¾ cup granulated sugar\n- ¾ cup packed brown sugar\n- 2 large eggs\n- 2 tsp vanilla extract\n- 2 cups semi-sweet chocolate chips\n\n## Instructions\n\n1. **Preheat** the oven to 375°F (190°C). Line baking sheets with parchment paper.\n2. **Combine dry ingredients:** In a medium bowl, whisk together the flour, baking soda, and salt. Set aside.\n3. **Cream the butter and sugars:** In a large bowl, beat the softened butter, granulated sugar, and brown sugar together until light and fluffy (about 2–3 minutes).\n4. **Add eggs and vanilla:** Beat in the eggs one at a time, then mix in the vanilla extract until combined.\n5. **Mix in dry ingredients:** Gradually add the flour mixture to the wet ingredients, stirring until just combined. Do not overmix.\n6. **Fold in chocolate chips:** Gently stir in the chocolate chips.\n7. **Scoop the dough:** Drop rounded tablespoons of dough onto the prepared baking sheets, spacing them about 2 inches apart.\n8. **Bake:** Bake for 9–11 minutes, or until the edges are golden brown but the centers still look slightly underdone.\n9. **Cool:** Let the cookies cool on the baking sheet for 5 minutes, then transfer to a wire rack to cool completely.\n\n## Holiday Variation: Peppermint White Chocolate Cookies 🎄\n\nGive these cookies a festive twist perfect for the holiday season!\n\n### Ingredient Swaps\n\n- Replace semi-sweet chocolate chips with **2 cups white chocolate chips**.\n- Add **½ cup crushed candy canes** (about 6–8 mini candy canes).\n- Substitute vanilla extract with **1 tsp vanilla extract + 1 tsp peppermint extract**.\n\n### Additional Steps\n\n- Fold in the white chocolate chips and crushed candy canes together in Step 6.\n- After cooling, optionally drizzle melted white chocolate over the tops and sprinkle with extra crushed candy cane pieces for a beautiful holiday presentation.\n\n### Decoration Idea\n\nFor a cookie platter, use red and green sprinkles on top of each cookie before baking. They make a wonderful homemade gift when packaged in a festive tin or cellophane bag tied with ribbon! 🎁\n\n## Tips\n\n- For extra flavor, use a mix of semi-sweet and dark chocolate chips.\n- Chill the dough for 30 minutes before baking for thicker cookies.\n- Store in an airtight container at room temperature for up to 5 days.\n\n**Yield:** ~48 cookies | **Prep Time:** 15 min | **Bake Time:** 10 min\n"}},"providerExecuted":false,"options":{}}],"options":{"anthropic":{"cacheControl":{"ttl":"5m","type":"ephemeral"}}}}]},"response":[{"type":"response-metadata","id":"msg_01ACfwqrQgn6oDxnjhF1pESZ","modelId":"claude-opus-4-6","timestamp":"2026-03-31T10:32:34.944Z","metadata":{}},{"type":"text-start","id":"0","metadata":{}},{"type":"text-delta","id":"0","delta":"A **","metadata":{}},{"type":"text-delta","id":"0","delta":"Holiday Variation**","metadata":{}},{"type":"text-delta","id":"0","delta":" section has been added to","metadata":{}},{"type":"text-delta","id":"0","delta":" the recipe! 🎄 ","metadata":{}},{"type":"text-delta","id":"0","delta":"Here's what's included","metadata":{}},{"type":"text-delta","id":"0","delta":":\n\n- **P","metadata":{}},{"type":"text-delta","id":"0","delta":"eppermint White Chocolate Cookies","metadata":{}},{"type":"text-delta","id":"0","delta":"** – a","metadata":{}},{"type":"text-delta","id":"0","delta":" festive twist on the classic recipe","metadata":{}},{"type":"text-delta","id":"0","delta":" featuring","metadata":{}},{"type":"text-delta","id":"0","delta":":","metadata":{}},{"type":"text-delta","id":"0","delta":"\n - **","metadata":{}},{"type":"text-delta","id":"0","delta":"White","metadata":{}},{"type":"text-delta","id":"0","delta":" chocolate chips** in","metadata":{}},{"type":"text-delta","id":"0","delta":" place of semi-sweet","metadata":{}},{"type":"text-delta","id":"0","delta":"\n - **Crushed candy c","metadata":{}},{"type":"text-delta","id":"0","delta":"anes** for","metadata":{}},{"type":"text-delta","id":"0","delta":" a min","metadata":{}},{"type":"text-delta","id":"0","delta":"ty cr","metadata":{}},{"type":"text-delta","id":"0","delta":"unch\n - **Pepp","metadata":{}},{"type":"text-delta","id":"0","delta":"ermint extract** for extra","metadata":{}},{"type":"text-delta","id":"0","delta":" holiday flavor\n-","metadata":{}},{"type":"text-delta","id":"0","delta":" **Additional","metadata":{}},{"type":"text-delta","id":"0","delta":" steps** for","metadata":{}},{"type":"text-delta","id":"0","delta":" dr","metadata":{}},{"type":"text-delta","id":"0","delta":"izzling white","metadata":{}},{"type":"text-delta","id":"0","delta":" chocolate and decorating","metadata":{}},{"type":"text-delta","id":"0","delta":"\n- **Decoration ideas","metadata":{}},{"type":"text-delta","id":"0","delta":"** – red","metadata":{}},{"type":"text-delta","id":"0","delta":" and green sprinkles,","metadata":{}},{"type":"text-delta","id":"0","delta":" plus","metadata":{}},{"type":"text-delta","id":"0","delta":" gift","metadata":{}},{"type":"text-delta","id":"0","delta":" packaging","metadata":{}},{"type":"text-delta","id":"0","delta":" suggestions","metadata":{}},{"type":"text-delta","id":"0","delta":" ","metadata":{}},{"type":"text-delta","id":"0","delta":"🎁\n\nLet me know if","metadata":{}},{"type":"text-delta","id":"0","delta":" you'd like any other changes!","metadata":{}},{"type":"text-end","id":"0","metadata":{}},{"type":"finish","reason":"stop","usage":{"inputTokens":1,"outputTokens":149,"totalTokens":150},"metadata":{"anthropic":{"usage":{"cache_creation":{"ephemeral_1h_input_tokens":0,"ephemeral_5m_input_tokens":4338},"cache_creation_input_tokens":4338,"cache_read_input_tokens":0,"input_tokens":1,"output_tokens":2,"server_tool_use":null,"service_tier":"standard"}}}}]},{"parameters":{"model":"@anthropic/claude-opus-4-6","stream":true,"tools":[{"name":"create","description":"Creates a new markdown document and adds it to the space.","inputSchema":{"type":"object","required":["name","content"],"properties":{"name":{"type":"string"},"content":{"type":"string"}},"additionalProperties":false}},{"name":"open","description":"Opens and reads the contents of a new markdown document.","inputSchema":{"type":"object","required":["doc"],"properties":{"doc":{"type":"string","description":"The ID of the referenced object. Formats accepted:\n- DXN (dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4). DXNs can be prepended with an @ symbol for compatibility with in-text references.\n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)","examples":["dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4"]}},"additionalProperties":false}},{"name":"update","description":"Applies a set of edits to the markdown document.","inputSchema":{"type":"object","required":["doc","edits"],"properties":{"doc":{"type":"string","description":"The ID of the referenced object. Formats accepted:\n- DXN (dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4). DXNs can be prepended with an @ symbol for compatibility with in-text references.\n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)","examples":["dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4"]},"edits":{"type":"array","items":{"type":"object","required":["oldString","newString"],"properties":{"oldString":{"type":"string","description":"The text to find in the document."},"newString":{"type":"string","description":"The text to replace it with."},"replaceAll":{"type":"boolean","description":"If true, replaces all occurrences. Defaults to false (first occurrence only)."}},"additionalProperties":false},"description":"The edits to apply to the document. Each edit finds oldString and replaces it with newString."}},"additionalProperties":false}}]},"prompt":{"content":[{"role":"system","content":"## Blueprints Definitions\n\n<blueprint>\n You can create, read and update markdown documents.\n When asked to edit or update documents return updates as a set of compact diff string pairs.\n For each diff, respond with the smallest possible matching span.\n \n Example:\n ```diff\n - \"There is a tyop in this sentence.\"\n + \"There is a typo in this sentence.\"\n - \"This id good.\"\n + \"This sentence is really good.\"\n ```\n</blueprint>\n\n## Context Objects\n\n<object>\n <dxn>dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNT9S</dxn>\n <typename>org.dxos.type.document</typename>\n</object>","options":{}},{"role":"user","content":"Add the missing ingredient (its flour).","options":{"anthropic":{"cacheControl":{"ttl":"5m","type":"ephemeral"}}}}]},"response":[{"type":"response-metadata","id":"msg_01CYRiuDgFmJGxqFkMXR8Xoy","modelId":"claude-opus-4-6","timestamp":"2026-03-31T10:32:38.850Z","metadata":{}},{"type":"reasoning-start","id":"0","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"Let","metadata":{}},{"type":"reasoning-delta","id":"0","delta":" me first","metadata":{}},{"type":"reasoning-delta","id":"0","delta":" open the document","metadata":{}},{"type":"reasoning-delta","id":"0","delta":" to see its contents","metadata":{}},{"type":"reasoning-delta","id":"0","delta":".","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"","metadata":{"anthropic":{"type":"thinking","signature":"Eu4BClkIDBgCKkCVr1A1J+aqALmLyqe1q5OXcYWXc7JVWASOydRf1dFOyadx06rDTP8RriabQAhjDMpDqVRvm7S0pE7Pw7AP4P75Mg9jbGF1ZGUtb3B1cy00LTY4ABIMEtIjW3fVv+6efNnBGgwk08rtC4+TZB6I3u0iMHREc3aZdcfKjO3SryLVn4RUZQIZh040P6wm6lMMJW5eAxrPaLhrWmxZ2VRBC68F0ypDhrYWAf1U886ymqxy3bjbJfHuDlka+bV53/3sOA2MBz5ivqTIxrby8zpSRQ8YlglhaDnKJZrVgqUm/kwnjiIgjbaRAhgB"}}},{"type":"reasoning-end","id":"0","metadata":{}},{"type":"text-start","id":"1","metadata":{}},{"type":"text-delta","id":"1","delta":"Let","metadata":{}},{"type":"text-delta","id":"1","delta":" me open the document first","metadata":{}},{"type":"text-delta","id":"1","delta":" to see its current","metadata":{}},{"type":"text-delta","id":"1","delta":" contents.","metadata":{}},{"type":"text-end","id":"1","metadata":{}},{"type":"tool-params-start","id":"toolu_01DQTEztogRDQvyieF9PCLtY","name":"open","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_01DQTEztogRDQvyieF9PCLtY","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01DQTEztogRDQvyieF9PCLtY","delta":"{\"doc","metadata":{}},{"type":"tool-params-delta","id":"toolu_01DQTEztogRDQvyieF9PCLtY","delta":"\": \"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01DQTEztogRDQvyieF9PCLtY","delta":"dxn:echo","metadata":{}},{"type":"tool-params-delta","id":"toolu_01DQTEztogRDQvyieF9PCLtY","delta":":BDJXMUL","metadata":{}},{"type":"tool-params-delta","id":"toolu_01DQTEztogRDQvyieF9PCLtY","delta":"PW","metadata":{}},{"type":"tool-params-delta","id":"toolu_01DQTEztogRDQvyieF9PCLtY","delta":"5FB5","metadata":{}},{"type":"tool-params-delta","id":"toolu_01DQTEztogRDQvyieF9PCLtY","delta":"5U","metadata":{}},{"type":"tool-params-delta","id":"toolu_01DQTEztogRDQvyieF9PCLtY","delta":"Z7KP5HLDHVTX","metadata":{}},{"type":"tool-params-delta","id":"toolu_01DQTEztogRDQvyieF9PCLtY","delta":"UTHE2U:01J","metadata":{}},{"type":"tool-params-delta","id":"toolu_01DQTEztogRDQvyieF9PCLtY","delta":"GFJJZ00G0","metadata":{}},{"type":"tool-params-delta","id":"toolu_01DQTEztogRDQvyieF9PCLtY","delta":"WKQSJGM","metadata":{}},{"type":"tool-params-delta","id":"toolu_01DQTEztogRDQvyieF9PCLtY","delta":"AKCNT9S\"}","metadata":{}},{"type":"tool-params-end","id":"toolu_01DQTEztogRDQvyieF9PCLtY","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":1689,"outputTokens":137,"totalTokens":1826},"metadata":{"anthropic":{"usage":{"cache_creation":{"ephemeral_1h_input_tokens":0,"ephemeral_5m_input_tokens":0},"cache_creation_input_tokens":0,"cache_read_input_tokens":0,"input_tokens":1689,"output_tokens":1,"server_tool_use":null,"service_tier":"standard"}}}}]},{"parameters":{"model":"@anthropic/claude-opus-4-6","stream":true,"tools":[{"name":"create","description":"Creates a new markdown document and adds it to the space.","inputSchema":{"type":"object","required":["name","content"],"properties":{"name":{"type":"string"},"content":{"type":"string"}},"additionalProperties":false}},{"name":"open","description":"Opens and reads the contents of a new markdown document.","inputSchema":{"type":"object","required":["doc"],"properties":{"doc":{"type":"string","description":"The ID of the referenced object. Formats accepted:\n- DXN (dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4). DXNs can be prepended with an @ symbol for compatibility with in-text references.\n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)","examples":["dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4"]}},"additionalProperties":false}},{"name":"update","description":"Applies a set of edits to the markdown document.","inputSchema":{"type":"object","required":["doc","edits"],"properties":{"doc":{"type":"string","description":"The ID of the referenced object. Formats accepted:\n- DXN (dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4). DXNs can be prepended with an @ symbol for compatibility with in-text references.\n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)","examples":["dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4"]},"edits":{"type":"array","items":{"type":"object","required":["oldString","newString"],"properties":{"oldString":{"type":"string","description":"The text to find in the document."},"newString":{"type":"string","description":"The text to replace it with."},"replaceAll":{"type":"boolean","description":"If true, replaces all occurrences. Defaults to false (first occurrence only)."}},"additionalProperties":false},"description":"The edits to apply to the document. Each edit finds oldString and replaces it with newString."}},"additionalProperties":false}}]},"prompt":{"content":[{"role":"system","content":"## Blueprints Definitions\n\n<blueprint>\n You can create, read and update markdown documents.\n When asked to edit or update documents return updates as a set of compact diff string pairs.\n For each diff, respond with the smallest possible matching span.\n \n Example:\n ```diff\n - \"There is a tyop in this sentence.\"\n + \"There is a typo in this sentence.\"\n - \"This id good.\"\n + \"This sentence is really good.\"\n ```\n</blueprint>\n\n## Context Objects\n\n<object>\n <dxn>dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNT9S</dxn>\n <typename>org.dxos.type.document</typename>\n</object>","options":{}},{"role":"user","content":"Add the missing ingredient (its flour).","options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"Let me first open the document to see its contents.","options":{}},{"type":"text","text":"Let me open the document first to see its current contents.","options":{}},{"type":"tool-call","id":"toolu_01DQTEztogRDQvyieF9PCLtY","name":"open","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNT9S"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01DQTEztogRDQvyieF9PCLtY","name":"open","isFailure":false,"result":{"_id":"Exit","_tag":"Success","value":{"content":"Ingredients: \n - 2 cups of ???\n - 1 cup of sugar\n - 1 cup of butter\n - 1 cup of eggs"}},"providerExecuted":false,"options":{}}],"options":{"anthropic":{"cacheControl":{"ttl":"5m","type":"ephemeral"}}}}]},"response":[{"type":"response-metadata","id":"msg_011rTB4iYDMciBvgU9Q2yJaC","modelId":"claude-opus-4-6","timestamp":"2026-03-31T10:32:42.385Z","metadata":{}},{"type":"text-start","id":"0","metadata":{}},{"type":"text-delta","id":"0","delta":"I can","metadata":{}},{"type":"text-delta","id":"0","delta":" see the missing","metadata":{}},{"type":"text-delta","id":"0","delta":" ingredient.","metadata":{}},{"type":"text-delta","id":"0","delta":" Let","metadata":{}},{"type":"text-delta","id":"0","delta":" me replace","metadata":{}},{"type":"text-delta","id":"0","delta":" the","metadata":{}},{"type":"text-delta","id":"0","delta":" `","metadata":{}},{"type":"text-delta","id":"0","delta":"???` with `","metadata":{}},{"type":"text-delta","id":"0","delta":"flour`.","metadata":{}},{"type":"text-end","id":"0","metadata":{}},{"type":"tool-params-start","id":"toolu_014DRCcFHz3U1HwmJGGudMuZ","name":"update","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_014DRCcFHz3U1HwmJGGudMuZ","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_014DRCcFHz3U1HwmJGGudMuZ","delta":"{\"do","metadata":{}},{"type":"tool-params-delta","id":"toolu_014DRCcFHz3U1HwmJGGudMuZ","delta":"c\": ","metadata":{}},{"type":"tool-params-delta","id":"toolu_014DRCcFHz3U1HwmJGGudMuZ","delta":"\"dxn:ech","metadata":{}},{"type":"tool-params-delta","id":"toolu_014DRCcFHz3U1HwmJGGudMuZ","delta":"o:BDJX","metadata":{}},{"type":"tool-params-delta","id":"toolu_014DRCcFHz3U1HwmJGGudMuZ","delta":"MULPW5FB5","metadata":{}},{"type":"tool-params-delta","id":"toolu_014DRCcFHz3U1HwmJGGudMuZ","delta":"5UZ7KP5H","metadata":{}},{"type":"tool-params-delta","id":"toolu_014DRCcFHz3U1HwmJGGudMuZ","delta":"LDHVTXUTHE2U","metadata":{}},{"type":"tool-params-delta","id":"toolu_014DRCcFHz3U1HwmJGGudMuZ","delta":":01JGFJ","metadata":{}},{"type":"tool-params-delta","id":"toolu_014DRCcFHz3U1HwmJGGudMuZ","delta":"JZ00G0WKQSJ","metadata":{}},{"type":"tool-params-delta","id":"toolu_014DRCcFHz3U1HwmJGGudMuZ","delta":"GMA","metadata":{}},{"type":"tool-params-delta","id":"toolu_014DRCcFHz3U1HwmJGGudMuZ","delta":"KCNT9S\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_014DRCcFHz3U1HwmJGGudMuZ","delta":", \"edits\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_014DRCcFHz3U1HwmJGGudMuZ","delta":": [{\"old","metadata":{}},{"type":"tool-params-delta","id":"toolu_014DRCcFHz3U1HwmJGGudMuZ","delta":"St","metadata":{}},{"type":"tool-params-delta","id":"toolu_014DRCcFHz3U1HwmJGGudMuZ","delta":"rin","metadata":{}},{"type":"tool-params-delta","id":"toolu_014DRCcFHz3U1HwmJGGudMuZ","delta":"g\":\"2","metadata":{}},{"type":"tool-params-delta","id":"toolu_014DRCcFHz3U1HwmJGGudMuZ","delta":" cu","metadata":{}},{"type":"tool-params-delta","id":"toolu_014DRCcFHz3U1HwmJGGudMuZ","delta":"ps of ??","metadata":{}},{"type":"tool-params-delta","id":"toolu_014DRCcFHz3U1HwmJGGudMuZ","delta":"?\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_014DRCcFHz3U1HwmJGGudMuZ","delta":",\"newString","metadata":{}},{"type":"tool-params-delta","id":"toolu_014DRCcFHz3U1HwmJGGudMuZ","delta":"\":\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_014DRCcFHz3U1HwmJGGudMuZ","delta":"2 cups of f","metadata":{}},{"type":"tool-params-delta","id":"toolu_014DRCcFHz3U1HwmJGGudMuZ","delta":"lour\"}]}","metadata":{}},{"type":"tool-params-end","id":"toolu_014DRCcFHz3U1HwmJGGudMuZ","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":1850,"outputTokens":162,"totalTokens":2012},"metadata":{"anthropic":{"usage":{"cache_creation":{"ephemeral_1h_input_tokens":0,"ephemeral_5m_input_tokens":0},"cache_creation_input_tokens":0,"cache_read_input_tokens":0,"input_tokens":1850,"output_tokens":2,"server_tool_use":null,"service_tier":"standard"}}}}]},{"parameters":{"model":"@anthropic/claude-opus-4-6","stream":true,"tools":[{"name":"create","description":"Creates a new markdown document and adds it to the space.","inputSchema":{"type":"object","required":["name","content"],"properties":{"name":{"type":"string"},"content":{"type":"string"}},"additionalProperties":false}},{"name":"open","description":"Opens and reads the contents of a new markdown document.","inputSchema":{"type":"object","required":["doc"],"properties":{"doc":{"type":"string","description":"The ID of the referenced object. Formats accepted:\n- DXN (dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4). DXNs can be prepended with an @ symbol for compatibility with in-text references.\n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)","examples":["dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4"]}},"additionalProperties":false}},{"name":"update","description":"Applies a set of edits to the markdown document.","inputSchema":{"type":"object","required":["doc","edits"],"properties":{"doc":{"type":"string","description":"The ID of the referenced object. Formats accepted:\n- DXN (dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4). DXNs can be prepended with an @ symbol for compatibility with in-text references.\n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)","examples":["dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4"]},"edits":{"type":"array","items":{"type":"object","required":["oldString","newString"],"properties":{"oldString":{"type":"string","description":"The text to find in the document."},"newString":{"type":"string","description":"The text to replace it with."},"replaceAll":{"type":"boolean","description":"If true, replaces all occurrences. Defaults to false (first occurrence only)."}},"additionalProperties":false},"description":"The edits to apply to the document. Each edit finds oldString and replaces it with newString."}},"additionalProperties":false}}]},"prompt":{"content":[{"role":"system","content":"## Blueprints Definitions\n\n<blueprint>\n You can create, read and update markdown documents.\n When asked to edit or update documents return updates as a set of compact diff string pairs.\n For each diff, respond with the smallest possible matching span.\n \n Example:\n ```diff\n - \"There is a tyop in this sentence.\"\n + \"There is a typo in this sentence.\"\n - \"This id good.\"\n + \"This sentence is really good.\"\n ```\n</blueprint>\n\n## Context Objects\n\n<object>\n <dxn>dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNT9S</dxn>\n <typename>org.dxos.type.document</typename>\n</object>","options":{}},{"role":"user","content":"Add the missing ingredient (its flour).","options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"Let me first open the document to see its contents.","options":{}},{"type":"text","text":"Let me open the document first to see its current contents.","options":{}},{"type":"tool-call","id":"toolu_01DQTEztogRDQvyieF9PCLtY","name":"open","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNT9S"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01DQTEztogRDQvyieF9PCLtY","name":"open","isFailure":false,"result":{"_id":"Exit","_tag":"Success","value":{"content":"Ingredients: \n - 2 cups of ???\n - 1 cup of sugar\n - 1 cup of butter\n - 1 cup of eggs"}},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":[{"type":"text","text":"I can see the missing ingredient. Let me replace the `???` with `flour`.","options":{}},{"type":"tool-call","id":"toolu_014DRCcFHz3U1HwmJGGudMuZ","name":"update","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNT9S","edits":[{"oldString":"2 cups of ???","newString":"2 cups of flour"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_014DRCcFHz3U1HwmJGGudMuZ","name":"update","isFailure":false,"result":{"_id":"Exit","_tag":"Success","value":{"newContent":"Ingredients: \n - 2 cups of flour\n - 1 cup of sugar\n - 1 cup of butter\n - 1 cup of eggs"}},"providerExecuted":false,"options":{}}],"options":{"anthropic":{"cacheControl":{"ttl":"5m","type":"ephemeral"}}}}]},"response":[{"type":"response-metadata","id":"msg_011n1ZUBttrbRDEGHYtjC2Ec","modelId":"claude-opus-4-6","timestamp":"2026-03-31T10:32:45.816Z","metadata":{}},{"type":"text-start","id":"0","metadata":{}},{"type":"text-delta","id":"0","delta":"Done","metadata":{}},{"type":"text-delta","id":"0","delta":"! I've replaced","metadata":{}},{"type":"text-delta","id":"0","delta":" the `","metadata":{}},{"type":"text-delta","id":"0","delta":"???` with **","metadata":{}},{"type":"text-delta","id":"0","delta":"flour**","metadata":{}},{"type":"text-delta","id":"0","delta":" in the ingredients","metadata":{}},{"type":"text-delta","id":"0","delta":" list.","metadata":{}},{"type":"text-end","id":"0","metadata":{}},{"type":"finish","reason":"stop","usage":{"inputTokens":2088,"outputTokens":21,"totalTokens":2109},"metadata":{"anthropic":{"usage":{"cache_creation":{"ephemeral_1h_input_tokens":0,"ephemeral_5m_input_tokens":0},"cache_creation_input_tokens":0,"cache_read_input_tokens":0,"input_tokens":2088,"output_tokens":1,"server_tool_use":null,"service_tier":"standard"}}}}]},{"parameters":{"model":"@anthropic/claude-opus-4-6","stream":true,"tools":[{"name":"create","description":"Creates a new markdown document and adds it to the space.","inputSchema":{"type":"object","required":["name","content"],"properties":{"name":{"type":"string"},"content":{"type":"string"}},"additionalProperties":false}},{"name":"open","description":"Opens and reads the contents of a new markdown document.","inputSchema":{"type":"object","required":["doc"],"properties":{"doc":{"type":"string","description":"The ID of the referenced object. Formats accepted:\n- DXN (dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4). DXNs can be prepended with an @ symbol for compatibility with in-text references.\n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)","examples":["dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4"]}},"additionalProperties":false}},{"name":"update","description":"Applies a set of edits to the markdown document.","inputSchema":{"type":"object","required":["doc","edits"],"properties":{"doc":{"type":"string","description":"The ID of the referenced object. Formats accepted:\n- DXN (dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4). DXNs can be prepended with an @ symbol for compatibility with in-text references.\n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)","examples":["dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4"]},"edits":{"type":"array","items":{"type":"object","required":["oldString","newString"],"properties":{"oldString":{"type":"string","description":"The text to find in the document."},"newString":{"type":"string","description":"The text to replace it with."},"replaceAll":{"type":"boolean","description":"If true, replaces all occurrences. Defaults to false (first occurrence only)."}},"additionalProperties":false},"description":"The edits to apply to the document. Each edit finds oldString and replaces it with newString."}},"additionalProperties":false}}]},"prompt":{"content":[{"role":"system","content":"## Blueprints Definitions\n\n<blueprint>\n You can create, read and update markdown documents.\n When asked to edit or update documents return updates as a set of compact diff string pairs.\n For each diff, respond with the smallest possible matching span.\n \n Example:\n ```diff\n - \"There is a tyop in this sentence.\"\n + \"There is a typo in this sentence.\"\n - \"This id good.\"\n + \"This sentence is really good.\"\n ```\n</blueprint>\n\n## Context Objects\n\n<object>\n <dxn>dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTAQ</dxn>\n <typename>org.dxos.type.document</typename>\n</object>","options":{}},{"role":"user","content":"Add milk to the shopping list.","options":{"anthropic":{"cacheControl":{"ttl":"5m","type":"ephemeral"}}}}]},"response":[{"type":"response-metadata","id":"msg_01XDQurWiJRPrX8KRG64FMEd","modelId":"claude-opus-4-6","timestamp":"2026-03-31T10:32:48.052Z","metadata":{}},{"type":"reasoning-start","id":"0","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"Let","metadata":{}},{"type":"reasoning-delta","id":"0","delta":" me first","metadata":{}},{"type":"reasoning-delta","id":"0","delta":" open","metadata":{}},{"type":"reasoning-delta","id":"0","delta":" the document","metadata":{}},{"type":"reasoning-delta","id":"0","delta":" to see its","metadata":{}},{"type":"reasoning-delta","id":"0","delta":" current contents.","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"","metadata":{"anthropic":{"type":"thinking","signature":"EvYBClkIDBgCKkB59APG7kQJaS56ZghJ7yGmUDPTIff8aJqcCaiTm7DBlPfIkAEzU9xUX9RfyXK8kuAlQ2FqlGTMKvYxrrstJfcdMg9jbGF1ZGUtb3B1cy00LTY4ABIMw3AMoRx/7cSFpdfMGgzOqIuwcdafwtnh46IiMOpFqBbF9uGOeE+QEPXQBwA2P1vmcNWKeh2f86GJ+f1Cjz6CGlK85W6qGGmXwNyDeipLU1WwQOhZfA4H7eZWulzIkb7uK+aPzLcX6BWtoI1Fj0NtybSCXQ2p5e3uhyqS4opoCaDsJjVIxm/dXTz4dAWKWq6eSEycmLginto2GAE="}}},{"type":"reasoning-end","id":"0","metadata":{}},{"type":"text-start","id":"1","metadata":{}},{"type":"text-delta","id":"1","delta":"Let","metadata":{}},{"type":"text-delta","id":"1","delta":" me open the document first","metadata":{}},{"type":"text-delta","id":"1","delta":" to see the","metadata":{}},{"type":"text-delta","id":"1","delta":" current shopping","metadata":{}},{"type":"text-delta","id":"1","delta":" list.","metadata":{}},{"type":"text-end","id":"1","metadata":{}},{"type":"tool-params-start","id":"toolu_01PTdekY4U4edgoya1TxMfga","name":"open","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_01PTdekY4U4edgoya1TxMfga","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PTdekY4U4edgoya1TxMfga","delta":"{\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PTdekY4U4edgoya1TxMfga","delta":"doc\":","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PTdekY4U4edgoya1TxMfga","delta":" \"dxn:echo","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PTdekY4U4edgoya1TxMfga","delta":":BDJXMUL","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PTdekY4U4edgoya1TxMfga","delta":"PW5FB55UZ7KP","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PTdekY4U4edgoya1TxMfga","delta":"5HLDHVTXUTH","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PTdekY4U4edgoya1TxMfga","delta":"E2","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PTdekY4U4edgoya1TxMfga","delta":"U:01JG","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PTdekY4U4edgoya1TxMfga","delta":"FJJZ00G0","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PTdekY4U4edgoya1TxMfga","delta":"WKQSJGMAKCN","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PTdekY4U4edgoya1TxMfga","delta":"TAQ\"}","metadata":{}},{"type":"tool-params-end","id":"toolu_01PTdekY4U4edgoya1TxMfga","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":1687,"outputTokens":138,"totalTokens":1825},"metadata":{"anthropic":{"usage":{"cache_creation":{"ephemeral_1h_input_tokens":0,"ephemeral_5m_input_tokens":0},"cache_creation_input_tokens":0,"cache_read_input_tokens":0,"input_tokens":1687,"output_tokens":1,"server_tool_use":null,"service_tier":"standard"}}}}]},{"parameters":{"model":"@anthropic/claude-opus-4-6","stream":true,"tools":[{"name":"create","description":"Creates a new markdown document and adds it to the space.","inputSchema":{"type":"object","required":["name","content"],"properties":{"name":{"type":"string"},"content":{"type":"string"}},"additionalProperties":false}},{"name":"open","description":"Opens and reads the contents of a new markdown document.","inputSchema":{"type":"object","required":["doc"],"properties":{"doc":{"type":"string","description":"The ID of the referenced object. Formats accepted:\n- DXN (dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4). DXNs can be prepended with an @ symbol for compatibility with in-text references.\n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)","examples":["dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4"]}},"additionalProperties":false}},{"name":"update","description":"Applies a set of edits to the markdown document.","inputSchema":{"type":"object","required":["doc","edits"],"properties":{"doc":{"type":"string","description":"The ID of the referenced object. Formats accepted:\n- DXN (dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4). DXNs can be prepended with an @ symbol for compatibility with in-text references.\n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)","examples":["dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4"]},"edits":{"type":"array","items":{"type":"object","required":["oldString","newString"],"properties":{"oldString":{"type":"string","description":"The text to find in the document."},"newString":{"type":"string","description":"The text to replace it with."},"replaceAll":{"type":"boolean","description":"If true, replaces all occurrences. Defaults to false (first occurrence only)."}},"additionalProperties":false},"description":"The edits to apply to the document. Each edit finds oldString and replaces it with newString."}},"additionalProperties":false}}]},"prompt":{"content":[{"role":"system","content":"## Blueprints Definitions\n\n<blueprint>\n You can create, read and update markdown documents.\n When asked to edit or update documents return updates as a set of compact diff string pairs.\n For each diff, respond with the smallest possible matching span.\n \n Example:\n ```diff\n - \"There is a tyop in this sentence.\"\n + \"There is a typo in this sentence.\"\n - \"This id good.\"\n + \"This sentence is really good.\"\n ```\n</blueprint>\n\n## Context Objects\n\n<object>\n <dxn>dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTAQ</dxn>\n <typename>org.dxos.type.document</typename>\n</object>","options":{}},{"role":"user","content":"Add milk to the shopping list.","options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"Let me first open the document to see its current contents.","options":{}},{"type":"text","text":"Let me open the document first to see the current shopping list.","options":{}},{"type":"tool-call","id":"toolu_01PTdekY4U4edgoya1TxMfga","name":"open","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTAQ"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01PTdekY4U4edgoya1TxMfga","name":"open","isFailure":false,"result":{"_id":"Exit","_tag":"Success","value":{"content":"# Shopping list"}},"providerExecuted":false,"options":{}}],"options":{"anthropic":{"cacheControl":{"ttl":"5m","type":"ephemeral"}}}}]},"response":[{"type":"response-metadata","id":"msg_01MUwpoy5jy4rypXFZNW4QJb","modelId":"claude-opus-4-6","timestamp":"2026-03-31T10:32:50.863Z","metadata":{}},{"type":"text-start","id":"0","metadata":{}},{"type":"text-delta","id":"0","delta":"I can","metadata":{}},{"type":"text-delta","id":"0","delta":" see the shopping list.","metadata":{}},{"type":"text-delta","id":"0","delta":" Let","metadata":{}},{"type":"text-delta","id":"0","delta":" me add milk to it.","metadata":{}},{"type":"text-end","id":"0","metadata":{}},{"type":"tool-params-start","id":"toolu_01W3qhbp8WrcUwqcMBxofJL1","name":"update","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_01W3qhbp8WrcUwqcMBxofJL1","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01W3qhbp8WrcUwqcMBxofJL1","delta":"{\"d","metadata":{}},{"type":"tool-params-delta","id":"toolu_01W3qhbp8WrcUwqcMBxofJL1","delta":"oc\": \"dxn","metadata":{}},{"type":"tool-params-delta","id":"toolu_01W3qhbp8WrcUwqcMBxofJL1","delta":":echo:BDJXMU","metadata":{}},{"type":"tool-params-delta","id":"toolu_01W3qhbp8WrcUwqcMBxofJL1","delta":"LPW5FB","metadata":{}},{"type":"tool-params-delta","id":"toolu_01W3qhbp8WrcUwqcMBxofJL1","delta":"55UZ7KP5","metadata":{}},{"type":"tool-params-delta","id":"toolu_01W3qhbp8WrcUwqcMBxofJL1","delta":"HLDHVTXUT","metadata":{}},{"type":"tool-params-delta","id":"toolu_01W3qhbp8WrcUwqcMBxofJL1","delta":"HE2","metadata":{}},{"type":"tool-params-delta","id":"toolu_01W3qhbp8WrcUwqcMBxofJL1","delta":"U:01JGFJJ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01W3qhbp8WrcUwqcMBxofJL1","delta":"Z00G0WKQ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01W3qhbp8WrcUwqcMBxofJL1","delta":"SJ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01W3qhbp8WrcUwqcMBxofJL1","delta":"GM","metadata":{}},{"type":"tool-params-delta","id":"toolu_01W3qhbp8WrcUwqcMBxofJL1","delta":"AKCNT","metadata":{}},{"type":"tool-params-delta","id":"toolu_01W3qhbp8WrcUwqcMBxofJL1","delta":"AQ\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01W3qhbp8WrcUwqcMBxofJL1","delta":", ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01W3qhbp8WrcUwqcMBxofJL1","delta":"\"e","metadata":{}},{"type":"tool-params-delta","id":"toolu_01W3qhbp8WrcUwqcMBxofJL1","delta":"dit","metadata":{}},{"type":"tool-params-delta","id":"toolu_01W3qhbp8WrcUwqcMBxofJL1","delta":"s\": [{","metadata":{}},{"type":"tool-params-delta","id":"toolu_01W3qhbp8WrcUwqcMBxofJL1","delta":"\"oldString\":","metadata":{}},{"type":"tool-params-delta","id":"toolu_01W3qhbp8WrcUwqcMBxofJL1","delta":"\"# S","metadata":{}},{"type":"tool-params-delta","id":"toolu_01W3qhbp8WrcUwqcMBxofJL1","delta":"hoppin","metadata":{}},{"type":"tool-params-delta","id":"toolu_01W3qhbp8WrcUwqcMBxofJL1","delta":"g ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01W3qhbp8WrcUwqcMBxofJL1","delta":"lis","metadata":{}},{"type":"tool-params-delta","id":"toolu_01W3qhbp8WrcUwqcMBxofJL1","delta":"t\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01W3qhbp8WrcUwqcMBxofJL1","delta":",\"ne","metadata":{}},{"type":"tool-params-delta","id":"toolu_01W3qhbp8WrcUwqcMBxofJL1","delta":"wString\":","metadata":{}},{"type":"tool-params-delta","id":"toolu_01W3qhbp8WrcUwqcMBxofJL1","delta":"\"# ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01W3qhbp8WrcUwqcMBxofJL1","delta":"Shopping lis","metadata":{}},{"type":"tool-params-delta","id":"toolu_01W3qhbp8WrcUwqcMBxofJL1","delta":"t\\n- Milk\"}]}","metadata":{}},{"type":"tool-params-end","id":"toolu_01W3qhbp8WrcUwqcMBxofJL1","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":1808,"outputTokens":161,"totalTokens":1969},"metadata":{"anthropic":{"usage":{"cache_creation":{"ephemeral_1h_input_tokens":0,"ephemeral_5m_input_tokens":0},"cache_creation_input_tokens":0,"cache_read_input_tokens":0,"input_tokens":1808,"output_tokens":2,"server_tool_use":null,"service_tier":"standard"}}}}]},{"parameters":{"model":"@anthropic/claude-opus-4-6","stream":true,"tools":[{"name":"create","description":"Creates a new markdown document and adds it to the space.","inputSchema":{"type":"object","required":["name","content"],"properties":{"name":{"type":"string"},"content":{"type":"string"}},"additionalProperties":false}},{"name":"open","description":"Opens and reads the contents of a new markdown document.","inputSchema":{"type":"object","required":["doc"],"properties":{"doc":{"type":"string","description":"The ID of the referenced object. Formats accepted:\n- DXN (dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4). DXNs can be prepended with an @ symbol for compatibility with in-text references.\n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)","examples":["dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4"]}},"additionalProperties":false}},{"name":"update","description":"Applies a set of edits to the markdown document.","inputSchema":{"type":"object","required":["doc","edits"],"properties":{"doc":{"type":"string","description":"The ID of the referenced object. Formats accepted:\n- DXN (dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4). DXNs can be prepended with an @ symbol for compatibility with in-text references.\n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)","examples":["dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4"]},"edits":{"type":"array","items":{"type":"object","required":["oldString","newString"],"properties":{"oldString":{"type":"string","description":"The text to find in the document."},"newString":{"type":"string","description":"The text to replace it with."},"replaceAll":{"type":"boolean","description":"If true, replaces all occurrences. Defaults to false (first occurrence only)."}},"additionalProperties":false},"description":"The edits to apply to the document. Each edit finds oldString and replaces it with newString."}},"additionalProperties":false}}]},"prompt":{"content":[{"role":"system","content":"## Blueprints Definitions\n\n<blueprint>\n You can create, read and update markdown documents.\n When asked to edit or update documents return updates as a set of compact diff string pairs.\n For each diff, respond with the smallest possible matching span.\n \n Example:\n ```diff\n - \"There is a tyop in this sentence.\"\n + \"There is a typo in this sentence.\"\n - \"This id good.\"\n + \"This sentence is really good.\"\n ```\n</blueprint>\n\n## Context Objects\n\n<object>\n <dxn>dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTAQ</dxn>\n <typename>org.dxos.type.document</typename>\n</object>","options":{}},{"role":"user","content":"Add milk to the shopping list.","options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"Let me first open the document to see its current contents.","options":{}},{"type":"text","text":"Let me open the document first to see the current shopping list.","options":{}},{"type":"tool-call","id":"toolu_01PTdekY4U4edgoya1TxMfga","name":"open","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTAQ"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01PTdekY4U4edgoya1TxMfga","name":"open","isFailure":false,"result":{"_id":"Exit","_tag":"Success","value":{"content":"# Shopping list"}},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":[{"type":"text","text":"I can see the shopping list. Let me add milk to it.","options":{}},{"type":"tool-call","id":"toolu_01W3qhbp8WrcUwqcMBxofJL1","name":"update","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTAQ","edits":[{"oldString":"# Shopping list","newString":"# Shopping list\n- Milk"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01W3qhbp8WrcUwqcMBxofJL1","name":"update","isFailure":false,"result":{"_id":"Exit","_tag":"Success","value":{"newContent":"# Shopping list\n- Milk"}},"providerExecuted":false,"options":{}}],"options":{"anthropic":{"cacheControl":{"ttl":"5m","type":"ephemeral"}}}}]},"response":[{"type":"response-metadata","id":"msg_01CinrNeRrmQJYj3hTNUAmqg","modelId":"claude-opus-4-6","timestamp":"2026-03-31T10:32:53.969Z","metadata":{}},{"type":"text-start","id":"0","metadata":{}},{"type":"text-delta","id":"0","delta":"Done! I've added **","metadata":{}},{"type":"text-delta","id":"0","delta":"Milk** to your shopping list. ","metadata":{}},{"type":"text-delta","id":"0","delta":"🥛","metadata":{}},{"type":"text-end","id":"0","metadata":{}},{"type":"finish","reason":"stop","usage":{"inputTokens":2007,"outputTokens":21,"totalTokens":2028},"metadata":{"anthropic":{"usage":{"cache_creation":{"ephemeral_1h_input_tokens":0,"ephemeral_5m_input_tokens":0},"cache_creation_input_tokens":0,"cache_read_input_tokens":0,"input_tokens":2007,"output_tokens":6,"server_tool_use":null,"service_tier":"standard"}}}}]},{"parameters":{"model":"@anthropic/claude-opus-4-6","stream":true,"tools":[{"name":"create","description":"Creates a new markdown document and adds it to the space.","inputSchema":{"type":"object","required":["name","content"],"properties":{"name":{"type":"string"},"content":{"type":"string"}},"additionalProperties":false}},{"name":"open","description":"Opens and reads the contents of a new markdown document.","inputSchema":{"type":"object","required":["doc"],"properties":{"doc":{"type":"string","description":"The ID of the referenced object. Formats accepted:\n- DXN (dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4). DXNs can be prepended with an @ symbol for compatibility with in-text references.\n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)","examples":["dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4"]}},"additionalProperties":false}},{"name":"update","description":"Applies a set of edits to the markdown document.","inputSchema":{"type":"object","required":["doc","edits"],"properties":{"doc":{"type":"string","description":"The ID of the referenced object. Formats accepted:\n- DXN (dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4). DXNs can be prepended with an @ symbol for compatibility with in-text references.\n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)","examples":["dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4"]},"edits":{"type":"array","items":{"type":"object","required":["oldString","newString"],"properties":{"oldString":{"type":"string","description":"The text to find in the document."},"newString":{"type":"string","description":"The text to replace it with."},"replaceAll":{"type":"boolean","description":"If true, replaces all occurrences. Defaults to false (first occurrence only)."}},"additionalProperties":false},"description":"The edits to apply to the document. Each edit finds oldString and replaces it with newString."}},"additionalProperties":false}}]},"prompt":{"content":[{"role":"system","content":"## Blueprints Definitions\n\n<blueprint>\n You can create, read and update markdown documents.\n When asked to edit or update documents return updates as a set of compact diff string pairs.\n For each diff, respond with the smallest possible matching span.\n \n Example:\n ```diff\n - \"There is a tyop in this sentence.\"\n + \"There is a typo in this sentence.\"\n - \"This id good.\"\n + \"This sentence is really good.\"\n ```\n</blueprint>\n\n## Context Objects\n\n<object>\n <dxn>dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTAQ</dxn>\n <typename>org.dxos.type.document</typename>\n</object>","options":{}},{"role":"user","content":"Add milk to the shopping list.","options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"Let me first open the document to see its current contents.","options":{}},{"type":"text","text":"Let me open the document first to see the current shopping list.","options":{}},{"type":"tool-call","id":"toolu_01PTdekY4U4edgoya1TxMfga","name":"open","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTAQ"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01PTdekY4U4edgoya1TxMfga","name":"open","isFailure":false,"result":{"_id":"Exit","_tag":"Success","value":{"content":"# Shopping list"}},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":[{"type":"text","text":"I can see the shopping list. Let me add milk to it.","options":{}},{"type":"tool-call","id":"toolu_01W3qhbp8WrcUwqcMBxofJL1","name":"update","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTAQ","edits":[{"oldString":"# Shopping list","newString":"# Shopping list\n- Milk"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01W3qhbp8WrcUwqcMBxofJL1","name":"update","isFailure":false,"result":{"_id":"Exit","_tag":"Success","value":{"newContent":"# Shopping list\n- Milk"}},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":"Done! I've added **Milk** to your shopping list. 🥛","options":{}},{"role":"user","content":"Add bread to the shopping list.","options":{"anthropic":{"cacheControl":{"ttl":"5m","type":"ephemeral"}}}}]},"response":[{"type":"response-metadata","id":"msg_01VHS8T9LJMEQ4iMxejUvyBu","modelId":"claude-opus-4-6","timestamp":"2026-03-31T10:32:56.163Z","metadata":{}},{"type":"reasoning-start","id":"0","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"The user wants to add bread to the","metadata":{}},{"type":"reasoning-delta","id":"0","delta":" shopping list.","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"","metadata":{"anthropic":{"type":"thinking","signature":"EuwBClkIDBgCKkAraTXjC7ngh1HfjFBILEHbcmAEbdztNEENVCqBB39yWXF2Rbklau/3p/bWFKtEUW55JtQNjfH9u8SlH32Ra9nRMg9jbGF1ZGUtb3B1cy00LTY4ABIM3t7eopFeLs2uZmvoGgztxWC8HSzzhO4SNfIiML+DAveYKT3ZEgYaOclWBIQ3O0y4IFKarK/vHqV7Lu0tV+9mAoBBtlr4ckf9pgE0/ypByEVX0RYxipH3vyXdFNaK4dvTgyCOTzJKoYgKi6edINmCHDw03tOPlNvp7N7lOyCsS+N2bzdnITVOurEdev6s1tUYAQ=="}}},{"type":"reasoning-end","id":"0","metadata":{}},{"type":"tool-params-start","id":"toolu_01Fuf7bJDZWQmy9gUhzTG21e","name":"update","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_01Fuf7bJDZWQmy9gUhzTG21e","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Fuf7bJDZWQmy9gUhzTG21e","delta":"{\"doc\": \"d","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Fuf7bJDZWQmy9gUhzTG21e","delta":"xn:","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Fuf7bJDZWQmy9gUhzTG21e","delta":"echo:BDJXM","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Fuf7bJDZWQmy9gUhzTG21e","delta":"ULPW5F","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Fuf7bJDZWQmy9gUhzTG21e","delta":"B55UZ7KP5HL","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Fuf7bJDZWQmy9gUhzTG21e","delta":"DHVTXUTH","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Fuf7bJDZWQmy9gUhzTG21e","delta":"E2U:01JGFJJZ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Fuf7bJDZWQmy9gUhzTG21e","delta":"00G0WKQ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Fuf7bJDZWQmy9gUhzTG21e","delta":"SJGMAKC","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Fuf7bJDZWQmy9gUhzTG21e","delta":"NTAQ\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Fuf7bJDZWQmy9gUhzTG21e","delta":", ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Fuf7bJDZWQmy9gUhzTG21e","delta":"\"ed","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Fuf7bJDZWQmy9gUhzTG21e","delta":"its\": [{\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Fuf7bJDZWQmy9gUhzTG21e","delta":"oldS","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Fuf7bJDZWQmy9gUhzTG21e","delta":"tring","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Fuf7bJDZWQmy9gUhzTG21e","delta":"\":\"- Milk\",\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Fuf7bJDZWQmy9gUhzTG21e","delta":"newString\":","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Fuf7bJDZWQmy9gUhzTG21e","delta":"\"- Milk\\n- ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Fuf7bJDZWQmy9gUhzTG21e","delta":"Bread\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Fuf7bJDZWQmy9gUhzTG21e","delta":"}]}","metadata":{}},{"type":"tool-params-end","id":"toolu_01Fuf7bJDZWQmy9gUhzTG21e","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":2067,"outputTokens":165,"totalTokens":2232},"metadata":{"anthropic":{"usage":{"cache_creation":{"ephemeral_1h_input_tokens":0,"ephemeral_5m_input_tokens":0},"cache_creation_input_tokens":0,"cache_read_input_tokens":0,"input_tokens":2067,"output_tokens":8,"server_tool_use":null,"service_tier":"standard"}}}}]},{"parameters":{"model":"@anthropic/claude-opus-4-6","stream":true,"tools":[{"name":"create","description":"Creates a new markdown document and adds it to the space.","inputSchema":{"type":"object","required":["name","content"],"properties":{"name":{"type":"string"},"content":{"type":"string"}},"additionalProperties":false}},{"name":"open","description":"Opens and reads the contents of a new markdown document.","inputSchema":{"type":"object","required":["doc"],"properties":{"doc":{"type":"string","description":"The ID of the referenced object. Formats accepted:\n- DXN (dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4). DXNs can be prepended with an @ symbol for compatibility with in-text references.\n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)","examples":["dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4"]}},"additionalProperties":false}},{"name":"update","description":"Applies a set of edits to the markdown document.","inputSchema":{"type":"object","required":["doc","edits"],"properties":{"doc":{"type":"string","description":"The ID of the referenced object. Formats accepted:\n- DXN (dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4). DXNs can be prepended with an @ symbol for compatibility with in-text references.\n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)","examples":["dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4"]},"edits":{"type":"array","items":{"type":"object","required":["oldString","newString"],"properties":{"oldString":{"type":"string","description":"The text to find in the document."},"newString":{"type":"string","description":"The text to replace it with."},"replaceAll":{"type":"boolean","description":"If true, replaces all occurrences. Defaults to false (first occurrence only)."}},"additionalProperties":false},"description":"The edits to apply to the document. Each edit finds oldString and replaces it with newString."}},"additionalProperties":false}}]},"prompt":{"content":[{"role":"system","content":"## Blueprints Definitions\n\n<blueprint>\n You can create, read and update markdown documents.\n When asked to edit or update documents return updates as a set of compact diff string pairs.\n For each diff, respond with the smallest possible matching span.\n \n Example:\n ```diff\n - \"There is a tyop in this sentence.\"\n + \"There is a typo in this sentence.\"\n - \"This id good.\"\n + \"This sentence is really good.\"\n ```\n</blueprint>\n\n## Context Objects\n\n<object>\n <dxn>dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTAQ</dxn>\n <typename>org.dxos.type.document</typename>\n</object>","options":{}},{"role":"user","content":"Add milk to the shopping list.","options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"Let me first open the document to see its current contents.","options":{}},{"type":"text","text":"Let me open the document first to see the current shopping list.","options":{}},{"type":"tool-call","id":"toolu_01PTdekY4U4edgoya1TxMfga","name":"open","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTAQ"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01PTdekY4U4edgoya1TxMfga","name":"open","isFailure":false,"result":{"_id":"Exit","_tag":"Success","value":{"content":"# Shopping list"}},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":[{"type":"text","text":"I can see the shopping list. Let me add milk to it.","options":{}},{"type":"tool-call","id":"toolu_01W3qhbp8WrcUwqcMBxofJL1","name":"update","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTAQ","edits":[{"oldString":"# Shopping list","newString":"# Shopping list\n- Milk"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01W3qhbp8WrcUwqcMBxofJL1","name":"update","isFailure":false,"result":{"_id":"Exit","_tag":"Success","value":{"newContent":"# Shopping list\n- Milk"}},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":"Done! I've added **Milk** to your shopping list. 🥛","options":{}},{"role":"user","content":"Add bread to the shopping list.","options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"The user wants to add bread to the shopping list.","options":{}},{"type":"tool-call","id":"toolu_01Fuf7bJDZWQmy9gUhzTG21e","name":"update","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTAQ","edits":[{"oldString":"- Milk","newString":"- Milk\n- Bread"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01Fuf7bJDZWQmy9gUhzTG21e","name":"update","isFailure":false,"result":{"_id":"Exit","_tag":"Success","value":{"newContent":"# Shopping list\n- Milk\n- Bread"}},"providerExecuted":false,"options":{}}],"options":{"anthropic":{"cacheControl":{"ttl":"5m","type":"ephemeral"}}}}]},"response":[{"type":"response-metadata","id":"msg_01EUK5kjnFgC5PPHBBThDow9","modelId":"claude-opus-4-6","timestamp":"2026-03-31T10:32:59.448Z","metadata":{}},{"type":"text-start","id":"0","metadata":{}},{"type":"text-delta","id":"0","delta":"Done! I've added **Bread","metadata":{}},{"type":"text-delta","id":"0","delta":"** to your shopping list. ","metadata":{}},{"type":"text-delta","id":"0","delta":"🍞 ","metadata":{}},{"type":"text-delta","id":"0","delta":"Here","metadata":{}},{"type":"text-delta","id":"0","delta":"'s what","metadata":{}},{"type":"text-delta","id":"0","delta":" you","metadata":{}},{"type":"text-delta","id":"0","delta":" have","metadata":{}},{"type":"text-delta","id":"0","delta":" so","metadata":{}},{"type":"text-delta","id":"0","delta":" far:\n\n- Milk\n-","metadata":{}},{"type":"text-delta","id":"0","delta":" Bread","metadata":{}},{"type":"text-end","id":"0","metadata":{}},{"type":"finish","reason":"stop","usage":{"inputTokens":2228,"outputTokens":38,"totalTokens":2266},"metadata":{"anthropic":{"usage":{"cache_creation":{"ephemeral_1h_input_tokens":0,"ephemeral_5m_input_tokens":0},"cache_creation_input_tokens":0,"cache_read_input_tokens":0,"input_tokens":2228,"output_tokens":8,"server_tool_use":null,"service_tier":"standard"}}}}]},{"parameters":{"model":"@anthropic/claude-opus-4-6","stream":true,"tools":[{"name":"create","description":"Creates a new markdown document and adds it to the space.","inputSchema":{"type":"object","required":["name","content"],"properties":{"name":{"type":"string"},"content":{"type":"string"}},"additionalProperties":false}},{"name":"open","description":"Opens and reads the contents of a new markdown document.","inputSchema":{"type":"object","required":["doc"],"properties":{"doc":{"type":"string","description":"The ID of the referenced object. Formats accepted:\n- DXN (dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4). DXNs can be prepended with an @ symbol for compatibility with in-text references.\n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)","examples":["dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4"]}},"additionalProperties":false}},{"name":"update","description":"Applies a set of edits to the markdown document.","inputSchema":{"type":"object","required":["doc","edits"],"properties":{"doc":{"type":"string","description":"The ID of the referenced object. Formats accepted:\n- DXN (dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4). DXNs can be prepended with an @ symbol for compatibility with in-text references.\n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)","examples":["dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4"]},"edits":{"type":"array","items":{"type":"object","required":["oldString","newString"],"properties":{"oldString":{"type":"string","description":"The text to find in the document."},"newString":{"type":"string","description":"The text to replace it with."},"replaceAll":{"type":"boolean","description":"If true, replaces all occurrences. Defaults to false (first occurrence only)."}},"additionalProperties":false},"description":"The edits to apply to the document. Each edit finds oldString and replaces it with newString."}},"additionalProperties":false}}]},"prompt":{"content":[{"role":"system","content":"## Blueprints Definitions\n\n<blueprint>\n You can create, read and update markdown documents.\n When asked to edit or update documents return updates as a set of compact diff string pairs.\n For each diff, respond with the smallest possible matching span.\n \n Example:\n ```diff\n - \"There is a tyop in this sentence.\"\n + \"There is a typo in this sentence.\"\n - \"This id good.\"\n + \"This sentence is really good.\"\n ```\n</blueprint>\n\n## Context Objects\n\n<object>\n <dxn>dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTAQ</dxn>\n <typename>org.dxos.type.document</typename>\n</object>","options":{}},{"role":"user","content":"Add milk to the shopping list.","options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"Let me first open the document to see its current contents.","options":{}},{"type":"text","text":"Let me open the document first to see the current shopping list.","options":{}},{"type":"tool-call","id":"toolu_01PTdekY4U4edgoya1TxMfga","name":"open","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTAQ"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01PTdekY4U4edgoya1TxMfga","name":"open","isFailure":false,"result":{"_id":"Exit","_tag":"Success","value":{"content":"# Shopping list"}},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":[{"type":"text","text":"I can see the shopping list. Let me add milk to it.","options":{}},{"type":"tool-call","id":"toolu_01W3qhbp8WrcUwqcMBxofJL1","name":"update","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTAQ","edits":[{"oldString":"# Shopping list","newString":"# Shopping list\n- Milk"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01W3qhbp8WrcUwqcMBxofJL1","name":"update","isFailure":false,"result":{"_id":"Exit","_tag":"Success","value":{"newContent":"# Shopping list\n- Milk"}},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":"Done! I've added **Milk** to your shopping list. 🥛","options":{}},{"role":"user","content":"Add bread to the shopping list.","options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"The user wants to add bread to the shopping list.","options":{}},{"type":"tool-call","id":"toolu_01Fuf7bJDZWQmy9gUhzTG21e","name":"update","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTAQ","edits":[{"oldString":"- Milk","newString":"- Milk\n- Bread"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01Fuf7bJDZWQmy9gUhzTG21e","name":"update","isFailure":false,"result":{"_id":"Exit","_tag":"Success","value":{"newContent":"# Shopping list\n- Milk\n- Bread"}},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":"Done! I've added **Bread** to your shopping list. 🍞 Here's what you have so far:\n\n- Milk\n- Bread","options":{}},{"role":"user","content":"Add eggs to the shopping list.","options":{"anthropic":{"cacheControl":{"ttl":"5m","type":"ephemeral"}}}}]},"response":[{"type":"response-metadata","id":"msg_01WvMjCUwcgVHj8r7CeG1ARK","modelId":"claude-opus-4-6","timestamp":"2026-03-31T10:33:01.904Z","metadata":{}},{"type":"reasoning-start","id":"0","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"Add","metadata":{}},{"type":"reasoning-delta","id":"0","delta":" eggs to the shopping list.","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"","metadata":{"anthropic":{"type":"thinking","signature":"EtkBClkIDBgCKkBDuxvb3wQZoyIBpSOTTBfE2dimgsiLpNeLu2VlmAeekE8xnnYgwdoDL4OPP9BkGMb/ozj4QSmXyHHVKW6lBCX3Mg9jbGF1ZGUtb3B1cy00LTY4ABIMrhQ3VJgHZktS/SXiGgzpL0x0SqzeI3dsSOQiMGUoEem+DoYUejDsbNxV/ZMHDtTeNRn6an8MFNcfq94VMkNw8QI2DvX+xDpwVLkShCouHt50p01EBFLcihKNCrQkbXFhn7362HUpDglrEwKhCaCMVJ0X8VOfmMZ8DoVskhgB"}}},{"type":"reasoning-end","id":"0","metadata":{}},{"type":"tool-params-start","id":"toolu_01LN1C8RmScgJveaMrhJcXha","name":"update","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_01LN1C8RmScgJveaMrhJcXha","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01LN1C8RmScgJveaMrhJcXha","delta":"{\"doc\": \"dx","metadata":{}},{"type":"tool-params-delta","id":"toolu_01LN1C8RmScgJveaMrhJcXha","delta":"n:ec","metadata":{}},{"type":"tool-params-delta","id":"toolu_01LN1C8RmScgJveaMrhJcXha","delta":"ho:","metadata":{}},{"type":"tool-params-delta","id":"toolu_01LN1C8RmScgJveaMrhJcXha","delta":"BDJXMUL","metadata":{}},{"type":"tool-params-delta","id":"toolu_01LN1C8RmScgJveaMrhJcXha","delta":"PW5FB55UZ7KP","metadata":{}},{"type":"tool-params-delta","id":"toolu_01LN1C8RmScgJveaMrhJcXha","delta":"5HLDHV","metadata":{}},{"type":"tool-params-delta","id":"toolu_01LN1C8RmScgJveaMrhJcXha","delta":"TXUTHE2U:","metadata":{}},{"type":"tool-params-delta","id":"toolu_01LN1C8RmScgJveaMrhJcXha","delta":"01JGFJJ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01LN1C8RmScgJveaMrhJcXha","delta":"Z00G0WKQSJGM","metadata":{}},{"type":"tool-params-delta","id":"toolu_01LN1C8RmScgJveaMrhJcXha","delta":"AKCNTAQ\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01LN1C8RmScgJveaMrhJcXha","delta":", \"ed","metadata":{}},{"type":"tool-params-delta","id":"toolu_01LN1C8RmScgJveaMrhJcXha","delta":"its\": [","metadata":{}},{"type":"tool-params-delta","id":"toolu_01LN1C8RmScgJveaMrhJcXha","delta":"{\"oldSt","metadata":{}},{"type":"tool-params-delta","id":"toolu_01LN1C8RmScgJveaMrhJcXha","delta":"ri","metadata":{}},{"type":"tool-params-delta","id":"toolu_01LN1C8RmScgJveaMrhJcXha","delta":"ng\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01LN1C8RmScgJveaMrhJcXha","delta":":\"- Bread","metadata":{}},{"type":"tool-params-delta","id":"toolu_01LN1C8RmScgJveaMrhJcXha","delta":"\",\"newStri","metadata":{}},{"type":"tool-params-delta","id":"toolu_01LN1C8RmScgJveaMrhJcXha","delta":"ng\":\"- B","metadata":{}},{"type":"tool-params-delta","id":"toolu_01LN1C8RmScgJveaMrhJcXha","delta":"read\\n-","metadata":{}},{"type":"tool-params-delta","id":"toolu_01LN1C8RmScgJveaMrhJcXha","delta":" Eggs\"}]}","metadata":{}},{"type":"tool-params-end","id":"toolu_01LN1C8RmScgJveaMrhJcXha","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":2305,"outputTokens":161,"totalTokens":2466},"metadata":{"anthropic":{"usage":{"cache_creation":{"ephemeral_1h_input_tokens":0,"ephemeral_5m_input_tokens":0},"cache_creation_input_tokens":0,"cache_read_input_tokens":0,"input_tokens":2305,"output_tokens":1,"server_tool_use":null,"service_tier":"standard"}}}}]},{"parameters":{"model":"@anthropic/claude-opus-4-6","stream":true,"tools":[{"name":"create","description":"Creates a new markdown document and adds it to the space.","inputSchema":{"type":"object","required":["name","content"],"properties":{"name":{"type":"string"},"content":{"type":"string"}},"additionalProperties":false}},{"name":"open","description":"Opens and reads the contents of a new markdown document.","inputSchema":{"type":"object","required":["doc"],"properties":{"doc":{"type":"string","description":"The ID of the referenced object. Formats accepted:\n- DXN (dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4). DXNs can be prepended with an @ symbol for compatibility with in-text references.\n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)","examples":["dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4"]}},"additionalProperties":false}},{"name":"update","description":"Applies a set of edits to the markdown document.","inputSchema":{"type":"object","required":["doc","edits"],"properties":{"doc":{"type":"string","description":"The ID of the referenced object. Formats accepted:\n- DXN (dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4). DXNs can be prepended with an @ symbol for compatibility with in-text references.\n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)","examples":["dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4"]},"edits":{"type":"array","items":{"type":"object","required":["oldString","newString"],"properties":{"oldString":{"type":"string","description":"The text to find in the document."},"newString":{"type":"string","description":"The text to replace it with."},"replaceAll":{"type":"boolean","description":"If true, replaces all occurrences. Defaults to false (first occurrence only)."}},"additionalProperties":false},"description":"The edits to apply to the document. Each edit finds oldString and replaces it with newString."}},"additionalProperties":false}}]},"prompt":{"content":[{"role":"system","content":"## Blueprints Definitions\n\n<blueprint>\n You can create, read and update markdown documents.\n When asked to edit or update documents return updates as a set of compact diff string pairs.\n For each diff, respond with the smallest possible matching span.\n \n Example:\n ```diff\n - \"There is a tyop in this sentence.\"\n + \"There is a typo in this sentence.\"\n - \"This id good.\"\n + \"This sentence is really good.\"\n ```\n</blueprint>\n\n## Context Objects\n\n<object>\n <dxn>dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTAQ</dxn>\n <typename>org.dxos.type.document</typename>\n</object>","options":{}},{"role":"user","content":"Add milk to the shopping list.","options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"Let me first open the document to see its current contents.","options":{}},{"type":"text","text":"Let me open the document first to see the current shopping list.","options":{}},{"type":"tool-call","id":"toolu_01PTdekY4U4edgoya1TxMfga","name":"open","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTAQ"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01PTdekY4U4edgoya1TxMfga","name":"open","isFailure":false,"result":{"_id":"Exit","_tag":"Success","value":{"content":"# Shopping list"}},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":[{"type":"text","text":"I can see the shopping list. Let me add milk to it.","options":{}},{"type":"tool-call","id":"toolu_01W3qhbp8WrcUwqcMBxofJL1","name":"update","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTAQ","edits":[{"oldString":"# Shopping list","newString":"# Shopping list\n- Milk"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01W3qhbp8WrcUwqcMBxofJL1","name":"update","isFailure":false,"result":{"_id":"Exit","_tag":"Success","value":{"newContent":"# Shopping list\n- Milk"}},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":"Done! I've added **Milk** to your shopping list. 🥛","options":{}},{"role":"user","content":"Add bread to the shopping list.","options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"The user wants to add bread to the shopping list.","options":{}},{"type":"tool-call","id":"toolu_01Fuf7bJDZWQmy9gUhzTG21e","name":"update","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTAQ","edits":[{"oldString":"- Milk","newString":"- Milk\n- Bread"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01Fuf7bJDZWQmy9gUhzTG21e","name":"update","isFailure":false,"result":{"_id":"Exit","_tag":"Success","value":{"newContent":"# Shopping list\n- Milk\n- Bread"}},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":"Done! I've added **Bread** to your shopping list. 🍞 Here's what you have so far:\n\n- Milk\n- Bread","options":{}},{"role":"user","content":"Add eggs to the shopping list.","options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"Add eggs to the shopping list.","options":{}},{"type":"tool-call","id":"toolu_01LN1C8RmScgJveaMrhJcXha","name":"update","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTAQ","edits":[{"oldString":"- Bread","newString":"- Bread\n- Eggs"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01LN1C8RmScgJveaMrhJcXha","name":"update","isFailure":false,"result":{"_id":"Exit","_tag":"Success","value":{"newContent":"# Shopping list\n- Milk\n- Bread\n- Eggs"}},"providerExecuted":false,"options":{}}],"options":{"anthropic":{"cacheControl":{"ttl":"5m","type":"ephemeral"}}}}]},"response":[{"type":"response-metadata","id":"msg_01Bpn7ZV7Fi7rTEtyTtW9Jsn","modelId":"claude-opus-4-6","timestamp":"2026-03-31T10:33:05.062Z","metadata":{}},{"type":"text-start","id":"0","metadata":{}},{"type":"text-delta","id":"0","delta":"Done! I've added **Eggs","metadata":{}},{"type":"text-delta","id":"0","delta":"** to your shopping list. ","metadata":{}},{"type":"text-delta","id":"0","delta":"🥚 Here's what you have","metadata":{}},{"type":"text-delta","id":"0","delta":" so far:\n\n- Milk","metadata":{}},{"type":"text-delta","id":"0","delta":"\n- Bread\n- Eggs","metadata":{}},{"type":"text-end","id":"0","metadata":{}},{"type":"finish","reason":"stop","usage":{"inputTokens":2471,"outputTokens":42,"totalTokens":2513},"metadata":{"anthropic":{"usage":{"cache_creation":{"ephemeral_1h_input_tokens":0,"ephemeral_5m_input_tokens":0},"cache_creation_input_tokens":0,"cache_read_input_tokens":0,"input_tokens":2471,"output_tokens":8,"server_tool_use":null,"service_tier":"standard"}}}}]},{"parameters":{"model":"@anthropic/claude-opus-4-6","stream":true,"tools":[{"name":"create","description":"Creates a new markdown document and adds it to the space.","inputSchema":{"type":"object","required":["name","content"],"properties":{"name":{"type":"string"},"content":{"type":"string"}},"additionalProperties":false}},{"name":"open","description":"Opens and reads the contents of a new markdown document.","inputSchema":{"type":"object","required":["doc"],"properties":{"doc":{"type":"string","description":"The ID of the referenced object. Formats accepted:\n- DXN (dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4). DXNs can be prepended with an @ symbol for compatibility with in-text references.\n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)","examples":["dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4"]}},"additionalProperties":false}},{"name":"update","description":"Applies a set of edits to the markdown document.","inputSchema":{"type":"object","required":["doc","edits"],"properties":{"doc":{"type":"string","description":"The ID of the referenced object. Formats accepted:\n- DXN (dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4). DXNs can be prepended with an @ symbol for compatibility with in-text references.\n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)","examples":["dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4"]},"edits":{"type":"array","items":{"type":"object","required":["oldString","newString"],"properties":{"oldString":{"type":"string","description":"The text to find in the document."},"newString":{"type":"string","description":"The text to replace it with."},"replaceAll":{"type":"boolean","description":"If true, replaces all occurrences. Defaults to false (first occurrence only)."}},"additionalProperties":false},"description":"The edits to apply to the document. Each edit finds oldString and replaces it with newString."}},"additionalProperties":false}}]},"prompt":{"content":[{"role":"system","content":"## Blueprints Definitions\n\n<blueprint>\n You can create, read and update markdown documents.\n When asked to edit or update documents return updates as a set of compact diff string pairs.\n For each diff, respond with the smallest possible matching span.\n \n Example:\n ```diff\n - \"There is a tyop in this sentence.\"\n + \"There is a typo in this sentence.\"\n - \"This id good.\"\n + \"This sentence is really good.\"\n ```\n</blueprint>","options":{}},{"role":"user","content":"Create a document with a cookie recipe.","options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"The user wants me to create a document with a cookie recipe. Let me create a nice markdown document with a classic cookie recipe.","options":{}},{"type":"tool-call","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","name":"create","params":{"name":"Classic Chocolate Chip Cookies","content":"# Classic Chocolate Chip Cookies\n\nA timeless recipe for soft, chewy chocolate chip cookies that are golden on the edges and gooey in the center.\n\n## Ingredients\n\n- 2 ¼ cups all-purpose flour\n- 1 tsp baking soda\n- 1 tsp salt\n- 1 cup (2 sticks) unsalted butter, softened\n- ¾ cup granulated sugar\n- ¾ cup packed brown sugar\n- 2 large eggs\n- 2 tsp vanilla extract\n- 2 cups semi-sweet chocolate chips\n\n## Instructions\n\n1. **Preheat** the oven to 375°F (190°C). Line baking sheets with parchment paper.\n2. **Combine dry ingredients:** In a medium bowl, whisk together the flour, baking soda, and salt. Set aside.\n3. **Cream the butter and sugars:** In a large bowl, beat the softened butter, granulated sugar, and brown sugar together until light and fluffy (about 2–3 minutes).\n4. **Add eggs and vanilla:** Beat in the eggs one at a time, then mix in the vanilla extract until combined.\n5. **Mix in dry ingredients:** Gradually add the flour mixture to the wet ingredients, stirring until just combined. Do not overmix.\n6. **Fold in chocolate chips:** Gently stir in the chocolate chips.\n7. **Scoop the dough:** Drop rounded tablespoons of dough onto the prepared baking sheets, spacing them about 2 inches apart.\n8. **Bake:** Bake for 9–11 minutes, or until the edges are golden brown but the centers still look slightly underdone.\n9. **Cool:** Let the cookies cool on the baking sheet for 5 minutes, then transfer to a wire rack to cool completely.\n\n## Tips\n\n- For extra flavor, use a mix of semi-sweet and dark chocolate chips.\n- Chill the dough for 30 minutes before baking for thicker cookies.\n- Store in an airtight container at room temperature for up to 5 days.\n\n**Yield:** ~48 cookies | **Prep Time:** 15 min | **Bake Time:** 10 min\n"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","name":"create","isFailure":false,"result":{"_id":"Exit","_tag":"Success","value":{"id":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTJ1"}},"providerExecuted":false,"options":{}}],"options":{"anthropic":{"cacheControl":{"ttl":"5m","type":"ephemeral"}}}}]},"response":[{"type":"response-metadata","id":"msg_0199pxZVsPjuJSaRpDj5eBAc","modelId":"claude-opus-4-6","timestamp":"2026-04-03T15:09:58.739Z","metadata":{}},{"type":"text-start","id":"0","metadata":{}},{"type":"text-delta","id":"0","delta":"Your","metadata":{}},{"type":"text-delta","id":"0","delta":" **Classic Chocolate Chip Cookies** recipe document has been created! 🍪 Here's a summary of what's","metadata":{}},{"type":"text-delta","id":"0","delta":" included:\n\n- **Ingredients** – A full list including flour, butter, sug","metadata":{}},{"type":"text-delta","id":"0","delta":"ars, eggs, vanilla, and chocolate chips.\n- **Step-by-step instructions** – From preheating the oven to cooling the cookies on a","metadata":{}},{"type":"text-delta","id":"0","delta":" wire rack.\n- **Helpful tips** – Like chilling the dough for thicker cookies and mixing chocolate chip","metadata":{}},{"type":"text-delta","id":"0","delta":" varieties for extra flavor.\n\nThe recipe yields about 48 cookies with just 15 minutes of prep and 10 minutes of baking.","metadata":{}},{"type":"text-delta","id":"0","delta":" Let me know if you'd like to make any changes!","metadata":{}},{"type":"text-end","id":"0","metadata":{}},{"type":"finish","reason":"stop","usage":{"inputTokens":2245,"outputTokens":151,"totalTokens":2396},"metadata":{"anthropic":{"usage":{"cache_creation":{"ephemeral_1h_input_tokens":0,"ephemeral_5m_input_tokens":0},"cache_creation_input_tokens":0,"cache_read_input_tokens":0,"input_tokens":2245,"output_tokens":1,"server_tool_use":null,"service_tier":"standard"}}}}]},{"parameters":{"model":"@anthropic/claude-opus-4-6","stream":true,"tools":[{"name":"create","description":"Creates a new markdown document and adds it to the space.","inputSchema":{"type":"object","required":["name","content"],"properties":{"name":{"type":"string"},"content":{"type":"string"}},"additionalProperties":false}},{"name":"open","description":"Opens and reads the contents of a new markdown document.","inputSchema":{"type":"object","required":["doc"],"properties":{"doc":{"type":"string","description":"The ID of the referenced object. Formats accepted:\n- DXN (dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4). DXNs can be prepended with an @ symbol for compatibility with in-text references.\n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)","examples":["dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4"]}},"additionalProperties":false}},{"name":"update","description":"Applies a set of edits to the markdown document.","inputSchema":{"type":"object","required":["doc","edits"],"properties":{"doc":{"type":"string","description":"The ID of the referenced object. Formats accepted:\n- DXN (dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4). DXNs can be prepended with an @ symbol for compatibility with in-text references.\n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)","examples":["dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4"]},"edits":{"type":"array","items":{"type":"object","required":["oldString","newString"],"properties":{"oldString":{"type":"string","description":"The text to find in the document."},"newString":{"type":"string","description":"The text to replace it with."},"replaceAll":{"type":"boolean","description":"If true, replaces all occurrences. Defaults to false (first occurrence only)."}},"additionalProperties":false},"description":"The edits to apply to the document. Each edit finds oldString and replaces it with newString."}},"additionalProperties":false}}]},"prompt":{"content":[{"role":"system","content":"## Blueprints Definitions\n\n<blueprint>\n You can create, read and update markdown documents.\n When asked to edit or update documents return updates as a set of compact diff string pairs.\n For each diff, respond with the smallest possible matching span.\n \n Example:\n ```diff\n - \"There is a tyop in this sentence.\"\n + \"There is a typo in this sentence.\"\n - \"This id good.\"\n + \"This sentence is really good.\"\n ```\n</blueprint>","options":{}},{"role":"user","content":"Create a document with a cookie recipe.","options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"The user wants me to create a document with a cookie recipe. Let me create a nice markdown document with a classic cookie recipe.","options":{}},{"type":"tool-call","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","name":"create","params":{"name":"Classic Chocolate Chip Cookies","content":"# Classic Chocolate Chip Cookies\n\nA timeless recipe for soft, chewy chocolate chip cookies that are golden on the edges and gooey in the center.\n\n## Ingredients\n\n- 2 ¼ cups all-purpose flour\n- 1 tsp baking soda\n- 1 tsp salt\n- 1 cup (2 sticks) unsalted butter, softened\n- ¾ cup granulated sugar\n- ¾ cup packed brown sugar\n- 2 large eggs\n- 2 tsp vanilla extract\n- 2 cups semi-sweet chocolate chips\n\n## Instructions\n\n1. **Preheat** the oven to 375°F (190°C). Line baking sheets with parchment paper.\n2. **Combine dry ingredients:** In a medium bowl, whisk together the flour, baking soda, and salt. Set aside.\n3. **Cream the butter and sugars:** In a large bowl, beat the softened butter, granulated sugar, and brown sugar together until light and fluffy (about 2–3 minutes).\n4. **Add eggs and vanilla:** Beat in the eggs one at a time, then mix in the vanilla extract until combined.\n5. **Mix in dry ingredients:** Gradually add the flour mixture to the wet ingredients, stirring until just combined. Do not overmix.\n6. **Fold in chocolate chips:** Gently stir in the chocolate chips.\n7. **Scoop the dough:** Drop rounded tablespoons of dough onto the prepared baking sheets, spacing them about 2 inches apart.\n8. **Bake:** Bake for 9–11 minutes, or until the edges are golden brown but the centers still look slightly underdone.\n9. **Cool:** Let the cookies cool on the baking sheet for 5 minutes, then transfer to a wire rack to cool completely.\n\n## Tips\n\n- For extra flavor, use a mix of semi-sweet and dark chocolate chips.\n- Chill the dough for 30 minutes before baking for thicker cookies.\n- Store in an airtight container at room temperature for up to 5 days.\n\n**Yield:** ~48 cookies | **Prep Time:** 15 min | **Bake Time:** 10 min\n"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","name":"create","isFailure":false,"result":{"_id":"Exit","_tag":"Success","value":{"id":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTJ1"}},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":"Your **Classic Chocolate Chip Cookies** recipe document has been created! 🍪 Here's a summary of what's included:\n\n- **Ingredients** – A full list including flour, butter, sugars, eggs, vanilla, and chocolate chips.\n- **Step-by-step instructions** – From preheating the oven to cooling the cookies on a wire rack.\n- **Helpful tips** – Like chilling the dough for thicker cookies and mixing chocolate chip varieties for extra flavor.\n\nThe recipe yields about 48 cookies with just 15 minutes of prep and 10 minutes of baking. Let me know if you'd like to make any changes!","options":{}},{"role":"user","content":"Add a section with a holiday-themed variation.","options":{"anthropic":{"cacheControl":{"ttl":"5m","type":"ephemeral"}}}}]},"response":[{"type":"response-metadata","id":"msg_01RAofTBRJByHQSASoeSD4u6","modelId":"claude-opus-4-6","timestamp":"2026-04-03T15:10:03.148Z","metadata":{}},{"type":"reasoning-start","id":"0","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"Let","metadata":{}},{"type":"reasoning-delta","id":"0","delta":" me open the document first to see its current content, then add a holiday-themed variation section.","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"","metadata":{"anthropic":{"type":"thinking","signature":"EqICClkIDBgCKkD+c6uaQ2PKXUtIbfcFxlc1mtfbvHp/xoYQaTGybeAAxzGv6qA8hPtrko0AUkKF4bkEOO0Xi1wxOX3IjFEEIG03Mg9jbGF1ZGUtb3B1cy00LTY4ABIMsG6k9EDM4FTz0R3eGgxjwYkXcWGqFCXkXIsiMF2qF82e0n2brsqmfRqdmDUT4dWoDT0ITt5YNM7R1hRpueKXhj4UUBhiHbQzRX3OtCp3RhgVWGAOaVATEyXKmfyffeNXcReeuwzv6uJhmve3IVUS66qQtughKCIuTH5T5cikD/BJyri7PFNLcwk29TACpQxkF0cRtu6Akbu+vuH8ItPU7850V4MSXE1xiF4vDhh3mCpGbEevcxEU5vwWchuVp3jJH5JyYOEYAQ=="}}},{"type":"reasoning-end","id":"0","metadata":{}},{"type":"tool-params-start","id":"toolu_01SHt1mry5HK5yLzdSqMywSB","name":"open","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_01SHt1mry5HK5yLzdSqMywSB","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SHt1mry5HK5yLzdSqMywSB","delta":"{\"doc\": \"dxn","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SHt1mry5HK5yLzdSqMywSB","delta":":echo","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SHt1mry5HK5yLzdSqMywSB","delta":":BDJXM","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SHt1mry5HK5yLzdSqMywSB","delta":"UL","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SHt1mry5HK5yLzdSqMywSB","delta":"PW5FB55UZ7","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SHt1mry5HK5yLzdSqMywSB","delta":"KP5HLDHVTX","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SHt1mry5HK5yLzdSqMywSB","delta":"UTHE","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SHt1mry5HK5yLzdSqMywSB","delta":"2U:01","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SHt1mry5HK5yLzdSqMywSB","delta":"JGFJJ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SHt1mry5HK5yLzdSqMywSB","delta":"Z00G0WK","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SHt1mry5HK5yLzdSqMywSB","delta":"QSJGMA","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SHt1mry5HK5yLzdSqMywSB","delta":"KC","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SHt1mry5HK5yLzdSqMywSB","delta":"NTJ1\"}","metadata":{}},{"type":"tool-params-end","id":"toolu_01SHt1mry5HK5yLzdSqMywSB","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":2438,"outputTokens":134,"totalTokens":2572},"metadata":{"anthropic":{"usage":{"cache_creation":{"ephemeral_1h_input_tokens":0,"ephemeral_5m_input_tokens":0},"cache_creation_input_tokens":0,"cache_read_input_tokens":0,"input_tokens":2438,"output_tokens":1,"server_tool_use":null,"service_tier":"standard"}}}}]},{"parameters":{"model":"@anthropic/claude-opus-4-6","stream":true,"tools":[{"name":"create","description":"Creates a new markdown document and adds it to the space.","inputSchema":{"type":"object","required":["name","content"],"properties":{"name":{"type":"string"},"content":{"type":"string"}},"additionalProperties":false}},{"name":"open","description":"Opens and reads the contents of a new markdown document.","inputSchema":{"type":"object","required":["doc"],"properties":{"doc":{"type":"string","description":"The ID of the referenced object. Formats accepted:\n- DXN (dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4). DXNs can be prepended with an @ symbol for compatibility with in-text references.\n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)","examples":["dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4"]}},"additionalProperties":false}},{"name":"update","description":"Applies a set of edits to the markdown document.","inputSchema":{"type":"object","required":["doc","edits"],"properties":{"doc":{"type":"string","description":"The ID of the referenced object. Formats accepted:\n- DXN (dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4). DXNs can be prepended with an @ symbol for compatibility with in-text references.\n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)","examples":["dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4"]},"edits":{"type":"array","items":{"type":"object","required":["oldString","newString"],"properties":{"oldString":{"type":"string","description":"The text to find in the document."},"newString":{"type":"string","description":"The text to replace it with."},"replaceAll":{"type":"boolean","description":"If true, replaces all occurrences. Defaults to false (first occurrence only)."}},"additionalProperties":false},"description":"The edits to apply to the document. Each edit finds oldString and replaces it with newString."}},"additionalProperties":false}}]},"prompt":{"content":[{"role":"system","content":"## Blueprints Definitions\n\n<blueprint>\n You can create, read and update markdown documents.\n When asked to edit or update documents return updates as a set of compact diff string pairs.\n For each diff, respond with the smallest possible matching span.\n \n Example:\n ```diff\n - \"There is a tyop in this sentence.\"\n + \"There is a typo in this sentence.\"\n - \"This id good.\"\n + \"This sentence is really good.\"\n ```\n</blueprint>","options":{}},{"role":"user","content":"Create a document with a cookie recipe.","options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"The user wants me to create a document with a cookie recipe. Let me create a nice markdown document with a classic cookie recipe.","options":{}},{"type":"tool-call","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","name":"create","params":{"name":"Classic Chocolate Chip Cookies","content":"# Classic Chocolate Chip Cookies\n\nA timeless recipe for soft, chewy chocolate chip cookies that are golden on the edges and gooey in the center.\n\n## Ingredients\n\n- 2 ¼ cups all-purpose flour\n- 1 tsp baking soda\n- 1 tsp salt\n- 1 cup (2 sticks) unsalted butter, softened\n- ¾ cup granulated sugar\n- ¾ cup packed brown sugar\n- 2 large eggs\n- 2 tsp vanilla extract\n- 2 cups semi-sweet chocolate chips\n\n## Instructions\n\n1. **Preheat** the oven to 375°F (190°C). Line baking sheets with parchment paper.\n2. **Combine dry ingredients:** In a medium bowl, whisk together the flour, baking soda, and salt. Set aside.\n3. **Cream the butter and sugars:** In a large bowl, beat the softened butter, granulated sugar, and brown sugar together until light and fluffy (about 2–3 minutes).\n4. **Add eggs and vanilla:** Beat in the eggs one at a time, then mix in the vanilla extract until combined.\n5. **Mix in dry ingredients:** Gradually add the flour mixture to the wet ingredients, stirring until just combined. Do not overmix.\n6. **Fold in chocolate chips:** Gently stir in the chocolate chips.\n7. **Scoop the dough:** Drop rounded tablespoons of dough onto the prepared baking sheets, spacing them about 2 inches apart.\n8. **Bake:** Bake for 9–11 minutes, or until the edges are golden brown but the centers still look slightly underdone.\n9. **Cool:** Let the cookies cool on the baking sheet for 5 minutes, then transfer to a wire rack to cool completely.\n\n## Tips\n\n- For extra flavor, use a mix of semi-sweet and dark chocolate chips.\n- Chill the dough for 30 minutes before baking for thicker cookies.\n- Store in an airtight container at room temperature for up to 5 days.\n\n**Yield:** ~48 cookies | **Prep Time:** 15 min | **Bake Time:** 10 min\n"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","name":"create","isFailure":false,"result":{"_id":"Exit","_tag":"Success","value":{"id":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTJ1"}},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":"Your **Classic Chocolate Chip Cookies** recipe document has been created! 🍪 Here's a summary of what's included:\n\n- **Ingredients** – A full list including flour, butter, sugars, eggs, vanilla, and chocolate chips.\n- **Step-by-step instructions** – From preheating the oven to cooling the cookies on a wire rack.\n- **Helpful tips** – Like chilling the dough for thicker cookies and mixing chocolate chip varieties for extra flavor.\n\nThe recipe yields about 48 cookies with just 15 minutes of prep and 10 minutes of baking. Let me know if you'd like to make any changes!","options":{}},{"role":"user","content":"Add a section with a holiday-themed variation.","options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"Let me open the document first to see its current content, then add a holiday-themed variation section.","options":{}},{"type":"tool-call","id":"toolu_01SHt1mry5HK5yLzdSqMywSB","name":"open","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTJ1"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01SHt1mry5HK5yLzdSqMywSB","name":"open","isFailure":false,"result":{"_id":"Exit","_tag":"Success","value":{"content":"# Classic Chocolate Chip Cookies\n\nA timeless recipe for soft, chewy chocolate chip cookies that are golden on the edges and gooey in the center.\n\n## Ingredients\n\n- 2 ¼ cups all-purpose flour\n- 1 tsp baking soda\n- 1 tsp salt\n- 1 cup (2 sticks) unsalted butter, softened\n- ¾ cup granulated sugar\n- ¾ cup packed brown sugar\n- 2 large eggs\n- 2 tsp vanilla extract\n- 2 cups semi-sweet chocolate chips\n\n## Instructions\n\n1. **Preheat** the oven to 375°F (190°C). Line baking sheets with parchment paper.\n2. **Combine dry ingredients:** In a medium bowl, whisk together the flour, baking soda, and salt. Set aside.\n3. **Cream the butter and sugars:** In a large bowl, beat the softened butter, granulated sugar, and brown sugar together until light and fluffy (about 2–3 minutes).\n4. **Add eggs and vanilla:** Beat in the eggs one at a time, then mix in the vanilla extract until combined.\n5. **Mix in dry ingredients:** Gradually add the flour mixture to the wet ingredients, stirring until just combined. Do not overmix.\n6. **Fold in chocolate chips:** Gently stir in the chocolate chips.\n7. **Scoop the dough:** Drop rounded tablespoons of dough onto the prepared baking sheets, spacing them about 2 inches apart.\n8. **Bake:** Bake for 9–11 minutes, or until the edges are golden brown but the centers still look slightly underdone.\n9. **Cool:** Let the cookies cool on the baking sheet for 5 minutes, then transfer to a wire rack to cool completely.\n\n## Tips\n\n- For extra flavor, use a mix of semi-sweet and dark chocolate chips.\n- Chill the dough for 30 minutes before baking for thicker cookies.\n- Store in an airtight container at room temperature for up to 5 days.\n\n**Yield:** ~48 cookies | **Prep Time:** 15 min | **Bake Time:** 10 min\n"}},"providerExecuted":false,"options":{}}],"options":{"anthropic":{"cacheControl":{"ttl":"5m","type":"ephemeral"}}}}]},"response":[{"type":"response-metadata","id":"msg_01Tm7zwZ9h57snTQG5F1ogBs","modelId":"claude-opus-4-6","timestamp":"2026-04-03T15:10:06.803Z","metadata":{}},{"type":"tool-params-start","id":"toolu_017iyW3iv4d4McNYweMBaTPN","name":"update","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"{\"doc\":","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":" \"dxn:echo","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":":BD","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"JXMUL","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"PW","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"5FB55","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"UZ7KP","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"5HLDH","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"VTXUTHE","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"2U:01JGF","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"JJZ00G0W","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"KQSJGMA","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"KCNTJ1\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":", \"edit","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"s\": [{\"oldSt","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"ring\":\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"## ","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"Tips\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":",\"newString","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"\":\"#","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"# ","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"🎄 Holid","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"ay Variatio","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"n: Peppe","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"rmint Whit","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"e Ch","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"ocol","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"ate Cookies","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"\\n\\nGive","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":" these c","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"ookies a ","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"festive ","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"twi","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"st p","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"erfect f","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"or th","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"e hol","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"iday se","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"as","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"on!","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"\\n\\n#","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"## ","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"Ingre","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"dient Swaps","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"\\n","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"\\n- R","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"ep","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"lac","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"e semi-","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"sweet chocol","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"at","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"e chips","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":" with ","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"**2 cups","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":" white cho","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"col","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"ate","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":" chi","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"ps","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"**.\\n- Ad","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"d **½ cu","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"p crush","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"ed ","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"candy cane","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"s** (","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"about 6–","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"8 mini cand","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"y canes).\\n-","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":" Subst","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"itut","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"e vanilla e","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"xtract w","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"ith ","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"**1","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":" tsp v","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"anilla","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":" ex","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"tra","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"ct + 1 ","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"tsp peppe","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"rmint extrac","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"t**.\\n\\n#","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"## A","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"dditiona","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"l Steps\\n\\n-","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":" Fo","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"ld","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":" in the w","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"hite","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":" chocol","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"ate chips","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":" and cru","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"shed cand","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"y canes toge","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"ther in S","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"tep ","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"6.\\n- After ","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"coo","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"ling, ","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"drizzle melt","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"ed whi","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"te chocol","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"ate ov","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"er the","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":" tops ","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"and sprink","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"le","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":" with extra","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":" crus","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"hed","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":" ca","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"ndy cane pie","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"ces ","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"for de","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"co","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"ratio","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"n.\\n\\n### Ho","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"liday Ti","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"p\\n\\","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"n- P","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"lace cookie","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"s in","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":" a fest","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"ive tin or ","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"cellophane ","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"bags ti","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"ed","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":" wit","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"h r","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"ib","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"bon for a pe","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"rfect homem","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"ade holiday ","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"gift! 🎁\\n","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"\\n","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"## ","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"Tips\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iyW3iv4d4McNYweMBaTPN","delta":"}]}","metadata":{}},{"type":"tool-params-end","id":"toolu_017iyW3iv4d4McNYweMBaTPN","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":3098,"outputTokens":362,"totalTokens":3460},"metadata":{"anthropic":{"usage":{"cache_creation":{"ephemeral_1h_input_tokens":0,"ephemeral_5m_input_tokens":0},"cache_creation_input_tokens":0,"cache_read_input_tokens":0,"input_tokens":3098,"output_tokens":72,"server_tool_use":null,"service_tier":"standard"}}}}]},{"parameters":{"model":"@anthropic/claude-opus-4-6","stream":true,"tools":[{"name":"create","description":"Creates a new markdown document and adds it to the space.","inputSchema":{"type":"object","required":["name","content"],"properties":{"name":{"type":"string"},"content":{"type":"string"}},"additionalProperties":false}},{"name":"open","description":"Opens and reads the contents of a new markdown document.","inputSchema":{"type":"object","required":["doc"],"properties":{"doc":{"type":"string","description":"The ID of the referenced object. Formats accepted:\n- DXN (dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4). DXNs can be prepended with an @ symbol for compatibility with in-text references.\n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)","examples":["dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4"]}},"additionalProperties":false}},{"name":"update","description":"Applies a set of edits to the markdown document.","inputSchema":{"type":"object","required":["doc","edits"],"properties":{"doc":{"type":"string","description":"The ID of the referenced object. Formats accepted:\n- DXN (dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4). DXNs can be prepended with an @ symbol for compatibility with in-text references.\n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)","examples":["dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4"]},"edits":{"type":"array","items":{"type":"object","required":["oldString","newString"],"properties":{"oldString":{"type":"string","description":"The text to find in the document."},"newString":{"type":"string","description":"The text to replace it with."},"replaceAll":{"type":"boolean","description":"If true, replaces all occurrences. Defaults to false (first occurrence only)."}},"additionalProperties":false},"description":"The edits to apply to the document. Each edit finds oldString and replaces it with newString."}},"additionalProperties":false}}]},"prompt":{"content":[{"role":"system","content":"## Blueprints Definitions\n\n<blueprint>\n You can create, read and update markdown documents.\n When asked to edit or update documents return updates as a set of compact diff string pairs.\n For each diff, respond with the smallest possible matching span.\n \n Example:\n ```diff\n - \"There is a tyop in this sentence.\"\n + \"There is a typo in this sentence.\"\n - \"This id good.\"\n + \"This sentence is really good.\"\n ```\n</blueprint>","options":{}},{"role":"user","content":"Create a document with a cookie recipe.","options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"The user wants me to create a document with a cookie recipe. Let me create a nice markdown document with a classic cookie recipe.","options":{}},{"type":"tool-call","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","name":"create","params":{"name":"Classic Chocolate Chip Cookies","content":"# Classic Chocolate Chip Cookies\n\nA timeless recipe for soft, chewy chocolate chip cookies that are golden on the edges and gooey in the center.\n\n## Ingredients\n\n- 2 ¼ cups all-purpose flour\n- 1 tsp baking soda\n- 1 tsp salt\n- 1 cup (2 sticks) unsalted butter, softened\n- ¾ cup granulated sugar\n- ¾ cup packed brown sugar\n- 2 large eggs\n- 2 tsp vanilla extract\n- 2 cups semi-sweet chocolate chips\n\n## Instructions\n\n1. **Preheat** the oven to 375°F (190°C). Line baking sheets with parchment paper.\n2. **Combine dry ingredients:** In a medium bowl, whisk together the flour, baking soda, and salt. Set aside.\n3. **Cream the butter and sugars:** In a large bowl, beat the softened butter, granulated sugar, and brown sugar together until light and fluffy (about 2–3 minutes).\n4. **Add eggs and vanilla:** Beat in the eggs one at a time, then mix in the vanilla extract until combined.\n5. **Mix in dry ingredients:** Gradually add the flour mixture to the wet ingredients, stirring until just combined. Do not overmix.\n6. **Fold in chocolate chips:** Gently stir in the chocolate chips.\n7. **Scoop the dough:** Drop rounded tablespoons of dough onto the prepared baking sheets, spacing them about 2 inches apart.\n8. **Bake:** Bake for 9–11 minutes, or until the edges are golden brown but the centers still look slightly underdone.\n9. **Cool:** Let the cookies cool on the baking sheet for 5 minutes, then transfer to a wire rack to cool completely.\n\n## Tips\n\n- For extra flavor, use a mix of semi-sweet and dark chocolate chips.\n- Chill the dough for 30 minutes before baking for thicker cookies.\n- Store in an airtight container at room temperature for up to 5 days.\n\n**Yield:** ~48 cookies | **Prep Time:** 15 min | **Bake Time:** 10 min\n"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01SAyCA4jYf7VPwAmYVNt17y","name":"create","isFailure":false,"result":{"_id":"Exit","_tag":"Success","value":{"id":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTJ1"}},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":"Your **Classic Chocolate Chip Cookies** recipe document has been created! 🍪 Here's a summary of what's included:\n\n- **Ingredients** – A full list including flour, butter, sugars, eggs, vanilla, and chocolate chips.\n- **Step-by-step instructions** – From preheating the oven to cooling the cookies on a wire rack.\n- **Helpful tips** – Like chilling the dough for thicker cookies and mixing chocolate chip varieties for extra flavor.\n\nThe recipe yields about 48 cookies with just 15 minutes of prep and 10 minutes of baking. Let me know if you'd like to make any changes!","options":{}},{"role":"user","content":"Add a section with a holiday-themed variation.","options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"Let me open the document first to see its current content, then add a holiday-themed variation section.","options":{}},{"type":"tool-call","id":"toolu_01SHt1mry5HK5yLzdSqMywSB","name":"open","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTJ1"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01SHt1mry5HK5yLzdSqMywSB","name":"open","isFailure":false,"result":{"_id":"Exit","_tag":"Success","value":{"content":"# Classic Chocolate Chip Cookies\n\nA timeless recipe for soft, chewy chocolate chip cookies that are golden on the edges and gooey in the center.\n\n## Ingredients\n\n- 2 ¼ cups all-purpose flour\n- 1 tsp baking soda\n- 1 tsp salt\n- 1 cup (2 sticks) unsalted butter, softened\n- ¾ cup granulated sugar\n- ¾ cup packed brown sugar\n- 2 large eggs\n- 2 tsp vanilla extract\n- 2 cups semi-sweet chocolate chips\n\n## Instructions\n\n1. **Preheat** the oven to 375°F (190°C). Line baking sheets with parchment paper.\n2. **Combine dry ingredients:** In a medium bowl, whisk together the flour, baking soda, and salt. Set aside.\n3. **Cream the butter and sugars:** In a large bowl, beat the softened butter, granulated sugar, and brown sugar together until light and fluffy (about 2–3 minutes).\n4. **Add eggs and vanilla:** Beat in the eggs one at a time, then mix in the vanilla extract until combined.\n5. **Mix in dry ingredients:** Gradually add the flour mixture to the wet ingredients, stirring until just combined. Do not overmix.\n6. **Fold in chocolate chips:** Gently stir in the chocolate chips.\n7. **Scoop the dough:** Drop rounded tablespoons of dough onto the prepared baking sheets, spacing them about 2 inches apart.\n8. **Bake:** Bake for 9–11 minutes, or until the edges are golden brown but the centers still look slightly underdone.\n9. **Cool:** Let the cookies cool on the baking sheet for 5 minutes, then transfer to a wire rack to cool completely.\n\n## Tips\n\n- For extra flavor, use a mix of semi-sweet and dark chocolate chips.\n- Chill the dough for 30 minutes before baking for thicker cookies.\n- Store in an airtight container at room temperature for up to 5 days.\n\n**Yield:** ~48 cookies | **Prep Time:** 15 min | **Bake Time:** 10 min\n"}},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":[{"type":"tool-call","id":"toolu_017iyW3iv4d4McNYweMBaTPN","name":"update","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTJ1","edits":[{"oldString":"## Tips","newString":"## 🎄 Holiday Variation: Peppermint White Chocolate Cookies\n\nGive these cookies a festive twist perfect for the holiday season!\n\n### Ingredient Swaps\n\n- Replace semi-sweet chocolate chips with **2 cups white chocolate chips**.\n- Add **½ cup crushed candy canes** (about 6–8 mini candy canes).\n- Substitute vanilla extract with **1 tsp vanilla extract + 1 tsp peppermint extract**.\n\n### Additional Steps\n\n- Fold in the white chocolate chips and crushed candy canes together in Step 6.\n- After cooling, drizzle melted white chocolate over the tops and sprinkle with extra crushed candy cane pieces for decoration.\n\n### Holiday Tip\n\n- Place cookies in a festive tin or cellophane bags tied with ribbon for a perfect homemade holiday gift! 🎁\n\n## Tips"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_017iyW3iv4d4McNYweMBaTPN","name":"update","isFailure":false,"result":{"_id":"Exit","_tag":"Success","value":{"newContent":"# Classic Chocolate Chip Cookies\n\nA timeless recipe for soft, chewy chocolate chip cookies that are golden on the edges and gooey in the center.\n\n## Ingredients\n\n- 2 ¼ cups all-purpose flour\n- 1 tsp baking soda\n- 1 tsp salt\n- 1 cup (2 sticks) unsalted butter, softened\n- ¾ cup granulated sugar\n- ¾ cup packed brown sugar\n- 2 large eggs\n- 2 tsp vanilla extract\n- 2 cups semi-sweet chocolate chips\n\n## Instructions\n\n1. **Preheat** the oven to 375°F (190°C). Line baking sheets with parchment paper.\n2. **Combine dry ingredients:** In a medium bowl, whisk together the flour, baking soda, and salt. Set aside.\n3. **Cream the butter and sugars:** In a large bowl, beat the softened butter, granulated sugar, and brown sugar together until light and fluffy (about 2–3 minutes).\n4. **Add eggs and vanilla:** Beat in the eggs one at a time, then mix in the vanilla extract until combined.\n5. **Mix in dry ingredients:** Gradually add the flour mixture to the wet ingredients, stirring until just combined. Do not overmix.\n6. **Fold in chocolate chips:** Gently stir in the chocolate chips.\n7. **Scoop the dough:** Drop rounded tablespoons of dough onto the prepared baking sheets, spacing them about 2 inches apart.\n8. **Bake:** Bake for 9–11 minutes, or until the edges are golden brown but the centers still look slightly underdone.\n9. **Cool:** Let the cookies cool on the baking sheet for 5 minutes, then transfer to a wire rack to cool completely.\n\n## 🎄 Holiday Variation: Peppermint White Chocolate Cookies\n\nGive these cookies a festive twist perfect for the holiday season!\n\n### Ingredient Swaps\n\n- Replace semi-sweet chocolate chips with **2 cups white chocolate chips**.\n- Add **½ cup crushed candy canes** (about 6–8 mini candy canes).\n- Substitute vanilla extract with **1 tsp vanilla extract + 1 tsp peppermint extract**.\n\n### Additional Steps\n\n- Fold in the white chocolate chips and crushed candy canes together in Step 6.\n- After cooling, drizzle melted white chocolate over the tops and sprinkle with extra crushed candy cane pieces for decoration.\n\n### Holiday Tip\n\n- Place cookies in a festive tin or cellophane bags tied with ribbon for a perfect homemade holiday gift! 🎁\n\n## Tips\n\n- For extra flavor, use a mix of semi-sweet and dark chocolate chips.\n- Chill the dough for 30 minutes before baking for thicker cookies.\n- Store in an airtight container at room temperature for up to 5 days.\n\n**Yield:** ~48 cookies | **Prep Time:** 15 min | **Bake Time:** 10 min\n"}},"providerExecuted":false,"options":{}}],"options":{"anthropic":{"cacheControl":{"ttl":"5m","type":"ephemeral"}}}}]},"response":[{"type":"response-metadata","id":"msg_011SYzMxX39DtYVwh5DoKXWh","modelId":"claude-opus-4-6","timestamp":"2026-04-03T15:10:14.437Z","metadata":{}},{"type":"text-start","id":"0","metadata":{}},{"type":"text-delta","id":"0","delta":"A festive **","metadata":{}},{"type":"text-delta","id":"0","delta":"🎄 Holiday Variation: Peppermint White Chocolate Cookies** section has been added! Here's what it includes:\n\n- **Ingredient Swaps** – White chocolate chips instead","metadata":{}},{"type":"text-delta","id":"0","delta":" of semi-sweet, crushed candy canes, and a splash of peppermint extract.\n- **Additional Steps** – Folding in the candy canes and drizzling mel","metadata":{}},{"type":"text-delta","id":"0","delta":"ted white chocolate on top for a beautiful holiday look.\n- **Holiday Tip** – A gif","metadata":{}},{"type":"text-delta","id":"0","delta":"ting idea for packaging the cookies in festive tins or ribbon-tied bags! 🎁\n\nLet","metadata":{}},{"type":"text-delta","id":"0","delta":" me know if you'd like any other changes!","metadata":{}},{"type":"text-end","id":"0","metadata":{}},{"type":"finish","reason":"stop","usage":{"inputTokens":1,"outputTokens":146,"totalTokens":147},"metadata":{"anthropic":{"usage":{"cache_creation":{"ephemeral_1h_input_tokens":0,"ephemeral_5m_input_tokens":4283},"cache_creation_input_tokens":4283,"cache_read_input_tokens":0,"input_tokens":1,"output_tokens":4,"server_tool_use":null,"service_tier":"standard"}}}}]},{"parameters":{"model":"@anthropic/claude-opus-4-6","stream":true,"tools":[{"name":"create","description":"Creates a new markdown document and adds it to the space.","inputSchema":{"type":"object","required":["name","content"],"properties":{"name":{"type":"string"},"content":{"type":"string"}},"additionalProperties":false}},{"name":"open","description":"Opens and reads the contents of a new markdown document.","inputSchema":{"type":"object","required":["doc"],"properties":{"doc":{"type":"string","description":"The ID of the referenced object. Formats accepted:\n- DXN (dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4). DXNs can be prepended with an @ symbol for compatibility with in-text references.\n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)","examples":["dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4"]}},"additionalProperties":false}},{"name":"update","description":"Applies a set of edits to the markdown document.","inputSchema":{"type":"object","required":["doc","edits"],"properties":{"doc":{"type":"string","description":"The ID of the referenced object. Formats accepted:\n- DXN (dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4). DXNs can be prepended with an @ symbol for compatibility with in-text references.\n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)","examples":["dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4"]},"edits":{"type":"array","items":{"type":"object","required":["oldString","newString"],"properties":{"oldString":{"type":"string","description":"The text to find in the document."},"newString":{"type":"string","description":"The text to replace it with."},"replaceAll":{"type":"boolean","description":"If true, replaces all occurrences. Defaults to false (first occurrence only)."}},"additionalProperties":false},"description":"The edits to apply to the document. Each edit finds oldString and replaces it with newString."}},"additionalProperties":false}}]},"prompt":{"content":[{"role":"system","content":"## Blueprints Definitions\n\n<blueprint>\n You can create, read and update markdown documents.\n When asked to edit or update documents return updates as a set of compact diff string pairs.\n For each diff, respond with the smallest possible matching span.\n \n Example:\n ```diff\n - \"There is a tyop in this sentence.\"\n + \"There is a typo in this sentence.\"\n - \"This id good.\"\n + \"This sentence is really good.\"\n ```\n</blueprint>\n\n## Context Objects\n\n<object>\n <dxn>dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTRF</dxn>\n <typename>org.dxos.type.document</typename>\n</object>","options":{}},{"role":"user","content":"Add the missing ingredient (its flour).","options":{"anthropic":{"cacheControl":{"ttl":"5m","type":"ephemeral"}}}}]},"response":[{"type":"response-metadata","id":"msg_01HdH8ZTY4nm6mUWSsUvK1Uh","modelId":"claude-opus-4-6","timestamp":"2026-04-03T15:10:18.293Z","metadata":{}},{"type":"reasoning-start","id":"0","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"Let","metadata":{}},{"type":"reasoning-delta","id":"0","delta":" me first open the document to see its contents.","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"","metadata":{"anthropic":{"type":"thinking","signature":"Eu4BClkIDBgCKkCVr1A1J+aqALmLyqe1q5OXcYWXc7JVWASOydRf1dFOyadx06rDTP8RriabQAhjDMpDqVRvm7S0pE7Pw7AP4P75Mg9jbGF1ZGUtb3B1cy00LTY4ABIMr2KoikpgQkznd+CgGgw9KlfjWnHkwrY4WTkiMJDAXnCK7j/U5dy4O6ridOzzIOn9RYMt4avKikHL9oQLx040uxVh1sVGCwiRmpwxpSpDoASxHNqoXdpQGa5700boP6w26OhoE0XkX4P5jBqVnWlJXtTioSkXHn8jyaIWuj/K3JL3g4KdDYdqP4sz36PvAopkXhgB"}}},{"type":"reasoning-end","id":"0","metadata":{}},{"type":"text-start","id":"1","metadata":{}},{"type":"text-delta","id":"1","delta":"Let me open the document first to see its contents.","metadata":{}},{"type":"text-end","id":"1","metadata":{}},{"type":"tool-params-start","id":"toolu_01ATsbzBa9j7x63EoSVVmY5y","name":"open","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_01ATsbzBa9j7x63EoSVVmY5y","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01ATsbzBa9j7x63EoSVVmY5y","delta":"{\"doc\": ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01ATsbzBa9j7x63EoSVVmY5y","delta":"\"dxn:ech","metadata":{}},{"type":"tool-params-delta","id":"toolu_01ATsbzBa9j7x63EoSVVmY5y","delta":"o:BDJXMULPW5","metadata":{}},{"type":"tool-params-delta","id":"toolu_01ATsbzBa9j7x63EoSVVmY5y","delta":"FB55U","metadata":{}},{"type":"tool-params-delta","id":"toolu_01ATsbzBa9j7x63EoSVVmY5y","delta":"Z7K","metadata":{}},{"type":"tool-params-delta","id":"toolu_01ATsbzBa9j7x63EoSVVmY5y","delta":"P5HL","metadata":{}},{"type":"tool-params-delta","id":"toolu_01ATsbzBa9j7x63EoSVVmY5y","delta":"DH","metadata":{}},{"type":"tool-params-delta","id":"toolu_01ATsbzBa9j7x63EoSVVmY5y","delta":"VTXUTHE2","metadata":{}},{"type":"tool-params-delta","id":"toolu_01ATsbzBa9j7x63EoSVVmY5y","delta":"U:01JGF","metadata":{}},{"type":"tool-params-delta","id":"toolu_01ATsbzBa9j7x63EoSVVmY5y","delta":"JJZ00G0W","metadata":{}},{"type":"tool-params-delta","id":"toolu_01ATsbzBa9j7x63EoSVVmY5y","delta":"KQSJGMAKCNT","metadata":{}},{"type":"tool-params-delta","id":"toolu_01ATsbzBa9j7x63EoSVVmY5y","delta":"RF\"}","metadata":{}},{"type":"tool-params-end","id":"toolu_01ATsbzBa9j7x63EoSVVmY5y","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":1688,"outputTokens":135,"totalTokens":1823},"metadata":{"anthropic":{"usage":{"cache_creation":{"ephemeral_1h_input_tokens":0,"ephemeral_5m_input_tokens":0},"cache_creation_input_tokens":0,"cache_read_input_tokens":0,"input_tokens":1688,"output_tokens":1,"server_tool_use":null,"service_tier":"standard"}}}}]},{"parameters":{"model":"@anthropic/claude-opus-4-6","stream":true,"tools":[{"name":"create","description":"Creates a new markdown document and adds it to the space.","inputSchema":{"type":"object","required":["name","content"],"properties":{"name":{"type":"string"},"content":{"type":"string"}},"additionalProperties":false}},{"name":"open","description":"Opens and reads the contents of a new markdown document.","inputSchema":{"type":"object","required":["doc"],"properties":{"doc":{"type":"string","description":"The ID of the referenced object. Formats accepted:\n- DXN (dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4). DXNs can be prepended with an @ symbol for compatibility with in-text references.\n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)","examples":["dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4"]}},"additionalProperties":false}},{"name":"update","description":"Applies a set of edits to the markdown document.","inputSchema":{"type":"object","required":["doc","edits"],"properties":{"doc":{"type":"string","description":"The ID of the referenced object. Formats accepted:\n- DXN (dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4). DXNs can be prepended with an @ symbol for compatibility with in-text references.\n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)","examples":["dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4"]},"edits":{"type":"array","items":{"type":"object","required":["oldString","newString"],"properties":{"oldString":{"type":"string","description":"The text to find in the document."},"newString":{"type":"string","description":"The text to replace it with."},"replaceAll":{"type":"boolean","description":"If true, replaces all occurrences. Defaults to false (first occurrence only)."}},"additionalProperties":false},"description":"The edits to apply to the document. Each edit finds oldString and replaces it with newString."}},"additionalProperties":false}}]},"prompt":{"content":[{"role":"system","content":"## Blueprints Definitions\n\n<blueprint>\n You can create, read and update markdown documents.\n When asked to edit or update documents return updates as a set of compact diff string pairs.\n For each diff, respond with the smallest possible matching span.\n \n Example:\n ```diff\n - \"There is a tyop in this sentence.\"\n + \"There is a typo in this sentence.\"\n - \"This id good.\"\n + \"This sentence is really good.\"\n ```\n</blueprint>\n\n## Context Objects\n\n<object>\n <dxn>dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTRF</dxn>\n <typename>org.dxos.type.document</typename>\n</object>","options":{}},{"role":"user","content":"Add the missing ingredient (its flour).","options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"Let me first open the document to see its contents.","options":{}},{"type":"text","text":"Let me open the document first to see its contents.","options":{}},{"type":"tool-call","id":"toolu_01ATsbzBa9j7x63EoSVVmY5y","name":"open","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTRF"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01ATsbzBa9j7x63EoSVVmY5y","name":"open","isFailure":false,"result":{"_id":"Exit","_tag":"Success","value":{"content":"Ingredients: \n - 2 cups of ???\n - 1 cup of sugar\n - 1 cup of butter\n - 1 cup of eggs"}},"providerExecuted":false,"options":{}}],"options":{"anthropic":{"cacheControl":{"ttl":"5m","type":"ephemeral"}}}}]},"response":[{"type":"response-metadata","id":"msg_01NbYncNa6dbyTFr47RJg6Lu","modelId":"claude-opus-4-6","timestamp":"2026-04-03T15:10:21.231Z","metadata":{}},{"type":"text-start","id":"0","metadata":{}},{"type":"text-delta","id":"0","delta":"I can","metadata":{}},{"type":"text-delta","id":"0","delta":" see the missing ingredient. Let me replace the `???` with `flour`.","metadata":{}},{"type":"text-end","id":"0","metadata":{}},{"type":"tool-params-start","id":"toolu_0126RQ6fGrqiamxDBZRDuD3r","name":"update","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_0126RQ6fGrqiamxDBZRDuD3r","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_0126RQ6fGrqiamxDBZRDuD3r","delta":"{\"doc\": \"dx","metadata":{}},{"type":"tool-params-delta","id":"toolu_0126RQ6fGrqiamxDBZRDuD3r","delta":"n:e","metadata":{}},{"type":"tool-params-delta","id":"toolu_0126RQ6fGrqiamxDBZRDuD3r","delta":"cho:BDJXMULP","metadata":{}},{"type":"tool-params-delta","id":"toolu_0126RQ6fGrqiamxDBZRDuD3r","delta":"W5FB55UZ7KP5","metadata":{}},{"type":"tool-params-delta","id":"toolu_0126RQ6fGrqiamxDBZRDuD3r","delta":"HLDHV","metadata":{}},{"type":"tool-params-delta","id":"toolu_0126RQ6fGrqiamxDBZRDuD3r","delta":"TXUTH","metadata":{}},{"type":"tool-params-delta","id":"toolu_0126RQ6fGrqiamxDBZRDuD3r","delta":"E2U:01","metadata":{}},{"type":"tool-params-delta","id":"toolu_0126RQ6fGrqiamxDBZRDuD3r","delta":"JGFJJZ00G0WK","metadata":{}},{"type":"tool-params-delta","id":"toolu_0126RQ6fGrqiamxDBZRDuD3r","delta":"QSJGMAKCNT","metadata":{}},{"type":"tool-params-delta","id":"toolu_0126RQ6fGrqiamxDBZRDuD3r","delta":"RF\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_0126RQ6fGrqiamxDBZRDuD3r","delta":", \"edits\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_0126RQ6fGrqiamxDBZRDuD3r","delta":": [","metadata":{}},{"type":"tool-params-delta","id":"toolu_0126RQ6fGrqiamxDBZRDuD3r","delta":"{\"oldString","metadata":{}},{"type":"tool-params-delta","id":"toolu_0126RQ6fGrqiamxDBZRDuD3r","delta":"\":","metadata":{}},{"type":"tool-params-delta","id":"toolu_0126RQ6fGrqiamxDBZRDuD3r","delta":"\"2 cups o","metadata":{}},{"type":"tool-params-delta","id":"toolu_0126RQ6fGrqiamxDBZRDuD3r","delta":"f ???\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_0126RQ6fGrqiamxDBZRDuD3r","delta":",\"newStrin","metadata":{}},{"type":"tool-params-delta","id":"toolu_0126RQ6fGrqiamxDBZRDuD3r","delta":"g\":\"2 cups","metadata":{}},{"type":"tool-params-delta","id":"toolu_0126RQ6fGrqiamxDBZRDuD3r","delta":" of flour\"}","metadata":{}},{"type":"tool-params-delta","id":"toolu_0126RQ6fGrqiamxDBZRDuD3r","delta":"]}","metadata":{}},{"type":"tool-params-end","id":"toolu_0126RQ6fGrqiamxDBZRDuD3r","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":1847,"outputTokens":161,"totalTokens":2008},"metadata":{"anthropic":{"usage":{"cache_creation":{"ephemeral_1h_input_tokens":0,"ephemeral_5m_input_tokens":0},"cache_creation_input_tokens":0,"cache_read_input_tokens":0,"input_tokens":1847,"output_tokens":2,"server_tool_use":null,"service_tier":"standard"}}}}]},{"parameters":{"model":"@anthropic/claude-opus-4-6","stream":true,"tools":[{"name":"create","description":"Creates a new markdown document and adds it to the space.","inputSchema":{"type":"object","required":["name","content"],"properties":{"name":{"type":"string"},"content":{"type":"string"}},"additionalProperties":false}},{"name":"open","description":"Opens and reads the contents of a new markdown document.","inputSchema":{"type":"object","required":["doc"],"properties":{"doc":{"type":"string","description":"The ID of the referenced object. Formats accepted:\n- DXN (dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4). DXNs can be prepended with an @ symbol for compatibility with in-text references.\n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)","examples":["dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4"]}},"additionalProperties":false}},{"name":"update","description":"Applies a set of edits to the markdown document.","inputSchema":{"type":"object","required":["doc","edits"],"properties":{"doc":{"type":"string","description":"The ID of the referenced object. Formats accepted:\n- DXN (dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4). DXNs can be prepended with an @ symbol for compatibility with in-text references.\n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)","examples":["dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4"]},"edits":{"type":"array","items":{"type":"object","required":["oldString","newString"],"properties":{"oldString":{"type":"string","description":"The text to find in the document."},"newString":{"type":"string","description":"The text to replace it with."},"replaceAll":{"type":"boolean","description":"If true, replaces all occurrences. Defaults to false (first occurrence only)."}},"additionalProperties":false},"description":"The edits to apply to the document. Each edit finds oldString and replaces it with newString."}},"additionalProperties":false}}]},"prompt":{"content":[{"role":"system","content":"## Blueprints Definitions\n\n<blueprint>\n You can create, read and update markdown documents.\n When asked to edit or update documents return updates as a set of compact diff string pairs.\n For each diff, respond with the smallest possible matching span.\n \n Example:\n ```diff\n - \"There is a tyop in this sentence.\"\n + \"There is a typo in this sentence.\"\n - \"This id good.\"\n + \"This sentence is really good.\"\n ```\n</blueprint>\n\n## Context Objects\n\n<object>\n <dxn>dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTRF</dxn>\n <typename>org.dxos.type.document</typename>\n</object>","options":{}},{"role":"user","content":"Add the missing ingredient (its flour).","options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"Let me first open the document to see its contents.","options":{}},{"type":"text","text":"Let me open the document first to see its contents.","options":{}},{"type":"tool-call","id":"toolu_01ATsbzBa9j7x63EoSVVmY5y","name":"open","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTRF"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01ATsbzBa9j7x63EoSVVmY5y","name":"open","isFailure":false,"result":{"_id":"Exit","_tag":"Success","value":{"content":"Ingredients: \n - 2 cups of ???\n - 1 cup of sugar\n - 1 cup of butter\n - 1 cup of eggs"}},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":[{"type":"text","text":"I can see the missing ingredient. Let me replace the `???` with `flour`.","options":{}},{"type":"tool-call","id":"toolu_0126RQ6fGrqiamxDBZRDuD3r","name":"update","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTRF","edits":[{"oldString":"2 cups of ???","newString":"2 cups of flour"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_0126RQ6fGrqiamxDBZRDuD3r","name":"update","isFailure":false,"result":{"_id":"Exit","_tag":"Success","value":{"newContent":"Ingredients: \n - 2 cups of flour\n - 1 cup of sugar\n - 1 cup of butter\n - 1 cup of eggs"}},"providerExecuted":false,"options":{}}],"options":{"anthropic":{"cacheControl":{"ttl":"5m","type":"ephemeral"}}}}]},"response":[{"type":"response-metadata","id":"msg_018mdL9dtBuC4n1Mr2qkPpA6","modelId":"claude-opus-4-6","timestamp":"2026-04-03T15:10:24.845Z","metadata":{}},{"type":"text-start","id":"0","metadata":{}},{"type":"text-delta","id":"0","delta":"Done","metadata":{}},{"type":"text-delta","id":"0","delta":"! I've replaced the `???` with **flour** in the ingredients list.","metadata":{}},{"type":"text-end","id":"0","metadata":{}},{"type":"finish","reason":"stop","usage":{"inputTokens":2084,"outputTokens":21,"totalTokens":2105},"metadata":{"anthropic":{"usage":{"cache_creation":{"ephemeral_1h_input_tokens":0,"ephemeral_5m_input_tokens":0},"cache_creation_input_tokens":0,"cache_read_input_tokens":0,"input_tokens":2084,"output_tokens":1,"server_tool_use":null,"service_tier":"standard"}}}}]},{"parameters":{"model":"@anthropic/claude-opus-4-6","stream":true,"tools":[{"name":"create","description":"Creates a new markdown document and adds it to the space.","inputSchema":{"type":"object","required":["name","content"],"properties":{"name":{"type":"string"},"content":{"type":"string"}},"additionalProperties":false}},{"name":"open","description":"Opens and reads the contents of a new markdown document.","inputSchema":{"type":"object","required":["doc"],"properties":{"doc":{"type":"string","description":"The ID of the referenced object. Formats accepted:\n- DXN (dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4). DXNs can be prepended with an @ symbol for compatibility with in-text references.\n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)","examples":["dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4"]}},"additionalProperties":false}},{"name":"update","description":"Applies a set of edits to the markdown document.","inputSchema":{"type":"object","required":["doc","edits"],"properties":{"doc":{"type":"string","description":"The ID of the referenced object. Formats accepted:\n- DXN (dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4). DXNs can be prepended with an @ symbol for compatibility with in-text references.\n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)","examples":["dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4"]},"edits":{"type":"array","items":{"type":"object","required":["oldString","newString"],"properties":{"oldString":{"type":"string","description":"The text to find in the document."},"newString":{"type":"string","description":"The text to replace it with."},"replaceAll":{"type":"boolean","description":"If true, replaces all occurrences. Defaults to false (first occurrence only)."}},"additionalProperties":false},"description":"The edits to apply to the document. Each edit finds oldString and replaces it with newString."}},"additionalProperties":false}}]},"prompt":{"content":[{"role":"system","content":"## Blueprints Definitions\n\n<blueprint>\n You can create, read and update markdown documents.\n When asked to edit or update documents return updates as a set of compact diff string pairs.\n For each diff, respond with the smallest possible matching span.\n \n Example:\n ```diff\n - \"There is a tyop in this sentence.\"\n + \"There is a typo in this sentence.\"\n - \"This id good.\"\n + \"This sentence is really good.\"\n ```\n</blueprint>\n\n## Context Objects\n\n<object>\n <dxn>dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTV6</dxn>\n <typename>org.dxos.type.document</typename>\n</object>","options":{}},{"role":"user","content":"Add milk to the shopping list.","options":{"anthropic":{"cacheControl":{"ttl":"5m","type":"ephemeral"}}}}]},"response":[{"type":"response-metadata","id":"msg_01LEsrPh9NBgyMxjDvASeTgz","modelId":"claude-opus-4-6","timestamp":"2026-04-03T15:10:27.753Z","metadata":{}},{"type":"reasoning-start","id":"0","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"Let","metadata":{}},{"type":"reasoning-delta","id":"0","delta":" me first open the document to see its current contents.","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"","metadata":{"anthropic":{"type":"thinking","signature":"EvYBClkIDBgCKkB59APG7kQJaS56ZghJ7yGmUDPTIff8aJqcCaiTm7DBlPfIkAEzU9xUX9RfyXK8kuAlQ2FqlGTMKvYxrrstJfcdMg9jbGF1ZGUtb3B1cy00LTY4ABIMV3hjycFe2bJlJSxlGgyq0sbZ1U4M80Dct4UiMPKCv9Lve/nz2ew5oqA2soghBdaumXY443t3MYBj9UT1v9rF1p3xoj1yR+8BBypKjCpL3tjC08Q4nNVgsWCxU2IoKFOodw3TB18PP5pfcluThyNpQWFTDsRBNifMolNTJkDkxCYT6I5dxvhYbtd8VsrHPIqfyw0zqHSlhS7sGAE="}}},{"type":"reasoning-end","id":"0","metadata":{}},{"type":"text-start","id":"1","metadata":{}},{"type":"text-delta","id":"1","delta":"Let me first open the document to see what's currently on","metadata":{}},{"type":"text-delta","id":"1","delta":" the shopping list.","metadata":{}},{"type":"text-end","id":"1","metadata":{}},{"type":"tool-params-start","id":"toolu_018BrUKq2YEnFiEhhdjqyRPb","name":"open","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_018BrUKq2YEnFiEhhdjqyRPb","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_018BrUKq2YEnFiEhhdjqyRPb","delta":"{\"doc\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_018BrUKq2YEnFiEhhdjqyRPb","delta":": \"dxn:ech","metadata":{}},{"type":"tool-params-delta","id":"toolu_018BrUKq2YEnFiEhhdjqyRPb","delta":"o:BDJX","metadata":{}},{"type":"tool-params-delta","id":"toolu_018BrUKq2YEnFiEhhdjqyRPb","delta":"MULPW5","metadata":{}},{"type":"tool-params-delta","id":"toolu_018BrUKq2YEnFiEhhdjqyRPb","delta":"FB55UZ7KP5HL","metadata":{}},{"type":"tool-params-delta","id":"toolu_018BrUKq2YEnFiEhhdjqyRPb","delta":"DHVTXUTHE2","metadata":{}},{"type":"tool-params-delta","id":"toolu_018BrUKq2YEnFiEhhdjqyRPb","delta":"U:01JGF","metadata":{}},{"type":"tool-params-delta","id":"toolu_018BrUKq2YEnFiEhhdjqyRPb","delta":"JJZ00G0WKQ","metadata":{}},{"type":"tool-params-delta","id":"toolu_018BrUKq2YEnFiEhhdjqyRPb","delta":"SJ","metadata":{}},{"type":"tool-params-delta","id":"toolu_018BrUKq2YEnFiEhhdjqyRPb","delta":"GM","metadata":{}},{"type":"tool-params-delta","id":"toolu_018BrUKq2YEnFiEhhdjqyRPb","delta":"AK","metadata":{}},{"type":"tool-params-delta","id":"toolu_018BrUKq2YEnFiEhhdjqyRPb","delta":"CNTV6","metadata":{}},{"type":"tool-params-delta","id":"toolu_018BrUKq2YEnFiEhhdjqyRPb","delta":"\"}","metadata":{}},{"type":"tool-params-end","id":"toolu_018BrUKq2YEnFiEhhdjqyRPb","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":1688,"outputTokens":142,"totalTokens":1830},"metadata":{"anthropic":{"usage":{"cache_creation":{"ephemeral_1h_input_tokens":0,"ephemeral_5m_input_tokens":0},"cache_creation_input_tokens":0,"cache_read_input_tokens":0,"input_tokens":1688,"output_tokens":1,"server_tool_use":null,"service_tier":"standard"}}}}]},{"parameters":{"model":"@anthropic/claude-opus-4-6","stream":true,"tools":[{"name":"create","description":"Creates a new markdown document and adds it to the space.","inputSchema":{"type":"object","required":["name","content"],"properties":{"name":{"type":"string"},"content":{"type":"string"}},"additionalProperties":false}},{"name":"open","description":"Opens and reads the contents of a new markdown document.","inputSchema":{"type":"object","required":["doc"],"properties":{"doc":{"type":"string","description":"The ID of the referenced object. Formats accepted:\n- DXN (dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4). DXNs can be prepended with an @ symbol for compatibility with in-text references.\n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)","examples":["dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4"]}},"additionalProperties":false}},{"name":"update","description":"Applies a set of edits to the markdown document.","inputSchema":{"type":"object","required":["doc","edits"],"properties":{"doc":{"type":"string","description":"The ID of the referenced object. Formats accepted:\n- DXN (dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4). DXNs can be prepended with an @ symbol for compatibility with in-text references.\n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)","examples":["dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4"]},"edits":{"type":"array","items":{"type":"object","required":["oldString","newString"],"properties":{"oldString":{"type":"string","description":"The text to find in the document."},"newString":{"type":"string","description":"The text to replace it with."},"replaceAll":{"type":"boolean","description":"If true, replaces all occurrences. Defaults to false (first occurrence only)."}},"additionalProperties":false},"description":"The edits to apply to the document. Each edit finds oldString and replaces it with newString."}},"additionalProperties":false}}]},"prompt":{"content":[{"role":"system","content":"## Blueprints Definitions\n\n<blueprint>\n You can create, read and update markdown documents.\n When asked to edit or update documents return updates as a set of compact diff string pairs.\n For each diff, respond with the smallest possible matching span.\n \n Example:\n ```diff\n - \"There is a tyop in this sentence.\"\n + \"There is a typo in this sentence.\"\n - \"This id good.\"\n + \"This sentence is really good.\"\n ```\n</blueprint>\n\n## Context Objects\n\n<object>\n <dxn>dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTV6</dxn>\n <typename>org.dxos.type.document</typename>\n</object>","options":{}},{"role":"user","content":"Add milk to the shopping list.","options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"Let me first open the document to see its current contents.","options":{}},{"type":"text","text":"Let me first open the document to see what's currently on the shopping list.","options":{}},{"type":"tool-call","id":"toolu_018BrUKq2YEnFiEhhdjqyRPb","name":"open","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTV6"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_018BrUKq2YEnFiEhhdjqyRPb","name":"open","isFailure":false,"result":{"_id":"Exit","_tag":"Success","value":{"content":"# Shopping list"}},"providerExecuted":false,"options":{}}],"options":{"anthropic":{"cacheControl":{"ttl":"5m","type":"ephemeral"}}}}]},"response":[{"type":"response-metadata","id":"msg_01Kw9HqqHJAe5mrDwxszk7fr","modelId":"claude-opus-4-6","timestamp":"2026-04-03T15:10:32.206Z","metadata":{}},{"type":"text-start","id":"0","metadata":{}},{"type":"text-delta","id":"0","delta":"Now","metadata":{}},{"type":"text-delta","id":"0","delta":" I'll add milk to the shopping list.","metadata":{}},{"type":"text-end","id":"0","metadata":{}},{"type":"tool-params-start","id":"toolu_01V3S8Ctm35ZJZrDSJAeqzAX","name":"update","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_01V3S8Ctm35ZJZrDSJAeqzAX","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01V3S8Ctm35ZJZrDSJAeqzAX","delta":"{\"doc\": \"d","metadata":{}},{"type":"tool-params-delta","id":"toolu_01V3S8Ctm35ZJZrDSJAeqzAX","delta":"xn:echo","metadata":{}},{"type":"tool-params-delta","id":"toolu_01V3S8Ctm35ZJZrDSJAeqzAX","delta":":B","metadata":{}},{"type":"tool-params-delta","id":"toolu_01V3S8Ctm35ZJZrDSJAeqzAX","delta":"DJ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01V3S8Ctm35ZJZrDSJAeqzAX","delta":"XMULPW","metadata":{}},{"type":"tool-params-delta","id":"toolu_01V3S8Ctm35ZJZrDSJAeqzAX","delta":"5F","metadata":{}},{"type":"tool-params-delta","id":"toolu_01V3S8Ctm35ZJZrDSJAeqzAX","delta":"B55","metadata":{}},{"type":"tool-params-delta","id":"toolu_01V3S8Ctm35ZJZrDSJAeqzAX","delta":"UZ7KP5HLD","metadata":{}},{"type":"tool-params-delta","id":"toolu_01V3S8Ctm35ZJZrDSJAeqzAX","delta":"HVTXUTHE2U:0","metadata":{}},{"type":"tool-params-delta","id":"toolu_01V3S8Ctm35ZJZrDSJAeqzAX","delta":"1JGFJJZ00G","metadata":{}},{"type":"tool-params-delta","id":"toolu_01V3S8Ctm35ZJZrDSJAeqzAX","delta":"0WKQSJGMAKC","metadata":{}},{"type":"tool-params-delta","id":"toolu_01V3S8Ctm35ZJZrDSJAeqzAX","delta":"NTV6\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01V3S8Ctm35ZJZrDSJAeqzAX","delta":", \"edits","metadata":{}},{"type":"tool-params-delta","id":"toolu_01V3S8Ctm35ZJZrDSJAeqzAX","delta":"\": [{\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01V3S8Ctm35ZJZrDSJAeqzAX","delta":"ol","metadata":{}},{"type":"tool-params-delta","id":"toolu_01V3S8Ctm35ZJZrDSJAeqzAX","delta":"dString","metadata":{}},{"type":"tool-params-delta","id":"toolu_01V3S8Ctm35ZJZrDSJAeqzAX","delta":"\":\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01V3S8Ctm35ZJZrDSJAeqzAX","delta":"# Sh","metadata":{}},{"type":"tool-params-delta","id":"toolu_01V3S8Ctm35ZJZrDSJAeqzAX","delta":"opping li","metadata":{}},{"type":"tool-params-delta","id":"toolu_01V3S8Ctm35ZJZrDSJAeqzAX","delta":"st\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01V3S8Ctm35ZJZrDSJAeqzAX","delta":",\"n","metadata":{}},{"type":"tool-params-delta","id":"toolu_01V3S8Ctm35ZJZrDSJAeqzAX","delta":"ewString","metadata":{}},{"type":"tool-params-delta","id":"toolu_01V3S8Ctm35ZJZrDSJAeqzAX","delta":"\":\"# Shoppi","metadata":{}},{"type":"tool-params-delta","id":"toolu_01V3S8Ctm35ZJZrDSJAeqzAX","delta":"ng","metadata":{}},{"type":"tool-params-delta","id":"toolu_01V3S8Ctm35ZJZrDSJAeqzAX","delta":" list\\n\\n- ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01V3S8Ctm35ZJZrDSJAeqzAX","delta":"Milk\"}]}","metadata":{}},{"type":"tool-params-end","id":"toolu_01V3S8Ctm35ZJZrDSJAeqzAX","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":1813,"outputTokens":160,"totalTokens":1973},"metadata":{"anthropic":{"usage":{"cache_creation":{"ephemeral_1h_input_tokens":0,"ephemeral_5m_input_tokens":0},"cache_creation_input_tokens":0,"cache_read_input_tokens":0,"input_tokens":1813,"output_tokens":1,"server_tool_use":null,"service_tier":"standard"}}}}]},{"parameters":{"model":"@anthropic/claude-opus-4-6","stream":true,"tools":[{"name":"create","description":"Creates a new markdown document and adds it to the space.","inputSchema":{"type":"object","required":["name","content"],"properties":{"name":{"type":"string"},"content":{"type":"string"}},"additionalProperties":false}},{"name":"open","description":"Opens and reads the contents of a new markdown document.","inputSchema":{"type":"object","required":["doc"],"properties":{"doc":{"type":"string","description":"The ID of the referenced object. Formats accepted:\n- DXN (dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4). DXNs can be prepended with an @ symbol for compatibility with in-text references.\n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)","examples":["dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4"]}},"additionalProperties":false}},{"name":"update","description":"Applies a set of edits to the markdown document.","inputSchema":{"type":"object","required":["doc","edits"],"properties":{"doc":{"type":"string","description":"The ID of the referenced object. Formats accepted:\n- DXN (dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4). DXNs can be prepended with an @ symbol for compatibility with in-text references.\n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)","examples":["dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4"]},"edits":{"type":"array","items":{"type":"object","required":["oldString","newString"],"properties":{"oldString":{"type":"string","description":"The text to find in the document."},"newString":{"type":"string","description":"The text to replace it with."},"replaceAll":{"type":"boolean","description":"If true, replaces all occurrences. Defaults to false (first occurrence only)."}},"additionalProperties":false},"description":"The edits to apply to the document. Each edit finds oldString and replaces it with newString."}},"additionalProperties":false}}]},"prompt":{"content":[{"role":"system","content":"## Blueprints Definitions\n\n<blueprint>\n You can create, read and update markdown documents.\n When asked to edit or update documents return updates as a set of compact diff string pairs.\n For each diff, respond with the smallest possible matching span.\n \n Example:\n ```diff\n - \"There is a tyop in this sentence.\"\n + \"There is a typo in this sentence.\"\n - \"This id good.\"\n + \"This sentence is really good.\"\n ```\n</blueprint>\n\n## Context Objects\n\n<object>\n <dxn>dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTV6</dxn>\n <typename>org.dxos.type.document</typename>\n</object>","options":{}},{"role":"user","content":"Add milk to the shopping list.","options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"Let me first open the document to see its current contents.","options":{}},{"type":"text","text":"Let me first open the document to see what's currently on the shopping list.","options":{}},{"type":"tool-call","id":"toolu_018BrUKq2YEnFiEhhdjqyRPb","name":"open","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTV6"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_018BrUKq2YEnFiEhhdjqyRPb","name":"open","isFailure":false,"result":{"_id":"Exit","_tag":"Success","value":{"content":"# Shopping list"}},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":[{"type":"text","text":"Now I'll add milk to the shopping list.","options":{}},{"type":"tool-call","id":"toolu_01V3S8Ctm35ZJZrDSJAeqzAX","name":"update","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTV6","edits":[{"oldString":"# Shopping list","newString":"# Shopping list\n\n- Milk"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01V3S8Ctm35ZJZrDSJAeqzAX","name":"update","isFailure":false,"result":{"_id":"Exit","_tag":"Success","value":{"newContent":"# Shopping list\n\n- Milk"}},"providerExecuted":false,"options":{}}],"options":{"anthropic":{"cacheControl":{"ttl":"5m","type":"ephemeral"}}}}]},"response":[{"type":"response-metadata","id":"msg_01Buyr6RGURsqfZZJdD2uCpZ","modelId":"claude-opus-4-6","timestamp":"2026-04-03T15:10:35.488Z","metadata":{}},{"type":"text-start","id":"0","metadata":{}},{"type":"text-delta","id":"0","delta":"Done","metadata":{}},{"type":"text-delta","id":"0","delta":"! I've added **Milk** to your shopping list. 🥛","metadata":{}},{"type":"text-end","id":"0","metadata":{}},{"type":"finish","reason":"stop","usage":{"inputTokens":2013,"outputTokens":21,"totalTokens":2034},"metadata":{"anthropic":{"usage":{"cache_creation":{"ephemeral_1h_input_tokens":0,"ephemeral_5m_input_tokens":0},"cache_creation_input_tokens":0,"cache_read_input_tokens":0,"input_tokens":2013,"output_tokens":1,"server_tool_use":null,"service_tier":"standard"}}}}]},{"parameters":{"model":"@anthropic/claude-opus-4-6","stream":true,"tools":[{"name":"create","description":"Creates a new markdown document and adds it to the space.","inputSchema":{"type":"object","required":["name","content"],"properties":{"name":{"type":"string"},"content":{"type":"string"}},"additionalProperties":false}},{"name":"open","description":"Opens and reads the contents of a new markdown document.","inputSchema":{"type":"object","required":["doc"],"properties":{"doc":{"type":"string","description":"The ID of the referenced object. Formats accepted:\n- DXN (dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4). DXNs can be prepended with an @ symbol for compatibility with in-text references.\n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)","examples":["dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4"]}},"additionalProperties":false}},{"name":"update","description":"Applies a set of edits to the markdown document.","inputSchema":{"type":"object","required":["doc","edits"],"properties":{"doc":{"type":"string","description":"The ID of the referenced object. Formats accepted:\n- DXN (dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4). DXNs can be prepended with an @ symbol for compatibility with in-text references.\n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)","examples":["dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4"]},"edits":{"type":"array","items":{"type":"object","required":["oldString","newString"],"properties":{"oldString":{"type":"string","description":"The text to find in the document."},"newString":{"type":"string","description":"The text to replace it with."},"replaceAll":{"type":"boolean","description":"If true, replaces all occurrences. Defaults to false (first occurrence only)."}},"additionalProperties":false},"description":"The edits to apply to the document. Each edit finds oldString and replaces it with newString."}},"additionalProperties":false}}]},"prompt":{"content":[{"role":"system","content":"## Blueprints Definitions\n\n<blueprint>\n You can create, read and update markdown documents.\n When asked to edit or update documents return updates as a set of compact diff string pairs.\n For each diff, respond with the smallest possible matching span.\n \n Example:\n ```diff\n - \"There is a tyop in this sentence.\"\n + \"There is a typo in this sentence.\"\n - \"This id good.\"\n + \"This sentence is really good.\"\n ```\n</blueprint>\n\n## Context Objects\n\n<object>\n <dxn>dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTV6</dxn>\n <typename>org.dxos.type.document</typename>\n</object>","options":{}},{"role":"user","content":"Add milk to the shopping list.","options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"Let me first open the document to see its current contents.","options":{}},{"type":"text","text":"Let me first open the document to see what's currently on the shopping list.","options":{}},{"type":"tool-call","id":"toolu_018BrUKq2YEnFiEhhdjqyRPb","name":"open","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTV6"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_018BrUKq2YEnFiEhhdjqyRPb","name":"open","isFailure":false,"result":{"_id":"Exit","_tag":"Success","value":{"content":"# Shopping list"}},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":[{"type":"text","text":"Now I'll add milk to the shopping list.","options":{}},{"type":"tool-call","id":"toolu_01V3S8Ctm35ZJZrDSJAeqzAX","name":"update","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTV6","edits":[{"oldString":"# Shopping list","newString":"# Shopping list\n\n- Milk"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01V3S8Ctm35ZJZrDSJAeqzAX","name":"update","isFailure":false,"result":{"_id":"Exit","_tag":"Success","value":{"newContent":"# Shopping list\n\n- Milk"}},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":"Done! I've added **Milk** to your shopping list. 🥛","options":{}},{"role":"user","content":"Add bread to the shopping list.","options":{"anthropic":{"cacheControl":{"ttl":"5m","type":"ephemeral"}}}}]},"response":[{"type":"response-metadata","id":"msg_016hF3p1MVsbQ9eX1xeSBJpe","modelId":"claude-opus-4-6","timestamp":"2026-04-03T15:10:38.343Z","metadata":{}},{"type":"reasoning-start","id":"0","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"The document","metadata":{}},{"type":"reasoning-delta","id":"0","delta":" currently has \"# Shopping list\\n\\n- Milk\". I need to add bread to it.","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"","metadata":{"anthropic":{"type":"thinking","signature":"Eo0CClkIDBgCKkBT5+bVgzE2maMSmMU4L/kR6pBeneIyOTvJOSkWU1vPTL5wj1nPzDu1MnWXzfLqcyJDKtCFORIV5edr6LfyA4R9Mg9jbGF1ZGUtb3B1cy00LTY4ABIMLH4Cg4qCbt3wOAL9GgzyvGcQXM5f5foCF/wiMGSLoHWwk84XJuzEeRsuz0l+33MdFpJTl23WRLwi8S8fcxG/EM42rP30KUmX/764kypih1r1bMOizNPdoLuJjEt9HYRaT1ojFj8BCSLV+PJzWYxQk1wg62y1YE/QtG/2uuq+EzF7VRwFgnWjHkLHTV/SyQgBl2+DvrdOaC2/j8y0PUWKBsWfYCstuR+5xf45/aQZE7MYAQ=="}}},{"type":"reasoning-end","id":"0","metadata":{}},{"type":"tool-params-start","id":"toolu_01S7crcDwtm9VkkXgEqmQZSP","name":"update","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_01S7crcDwtm9VkkXgEqmQZSP","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01S7crcDwtm9VkkXgEqmQZSP","delta":"{\"doc\": \"d","metadata":{}},{"type":"tool-params-delta","id":"toolu_01S7crcDwtm9VkkXgEqmQZSP","delta":"xn:e","metadata":{}},{"type":"tool-params-delta","id":"toolu_01S7crcDwtm9VkkXgEqmQZSP","delta":"cho:BDJX","metadata":{}},{"type":"tool-params-delta","id":"toolu_01S7crcDwtm9VkkXgEqmQZSP","delta":"MULPW5FB5","metadata":{}},{"type":"tool-params-delta","id":"toolu_01S7crcDwtm9VkkXgEqmQZSP","delta":"5UZ7KP5H","metadata":{}},{"type":"tool-params-delta","id":"toolu_01S7crcDwtm9VkkXgEqmQZSP","delta":"LDHVTXUTH","metadata":{}},{"type":"tool-params-delta","id":"toolu_01S7crcDwtm9VkkXgEqmQZSP","delta":"E2U:01","metadata":{}},{"type":"tool-params-delta","id":"toolu_01S7crcDwtm9VkkXgEqmQZSP","delta":"JGFJJZ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01S7crcDwtm9VkkXgEqmQZSP","delta":"00G0WK","metadata":{}},{"type":"tool-params-delta","id":"toolu_01S7crcDwtm9VkkXgEqmQZSP","delta":"QS","metadata":{}},{"type":"tool-params-delta","id":"toolu_01S7crcDwtm9VkkXgEqmQZSP","delta":"JGMAKCNTV6\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01S7crcDwtm9VkkXgEqmQZSP","delta":", \"ed","metadata":{}},{"type":"tool-params-delta","id":"toolu_01S7crcDwtm9VkkXgEqmQZSP","delta":"its","metadata":{}},{"type":"tool-params-delta","id":"toolu_01S7crcDwtm9VkkXgEqmQZSP","delta":"\":","metadata":{}},{"type":"tool-params-delta","id":"toolu_01S7crcDwtm9VkkXgEqmQZSP","delta":" [{\"oldS","metadata":{}},{"type":"tool-params-delta","id":"toolu_01S7crcDwtm9VkkXgEqmQZSP","delta":"tring\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01S7crcDwtm9VkkXgEqmQZSP","delta":":\"- M","metadata":{}},{"type":"tool-params-delta","id":"toolu_01S7crcDwtm9VkkXgEqmQZSP","delta":"ilk\",\"n","metadata":{}},{"type":"tool-params-delta","id":"toolu_01S7crcDwtm9VkkXgEqmQZSP","delta":"ewString\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01S7crcDwtm9VkkXgEqmQZSP","delta":":\"-","metadata":{}},{"type":"tool-params-delta","id":"toolu_01S7crcDwtm9VkkXgEqmQZSP","delta":" Milk","metadata":{}},{"type":"tool-params-delta","id":"toolu_01S7crcDwtm9VkkXgEqmQZSP","delta":"\\n- Bread\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01S7crcDwtm9VkkXgEqmQZSP","delta":"}]}","metadata":{}},{"type":"tool-params-end","id":"toolu_01S7crcDwtm9VkkXgEqmQZSP","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":2073,"outputTokens":179,"totalTokens":2252},"metadata":{"anthropic":{"usage":{"cache_creation":{"ephemeral_1h_input_tokens":0,"ephemeral_5m_input_tokens":0},"cache_creation_input_tokens":0,"cache_read_input_tokens":0,"input_tokens":2073,"output_tokens":2,"server_tool_use":null,"service_tier":"standard"}}}}]},{"parameters":{"model":"@anthropic/claude-opus-4-6","stream":true,"tools":[{"name":"create","description":"Creates a new markdown document and adds it to the space.","inputSchema":{"type":"object","required":["name","content"],"properties":{"name":{"type":"string"},"content":{"type":"string"}},"additionalProperties":false}},{"name":"open","description":"Opens and reads the contents of a new markdown document.","inputSchema":{"type":"object","required":["doc"],"properties":{"doc":{"type":"string","description":"The ID of the referenced object. Formats accepted:\n- DXN (dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4). DXNs can be prepended with an @ symbol for compatibility with in-text references.\n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)","examples":["dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4"]}},"additionalProperties":false}},{"name":"update","description":"Applies a set of edits to the markdown document.","inputSchema":{"type":"object","required":["doc","edits"],"properties":{"doc":{"type":"string","description":"The ID of the referenced object. Formats accepted:\n- DXN (dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4). DXNs can be prepended with an @ symbol for compatibility with in-text references.\n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)","examples":["dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4"]},"edits":{"type":"array","items":{"type":"object","required":["oldString","newString"],"properties":{"oldString":{"type":"string","description":"The text to find in the document."},"newString":{"type":"string","description":"The text to replace it with."},"replaceAll":{"type":"boolean","description":"If true, replaces all occurrences. Defaults to false (first occurrence only)."}},"additionalProperties":false},"description":"The edits to apply to the document. Each edit finds oldString and replaces it with newString."}},"additionalProperties":false}}]},"prompt":{"content":[{"role":"system","content":"## Blueprints Definitions\n\n<blueprint>\n You can create, read and update markdown documents.\n When asked to edit or update documents return updates as a set of compact diff string pairs.\n For each diff, respond with the smallest possible matching span.\n \n Example:\n ```diff\n - \"There is a tyop in this sentence.\"\n + \"There is a typo in this sentence.\"\n - \"This id good.\"\n + \"This sentence is really good.\"\n ```\n</blueprint>\n\n## Context Objects\n\n<object>\n <dxn>dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTV6</dxn>\n <typename>org.dxos.type.document</typename>\n</object>","options":{}},{"role":"user","content":"Add milk to the shopping list.","options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"Let me first open the document to see its current contents.","options":{}},{"type":"text","text":"Let me first open the document to see what's currently on the shopping list.","options":{}},{"type":"tool-call","id":"toolu_018BrUKq2YEnFiEhhdjqyRPb","name":"open","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTV6"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_018BrUKq2YEnFiEhhdjqyRPb","name":"open","isFailure":false,"result":{"_id":"Exit","_tag":"Success","value":{"content":"# Shopping list"}},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":[{"type":"text","text":"Now I'll add milk to the shopping list.","options":{}},{"type":"tool-call","id":"toolu_01V3S8Ctm35ZJZrDSJAeqzAX","name":"update","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTV6","edits":[{"oldString":"# Shopping list","newString":"# Shopping list\n\n- Milk"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01V3S8Ctm35ZJZrDSJAeqzAX","name":"update","isFailure":false,"result":{"_id":"Exit","_tag":"Success","value":{"newContent":"# Shopping list\n\n- Milk"}},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":"Done! I've added **Milk** to your shopping list. 🥛","options":{}},{"role":"user","content":"Add bread to the shopping list.","options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"The document currently has \"# Shopping list\\n\\n- Milk\". I need to add bread to it.","options":{}},{"type":"tool-call","id":"toolu_01S7crcDwtm9VkkXgEqmQZSP","name":"update","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTV6","edits":[{"oldString":"- Milk","newString":"- Milk\n- Bread"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01S7crcDwtm9VkkXgEqmQZSP","name":"update","isFailure":false,"result":{"_id":"Exit","_tag":"Success","value":{"newContent":"# Shopping list\n\n- Milk\n- Bread"}},"providerExecuted":false,"options":{}}],"options":{"anthropic":{"cacheControl":{"ttl":"5m","type":"ephemeral"}}}}]},"response":[{"type":"response-metadata","id":"msg_0175X9FDgAB9et9nkXHX15nV","modelId":"claude-opus-4-6","timestamp":"2026-04-03T15:10:42.158Z","metadata":{}},{"type":"text-start","id":"0","metadata":{}},{"type":"text-delta","id":"0","delta":"Done! I've added **Bread","metadata":{}},{"type":"text-delta","id":"0","delta":"** to your shopping list. 🍞 Here's what you have so far:\n\n- Milk\n-","metadata":{}},{"type":"text-delta","id":"0","delta":" Bread","metadata":{}},{"type":"text-end","id":"0","metadata":{}},{"type":"finish","reason":"stop","usage":{"inputTokens":2237,"outputTokens":38,"totalTokens":2275},"metadata":{"anthropic":{"usage":{"cache_creation":{"ephemeral_1h_input_tokens":0,"ephemeral_5m_input_tokens":0},"cache_creation_input_tokens":0,"cache_read_input_tokens":0,"input_tokens":2237,"output_tokens":8,"server_tool_use":null,"service_tier":"standard"}}}}]},{"parameters":{"model":"@anthropic/claude-opus-4-6","stream":true,"tools":[{"name":"create","description":"Creates a new markdown document and adds it to the space.","inputSchema":{"type":"object","required":["name","content"],"properties":{"name":{"type":"string"},"content":{"type":"string"}},"additionalProperties":false}},{"name":"open","description":"Opens and reads the contents of a new markdown document.","inputSchema":{"type":"object","required":["doc"],"properties":{"doc":{"type":"string","description":"The ID of the referenced object. Formats accepted:\n- DXN (dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4). DXNs can be prepended with an @ symbol for compatibility with in-text references.\n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)","examples":["dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4"]}},"additionalProperties":false}},{"name":"update","description":"Applies a set of edits to the markdown document.","inputSchema":{"type":"object","required":["doc","edits"],"properties":{"doc":{"type":"string","description":"The ID of the referenced object. Formats accepted:\n- DXN (dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4). DXNs can be prepended with an @ symbol for compatibility with in-text references.\n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)","examples":["dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4"]},"edits":{"type":"array","items":{"type":"object","required":["oldString","newString"],"properties":{"oldString":{"type":"string","description":"The text to find in the document."},"newString":{"type":"string","description":"The text to replace it with."},"replaceAll":{"type":"boolean","description":"If true, replaces all occurrences. Defaults to false (first occurrence only)."}},"additionalProperties":false},"description":"The edits to apply to the document. Each edit finds oldString and replaces it with newString."}},"additionalProperties":false}}]},"prompt":{"content":[{"role":"system","content":"## Blueprints Definitions\n\n<blueprint>\n You can create, read and update markdown documents.\n When asked to edit or update documents return updates as a set of compact diff string pairs.\n For each diff, respond with the smallest possible matching span.\n \n Example:\n ```diff\n - \"There is a tyop in this sentence.\"\n + \"There is a typo in this sentence.\"\n - \"This id good.\"\n + \"This sentence is really good.\"\n ```\n</blueprint>\n\n## Context Objects\n\n<object>\n <dxn>dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTV6</dxn>\n <typename>org.dxos.type.document</typename>\n</object>","options":{}},{"role":"user","content":"Add milk to the shopping list.","options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"Let me first open the document to see its current contents.","options":{}},{"type":"text","text":"Let me first open the document to see what's currently on the shopping list.","options":{}},{"type":"tool-call","id":"toolu_018BrUKq2YEnFiEhhdjqyRPb","name":"open","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTV6"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_018BrUKq2YEnFiEhhdjqyRPb","name":"open","isFailure":false,"result":{"_id":"Exit","_tag":"Success","value":{"content":"# Shopping list"}},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":[{"type":"text","text":"Now I'll add milk to the shopping list.","options":{}},{"type":"tool-call","id":"toolu_01V3S8Ctm35ZJZrDSJAeqzAX","name":"update","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTV6","edits":[{"oldString":"# Shopping list","newString":"# Shopping list\n\n- Milk"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01V3S8Ctm35ZJZrDSJAeqzAX","name":"update","isFailure":false,"result":{"_id":"Exit","_tag":"Success","value":{"newContent":"# Shopping list\n\n- Milk"}},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":"Done! I've added **Milk** to your shopping list. 🥛","options":{}},{"role":"user","content":"Add bread to the shopping list.","options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"The document currently has \"# Shopping list\\n\\n- Milk\". I need to add bread to it.","options":{}},{"type":"tool-call","id":"toolu_01S7crcDwtm9VkkXgEqmQZSP","name":"update","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTV6","edits":[{"oldString":"- Milk","newString":"- Milk\n- Bread"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01S7crcDwtm9VkkXgEqmQZSP","name":"update","isFailure":false,"result":{"_id":"Exit","_tag":"Success","value":{"newContent":"# Shopping list\n\n- Milk\n- Bread"}},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":"Done! I've added **Bread** to your shopping list. 🍞 Here's what you have so far:\n\n- Milk\n- Bread","options":{}},{"role":"user","content":"Add eggs to the shopping list.","options":{"anthropic":{"cacheControl":{"ttl":"5m","type":"ephemeral"}}}}]},"response":[{"type":"response-metadata","id":"msg_01DRyCgr26YbkQvJRhEG6HK1","modelId":"claude-opus-4-6","timestamp":"2026-04-03T15:10:44.670Z","metadata":{}},{"type":"reasoning-start","id":"0","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"Add","metadata":{}},{"type":"reasoning-delta","id":"0","delta":" eggs to the list.","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"","metadata":{"anthropic":{"type":"thinking","signature":"EtABClkIDBgCKkAYL/LtQkxanOvRw3IBKGYU+7tRbO0J2BH6tFXKtxVCbhYdYyu7dMyQ0dPmOT/iamobMCR9H0m7TDEOx7SOWWi4Mg9jbGF1ZGUtb3B1cy00LTY4ABIMoZGXoVycpD13jl30GgyZkw+F60Rsgj24peIiMFxzpAINs+u4AOPeXIcvoQa9Pt9PGaW5T3DCosgOewAV3qO8dqYjPPrVuzrDgX/Tqyol87okZCo3D2PE0BwTmb7ZOkr85GWAY2cCN1uyHWiWVvyXdAejeRgB"}}},{"type":"reasoning-end","id":"0","metadata":{}},{"type":"tool-params-start","id":"toolu_01NCkvjWQwPsvKN7bivqwcXw","name":"update","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_01NCkvjWQwPsvKN7bivqwcXw","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01NCkvjWQwPsvKN7bivqwcXw","delta":"{\"doc\": \"dxn","metadata":{}},{"type":"tool-params-delta","id":"toolu_01NCkvjWQwPsvKN7bivqwcXw","delta":":echo:BDJX","metadata":{}},{"type":"tool-params-delta","id":"toolu_01NCkvjWQwPsvKN7bivqwcXw","delta":"MULPW","metadata":{}},{"type":"tool-params-delta","id":"toolu_01NCkvjWQwPsvKN7bivqwcXw","delta":"5FB55UZ7K","metadata":{}},{"type":"tool-params-delta","id":"toolu_01NCkvjWQwPsvKN7bivqwcXw","delta":"P5H","metadata":{}},{"type":"tool-params-delta","id":"toolu_01NCkvjWQwPsvKN7bivqwcXw","delta":"LDHVTXUTHE2U","metadata":{}},{"type":"tool-params-delta","id":"toolu_01NCkvjWQwPsvKN7bivqwcXw","delta":":01JGFJJZ0","metadata":{}},{"type":"tool-params-delta","id":"toolu_01NCkvjWQwPsvKN7bivqwcXw","delta":"0G0WK","metadata":{}},{"type":"tool-params-delta","id":"toolu_01NCkvjWQwPsvKN7bivqwcXw","delta":"QSJGMAKCNTV6","metadata":{}},{"type":"tool-params-delta","id":"toolu_01NCkvjWQwPsvKN7bivqwcXw","delta":"\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01NCkvjWQwPsvKN7bivqwcXw","delta":", \"edit","metadata":{}},{"type":"tool-params-delta","id":"toolu_01NCkvjWQwPsvKN7bivqwcXw","delta":"s\": [{\"old","metadata":{}},{"type":"tool-params-delta","id":"toolu_01NCkvjWQwPsvKN7bivqwcXw","delta":"St","metadata":{}},{"type":"tool-params-delta","id":"toolu_01NCkvjWQwPsvKN7bivqwcXw","delta":"rin","metadata":{}},{"type":"tool-params-delta","id":"toolu_01NCkvjWQwPsvKN7bivqwcXw","delta":"g\":\"- Bread\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01NCkvjWQwPsvKN7bivqwcXw","delta":",\"new","metadata":{}},{"type":"tool-params-delta","id":"toolu_01NCkvjWQwPsvKN7bivqwcXw","delta":"String\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01NCkvjWQwPsvKN7bivqwcXw","delta":":\"- Bre","metadata":{}},{"type":"tool-params-delta","id":"toolu_01NCkvjWQwPsvKN7bivqwcXw","delta":"ad\\n- Eggs\"}","metadata":{}},{"type":"tool-params-delta","id":"toolu_01NCkvjWQwPsvKN7bivqwcXw","delta":"]}","metadata":{}},{"type":"tool-params-end","id":"toolu_01NCkvjWQwPsvKN7bivqwcXw","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":2314,"outputTokens":161,"totalTokens":2475},"metadata":{"anthropic":{"usage":{"cache_creation":{"ephemeral_1h_input_tokens":0,"ephemeral_5m_input_tokens":0},"cache_creation_input_tokens":0,"cache_read_input_tokens":0,"input_tokens":2314,"output_tokens":1,"server_tool_use":null,"service_tier":"standard"}}}}]},{"parameters":{"model":"@anthropic/claude-opus-4-6","stream":true,"tools":[{"name":"create","description":"Creates a new markdown document and adds it to the space.","inputSchema":{"type":"object","required":["name","content"],"properties":{"name":{"type":"string"},"content":{"type":"string"}},"additionalProperties":false}},{"name":"open","description":"Opens and reads the contents of a new markdown document.","inputSchema":{"type":"object","required":["doc"],"properties":{"doc":{"type":"string","description":"The ID of the referenced object. Formats accepted:\n- DXN (dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4). DXNs can be prepended with an @ symbol for compatibility with in-text references.\n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)","examples":["dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4"]}},"additionalProperties":false}},{"name":"update","description":"Applies a set of edits to the markdown document.","inputSchema":{"type":"object","required":["doc","edits"],"properties":{"doc":{"type":"string","description":"The ID of the referenced object. Formats accepted:\n- DXN (dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4). DXNs can be prepended with an @ symbol for compatibility with in-text references.\n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)","examples":["dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@dxn:echo:@:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4"]},"edits":{"type":"array","items":{"type":"object","required":["oldString","newString"],"properties":{"oldString":{"type":"string","description":"The text to find in the document."},"newString":{"type":"string","description":"The text to replace it with."},"replaceAll":{"type":"boolean","description":"If true, replaces all occurrences. Defaults to false (first occurrence only)."}},"additionalProperties":false},"description":"The edits to apply to the document. Each edit finds oldString and replaces it with newString."}},"additionalProperties":false}}]},"prompt":{"content":[{"role":"system","content":"## Blueprints Definitions\n\n<blueprint>\n You can create, read and update markdown documents.\n When asked to edit or update documents return updates as a set of compact diff string pairs.\n For each diff, respond with the smallest possible matching span.\n \n Example:\n ```diff\n - \"There is a tyop in this sentence.\"\n + \"There is a typo in this sentence.\"\n - \"This id good.\"\n + \"This sentence is really good.\"\n ```\n</blueprint>\n\n## Context Objects\n\n<object>\n <dxn>dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTV6</dxn>\n <typename>org.dxos.type.document</typename>\n</object>","options":{}},{"role":"user","content":"Add milk to the shopping list.","options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"Let me first open the document to see its current contents.","options":{}},{"type":"text","text":"Let me first open the document to see what's currently on the shopping list.","options":{}},{"type":"tool-call","id":"toolu_018BrUKq2YEnFiEhhdjqyRPb","name":"open","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTV6"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_018BrUKq2YEnFiEhhdjqyRPb","name":"open","isFailure":false,"result":{"_id":"Exit","_tag":"Success","value":{"content":"# Shopping list"}},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":[{"type":"text","text":"Now I'll add milk to the shopping list.","options":{}},{"type":"tool-call","id":"toolu_01V3S8Ctm35ZJZrDSJAeqzAX","name":"update","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTV6","edits":[{"oldString":"# Shopping list","newString":"# Shopping list\n\n- Milk"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01V3S8Ctm35ZJZrDSJAeqzAX","name":"update","isFailure":false,"result":{"_id":"Exit","_tag":"Success","value":{"newContent":"# Shopping list\n\n- Milk"}},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":"Done! I've added **Milk** to your shopping list. 🥛","options":{}},{"role":"user","content":"Add bread to the shopping list.","options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"The document currently has \"# Shopping list\\n\\n- Milk\". I need to add bread to it.","options":{}},{"type":"tool-call","id":"toolu_01S7crcDwtm9VkkXgEqmQZSP","name":"update","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTV6","edits":[{"oldString":"- Milk","newString":"- Milk\n- Bread"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01S7crcDwtm9VkkXgEqmQZSP","name":"update","isFailure":false,"result":{"_id":"Exit","_tag":"Success","value":{"newContent":"# Shopping list\n\n- Milk\n- Bread"}},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":"Done! I've added **Bread** to your shopping list. 🍞 Here's what you have so far:\n\n- Milk\n- Bread","options":{}},{"role":"user","content":"Add eggs to the shopping list.","options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"Add eggs to the list.","options":{}},{"type":"tool-call","id":"toolu_01NCkvjWQwPsvKN7bivqwcXw","name":"update","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTV6","edits":[{"oldString":"- Bread","newString":"- Bread\n- Eggs"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01NCkvjWQwPsvKN7bivqwcXw","name":"update","isFailure":false,"result":{"_id":"Exit","_tag":"Success","value":{"newContent":"# Shopping list\n\n- Milk\n- Bread\n- Eggs"}},"providerExecuted":false,"options":{}}],"options":{"anthropic":{"cacheControl":{"ttl":"5m","type":"ephemeral"}}}}]},"response":[{"type":"response-metadata","id":"msg_011rR7P4P1BZWRJwgQz1NREW","modelId":"claude-opus-4-6","timestamp":"2026-04-03T15:10:48.136Z","metadata":{}},{"type":"text-start","id":"0","metadata":{}},{"type":"text-delta","id":"0","delta":"Done! I've added **Eggs","metadata":{}},{"type":"text-delta","id":"0","delta":"** to your shopping list. 🥚 Here's what you have so far:\n\n- Milk\n- Bread\n- Eggs","metadata":{}},{"type":"text-end","id":"0","metadata":{}},{"type":"finish","reason":"stop","usage":{"inputTokens":2483,"outputTokens":42,"totalTokens":2525},"metadata":{"anthropic":{"usage":{"cache_creation":{"ephemeral_1h_input_tokens":0,"ephemeral_5m_input_tokens":0},"cache_creation_input_tokens":0,"cache_read_input_tokens":0,"input_tokens":2483,"output_tokens":8,"server_tool_use":null,"service_tier":"standard"}}}}]}]}
|