@dxos/plugin-markdown 0.8.4-main.422d1c7879 → 0.8.4-main.43cb759274

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.
Files changed (316) hide show
  1. package/LICENSE +102 -5
  2. package/README.md +1 -1
  3. package/dist/lib/neutral/EditableMarkdownCard-AW7MD35U.mjs +34 -0
  4. package/dist/lib/neutral/EditableMarkdownCard-AW7MD35U.mjs.map +7 -0
  5. package/dist/lib/neutral/MarkdownArticle-Z4QRU3WD.mjs +126 -0
  6. package/dist/lib/neutral/MarkdownArticle-Z4QRU3WD.mjs.map +7 -0
  7. package/dist/lib/neutral/MarkdownCard-36P4AHYL.mjs +107 -0
  8. package/dist/lib/neutral/MarkdownCard-36P4AHYL.mjs.map +7 -0
  9. package/dist/lib/neutral/MarkdownPlugin.mjs +58 -0
  10. package/dist/lib/neutral/MarkdownPlugin.mjs.map +7 -0
  11. package/dist/lib/neutral/MarkdownPlugin.node.mjs +25 -0
  12. package/dist/lib/neutral/MarkdownPlugin.node.mjs.map +7 -0
  13. package/dist/lib/neutral/MarkdownPlugin.workerd.mjs +23 -0
  14. package/dist/lib/neutral/MarkdownPlugin.workerd.mjs.map +7 -0
  15. package/dist/lib/{browser/MarkdownSettings-62YSRY7L.mjs → neutral/MarkdownSettings-YCTZJL5V.mjs} +4 -4
  16. package/dist/lib/neutral/MarkdownSettings-YCTZJL5V.mjs.map +7 -0
  17. package/dist/lib/neutral/anchor-sort-37GOHBLW.mjs +32 -0
  18. package/dist/lib/neutral/anchor-sort-37GOHBLW.mjs.map +7 -0
  19. package/dist/lib/neutral/app-graph-serializer-EN5E3BMG.mjs +56 -0
  20. package/dist/lib/neutral/app-graph-serializer-EN5E3BMG.mjs.map +7 -0
  21. package/dist/lib/neutral/blueprint-definition-33OK2KUL.mjs +15 -0
  22. package/dist/lib/neutral/blueprint-definition-33OK2KUL.mjs.map +7 -0
  23. package/dist/lib/neutral/blueprints/index.mjs +8 -0
  24. package/dist/lib/neutral/capabilities/index.mjs +25 -0
  25. package/dist/lib/neutral/capabilities/index.mjs.map +7 -0
  26. package/dist/lib/neutral/capabilities/node.mjs +11 -0
  27. package/dist/lib/neutral/capabilities/node.mjs.map +7 -0
  28. package/dist/lib/neutral/chunk-36QFEVOZ.mjs +30 -0
  29. package/dist/lib/neutral/chunk-36QFEVOZ.mjs.map +7 -0
  30. package/dist/lib/neutral/chunk-A45UVZEH.mjs +285 -0
  31. package/dist/lib/neutral/chunk-A45UVZEH.mjs.map +7 -0
  32. package/dist/lib/neutral/chunk-E5NVTEKQ.mjs +8 -0
  33. package/dist/lib/neutral/chunk-E5NVTEKQ.mjs.map +7 -0
  34. package/dist/lib/neutral/chunk-KDN4GKG2.mjs +98 -0
  35. package/dist/lib/neutral/chunk-KDN4GKG2.mjs.map +7 -0
  36. package/dist/lib/{browser/blueprints/index.mjs → neutral/chunk-LXNSKCPD.mjs} +10 -17
  37. package/dist/lib/neutral/chunk-LXNSKCPD.mjs.map +7 -0
  38. package/dist/lib/neutral/comment-config-ZEA66BUR.mjs +31 -0
  39. package/dist/lib/neutral/comment-config-ZEA66BUR.mjs.map +7 -0
  40. package/dist/lib/{browser → neutral/components}/index.mjs +19 -280
  41. package/dist/lib/neutral/components/index.mjs.map +7 -0
  42. package/dist/lib/neutral/containers/index.mjs +13 -0
  43. package/dist/lib/neutral/containers/index.mjs.map +7 -0
  44. package/dist/lib/{browser/create-YL5ELZWP.mjs → neutral/create-HONLDBVT.mjs} +7 -9
  45. package/dist/lib/neutral/create-HONLDBVT.mjs.map +7 -0
  46. package/dist/lib/{browser/create-markdown-LU5IDKMH.mjs → neutral/create-markdown-UCPD2Z3V.mjs} +5 -7
  47. package/dist/lib/neutral/create-markdown-UCPD2Z3V.mjs.map +7 -0
  48. package/dist/lib/neutral/create-object-VU3KX663.mjs +28 -0
  49. package/dist/lib/neutral/create-object-VU3KX663.mjs.map +7 -0
  50. package/dist/lib/neutral/hooks/index.mjs +316 -0
  51. package/dist/lib/neutral/hooks/index.mjs.map +7 -0
  52. package/dist/lib/neutral/index.mjs +42 -0
  53. package/dist/lib/neutral/meta.json +1 -0
  54. package/dist/lib/neutral/meta.mjs +8 -0
  55. package/dist/lib/{browser/open-AFSOZZ6G.mjs → neutral/open-VVDMNJ7J.mjs} +5 -6
  56. package/dist/lib/neutral/open-VVDMNJ7J.mjs.map +7 -0
  57. package/dist/lib/neutral/operation-handler-2ARMPBGZ.mjs +13 -0
  58. package/dist/lib/neutral/operation-handler-2ARMPBGZ.mjs.map +7 -0
  59. package/dist/lib/neutral/operations/index.mjs +8 -0
  60. package/dist/lib/neutral/operations/index.mjs.map +7 -0
  61. package/dist/lib/neutral/plugin.mjs +16 -0
  62. package/dist/lib/neutral/plugin.mjs.map +7 -0
  63. package/dist/lib/neutral/react-surface-EMYFM37T.mjs +119 -0
  64. package/dist/lib/neutral/react-surface-EMYFM37T.mjs.map +7 -0
  65. package/dist/lib/{browser/scroll-to-anchor-IPXV32A6.mjs → neutral/scroll-to-anchor-Y3P676QG.mjs} +7 -9
  66. package/dist/lib/neutral/scroll-to-anchor-Y3P676QG.mjs.map +7 -0
  67. package/dist/lib/neutral/set-view-mode-JZB7UXIF.mjs +24 -0
  68. package/dist/lib/neutral/set-view-mode-JZB7UXIF.mjs.map +7 -0
  69. package/dist/lib/neutral/settings-TDGDLCUR.mjs +34 -0
  70. package/dist/lib/neutral/settings-TDGDLCUR.mjs.map +7 -0
  71. package/dist/lib/neutral/state-5COCF5PN.mjs +44 -0
  72. package/dist/lib/neutral/state-5COCF5PN.mjs.map +7 -0
  73. package/dist/lib/neutral/testing.mjs +30 -0
  74. package/dist/lib/neutral/testing.mjs.map +7 -0
  75. package/dist/lib/neutral/translations.mjs +44 -0
  76. package/dist/lib/neutral/translations.mjs.map +7 -0
  77. package/dist/lib/neutral/types/index.mjs +16 -0
  78. package/dist/lib/neutral/types/index.mjs.map +7 -0
  79. package/dist/lib/{browser/update-HZNVYBMO.mjs → neutral/update-markdown-F25F4EPF.mjs} +8 -9
  80. package/dist/lib/neutral/update-markdown-F25F4EPF.mjs.map +7 -0
  81. package/dist/types/src/MarkdownPlugin.d.ts +1 -0
  82. package/dist/types/src/MarkdownPlugin.d.ts.map +1 -1
  83. package/dist/types/src/{cli/plugin.d.ts → MarkdownPlugin.node.d.ts} +2 -1
  84. package/dist/types/src/MarkdownPlugin.node.d.ts.map +1 -0
  85. package/dist/types/src/MarkdownPlugin.test.d.ts +2 -0
  86. package/dist/types/src/MarkdownPlugin.test.d.ts.map +1 -0
  87. package/dist/types/src/MarkdownPlugin.workerd.d.ts +4 -0
  88. package/dist/types/src/MarkdownPlugin.workerd.d.ts.map +1 -0
  89. package/dist/types/src/blueprints/markdown-blueprint.d.ts +2 -2
  90. package/dist/types/src/blueprints/markdown-blueprint.d.ts.map +1 -1
  91. package/dist/types/src/capabilities/anchor-sort.d.ts.map +1 -1
  92. package/dist/types/src/capabilities/app-graph-serializer.d.ts.map +1 -1
  93. package/dist/types/src/capabilities/blueprint-definition.d.ts +2 -2
  94. package/dist/types/src/capabilities/blueprint-definition.d.ts.map +1 -1
  95. package/dist/types/src/capabilities/comment-config.d.ts +12 -0
  96. package/dist/types/src/capabilities/comment-config.d.ts.map +1 -0
  97. package/dist/types/src/capabilities/create-object.d.ts +11 -0
  98. package/dist/types/src/capabilities/create-object.d.ts.map +1 -0
  99. package/dist/types/src/capabilities/index.d.ts +16 -3
  100. package/dist/types/src/capabilities/index.d.ts.map +1 -1
  101. package/dist/types/src/capabilities/node.d.ts +7 -1
  102. package/dist/types/src/capabilities/node.d.ts.map +1 -1
  103. package/dist/types/src/capabilities/operation-handler.d.ts +1 -1
  104. package/dist/types/src/capabilities/operation-handler.d.ts.map +1 -1
  105. package/dist/types/src/capabilities/react-surface.d.ts.map +1 -1
  106. package/dist/types/src/capabilities/settings.d.ts.map +1 -1
  107. package/dist/types/src/capabilities/state.d.ts +2 -2
  108. package/dist/types/src/capabilities/state.d.ts.map +1 -1
  109. package/dist/types/src/components/MarkdownEditor/MarkdownEditor.d.ts +13 -5
  110. package/dist/types/src/components/MarkdownEditor/MarkdownEditor.d.ts.map +1 -1
  111. package/dist/types/src/components/MarkdownEditor/MarkdownEditor.stories.d.ts.map +1 -1
  112. package/dist/types/src/components/MarkdownEditor/MarkdownEditorContent.d.ts +2 -1
  113. package/dist/types/src/components/MarkdownEditor/MarkdownEditorContent.d.ts.map +1 -1
  114. package/dist/types/src/components/MarkdownEditor/MarkdownEditorToolbar.d.ts +1 -1
  115. package/dist/types/src/components/MarkdownEditor/MarkdownEditorToolbar.d.ts.map +1 -1
  116. package/dist/types/src/components/MarkdownSettings/MarkdownSettings.d.ts.map +1 -1
  117. package/dist/types/src/components/MarkdownSettings/MarkdownSettings.stories.d.ts +46 -46
  118. package/dist/types/src/components/MarkdownSettings/MarkdownSettings.stories.d.ts.map +1 -1
  119. package/dist/types/src/containers/EditableMarkdownCard/EditableMarkdownCard.d.ts +15 -0
  120. package/dist/types/src/containers/EditableMarkdownCard/EditableMarkdownCard.d.ts.map +1 -0
  121. package/dist/types/src/containers/EditableMarkdownCard/EditableMarkdownCard.stories.d.ts +9 -0
  122. package/dist/types/src/containers/EditableMarkdownCard/EditableMarkdownCard.stories.d.ts.map +1 -0
  123. package/dist/types/src/containers/EditableMarkdownCard/index.d.ts +3 -0
  124. package/dist/types/src/containers/EditableMarkdownCard/index.d.ts.map +1 -0
  125. package/dist/types/src/containers/{MarkdownContainer/MarkdownContainer.d.ts → MarkdownArticle/MarkdownArticle.d.ts} +14 -10
  126. package/dist/types/src/containers/MarkdownArticle/MarkdownArticle.d.ts.map +1 -0
  127. package/dist/types/src/containers/MarkdownArticle/MarkdownArticle.stories.d.ts +97 -0
  128. package/dist/types/src/containers/MarkdownArticle/MarkdownArticle.stories.d.ts.map +1 -0
  129. package/dist/types/src/containers/MarkdownArticle/index.d.ts +3 -0
  130. package/dist/types/src/containers/MarkdownArticle/index.d.ts.map +1 -0
  131. package/dist/types/src/containers/MarkdownCard/MarkdownCard.d.ts.map +1 -1
  132. package/dist/types/src/containers/MarkdownCard/MarkdownCard.stories.d.ts +1 -1
  133. package/dist/types/src/containers/MarkdownCard/MarkdownCard.stories.d.ts.map +1 -1
  134. package/dist/types/src/containers/MarkdownCard/snippet.d.ts.map +1 -1
  135. package/dist/types/src/containers/index.d.ts +3 -2
  136. package/dist/types/src/containers/index.d.ts.map +1 -1
  137. package/dist/types/src/hooks/useEditorMenuOptions.d.ts.map +1 -1
  138. package/dist/types/src/hooks/useExtensions.d.ts +2 -1
  139. package/dist/types/src/hooks/useExtensions.d.ts.map +1 -1
  140. package/dist/types/src/hooks/useLinkQuery.d.ts.map +1 -1
  141. package/dist/types/src/index.d.ts +2 -4
  142. package/dist/types/src/index.d.ts.map +1 -1
  143. package/dist/types/src/meta.d.ts +1 -1
  144. package/dist/types/src/meta.d.ts.map +1 -1
  145. package/dist/types/src/operations/create-markdown.d.ts +3 -3
  146. package/dist/types/src/operations/create-markdown.d.ts.map +1 -1
  147. package/dist/types/src/operations/create.d.ts +3 -3
  148. package/dist/types/src/operations/create.d.ts.map +1 -1
  149. package/dist/types/src/operations/index.d.ts +1 -2
  150. package/dist/types/src/operations/index.d.ts.map +1 -1
  151. package/dist/types/src/operations/open.d.ts +3 -3
  152. package/dist/types/src/operations/open.d.ts.map +1 -1
  153. package/dist/types/src/operations/scroll-to-anchor.d.ts +3 -3
  154. package/dist/types/src/operations/scroll-to-anchor.d.ts.map +1 -1
  155. package/dist/types/src/operations/set-view-mode.d.ts +3 -3
  156. package/dist/types/src/operations/set-view-mode.d.ts.map +1 -1
  157. package/dist/types/src/operations/update-markdown.d.ts +5 -0
  158. package/dist/types/src/operations/update-markdown.d.ts.map +1 -0
  159. package/dist/types/src/plugin.d.ts +4 -0
  160. package/dist/types/src/plugin.d.ts.map +1 -0
  161. package/dist/types/src/testing.d.ts +1 -0
  162. package/dist/types/src/testing.d.ts.map +1 -1
  163. package/dist/types/src/translations.d.ts +70 -51
  164. package/dist/types/src/translations.d.ts.map +1 -1
  165. package/dist/types/src/types/Markdown.d.ts +12 -10
  166. package/dist/types/src/types/Markdown.d.ts.map +1 -1
  167. package/dist/types/src/types/MarkdownCapabilities.d.ts +32 -0
  168. package/dist/types/src/types/MarkdownCapabilities.d.ts.map +1 -0
  169. package/dist/types/src/types/MarkdownEvents.d.ts +3 -0
  170. package/dist/types/src/types/MarkdownEvents.d.ts.map +1 -0
  171. package/dist/types/src/{operations/definitions.d.ts → types/MarkdownOperation.d.ts} +17 -17
  172. package/dist/types/src/types/MarkdownOperation.d.ts.map +1 -0
  173. package/dist/types/src/types/Settings.d.ts +14 -1
  174. package/dist/types/src/types/Settings.d.ts.map +1 -1
  175. package/dist/types/src/types/index.d.ts +3 -2
  176. package/dist/types/src/types/index.d.ts.map +1 -1
  177. package/dist/types/src/types/types.d.ts +1 -0
  178. package/dist/types/src/types/types.d.ts.map +1 -1
  179. package/dist/types/src/util.d.ts +1 -1
  180. package/dist/types/src/util.d.ts.map +1 -1
  181. package/dist/types/tsconfig.tsbuildinfo +1 -1
  182. package/package.json +125 -91
  183. package/src/MarkdownPlugin.node.ts +20 -0
  184. package/src/MarkdownPlugin.test.ts +26 -0
  185. package/src/MarkdownPlugin.tsx +8 -52
  186. package/src/MarkdownPlugin.workerd.ts +19 -0
  187. package/src/blueprints/markdown-blueprint.ts +8 -9
  188. package/src/capabilities/anchor-sort.ts +2 -2
  189. package/src/capabilities/app-graph-serializer.ts +9 -10
  190. package/src/capabilities/blueprint-definition.ts +2 -0
  191. package/src/capabilities/comment-config.ts +33 -0
  192. package/src/capabilities/create-object.ts +31 -0
  193. package/src/capabilities/index.ts +4 -1
  194. package/src/capabilities/node.ts +3 -1
  195. package/src/capabilities/operation-handler.ts +1 -1
  196. package/src/capabilities/react-surface.tsx +17 -10
  197. package/src/capabilities/state.ts +4 -4
  198. package/src/components/MarkdownEditor/MarkdownEditor.stories.tsx +5 -4
  199. package/src/components/MarkdownEditor/MarkdownEditor.tsx +35 -28
  200. package/src/components/MarkdownEditor/MarkdownEditorContent.tsx +4 -3
  201. package/src/components/MarkdownEditor/MarkdownEditorToolbar.tsx +2 -2
  202. package/src/components/MarkdownSettings/MarkdownSettings.stories.tsx +2 -1
  203. package/src/components/MarkdownSettings/MarkdownSettings.tsx +3 -3
  204. package/src/containers/EditableMarkdownCard/EditableMarkdownCard.stories.tsx +86 -0
  205. package/src/containers/EditableMarkdownCard/EditableMarkdownCard.tsx +44 -0
  206. package/src/containers/EditableMarkdownCard/index.ts +6 -0
  207. package/src/containers/{MarkdownContainer/MarkdownContainer.stories.tsx → MarkdownArticle/MarkdownArticle.stories.tsx} +14 -8
  208. package/src/containers/{MarkdownContainer/MarkdownContainer.tsx → MarkdownArticle/MarkdownArticle.tsx} +7 -6
  209. package/src/containers/MarkdownArticle/index.ts +6 -0
  210. package/src/containers/MarkdownCard/MarkdownCard.stories.tsx +8 -7
  211. package/src/containers/MarkdownCard/MarkdownCard.tsx +27 -20
  212. package/src/containers/MarkdownCard/snippet.ts +3 -1
  213. package/src/containers/index.ts +3 -2
  214. package/src/hooks/useExtensions.tsx +12 -8
  215. package/src/hooks/useLinkQuery.ts +19 -34
  216. package/src/index.ts +2 -7
  217. package/src/meta.ts +17 -7
  218. package/src/operations/create-markdown.ts +3 -4
  219. package/src/operations/create.conversations.json +1 -1
  220. package/src/operations/create.test.ts +10 -12
  221. package/src/operations/create.ts +5 -6
  222. package/src/operations/index.ts +2 -4
  223. package/src/operations/open.ts +3 -3
  224. package/src/operations/scroll-to-anchor.ts +3 -4
  225. package/src/operations/set-view-mode.ts +3 -4
  226. package/src/operations/{update.ts → update-markdown.ts} +3 -3
  227. package/src/operations/update.conversations.json +1 -1
  228. package/src/operations/update.test.ts +10 -12
  229. package/src/plugin.ts +11 -0
  230. package/src/testing.ts +22 -9
  231. package/src/translations.ts +4 -3
  232. package/src/types/Markdown.ts +9 -10
  233. package/src/types/MarkdownCapabilities.ts +51 -0
  234. package/src/types/MarkdownEvents.ts +14 -0
  235. package/src/{operations/definitions.ts → types/MarkdownOperation.ts} +24 -11
  236. package/src/types/Settings.ts +23 -3
  237. package/src/types/index.ts +3 -2
  238. package/src/types/types.ts +4 -1
  239. package/src/util.tsx +2 -2
  240. package/dist/lib/browser/MarkdownSettings-62YSRY7L.mjs.map +0 -7
  241. package/dist/lib/browser/blueprints/index.mjs.map +0 -7
  242. package/dist/lib/browser/chunk-4KOZEH2H.mjs +0 -121
  243. package/dist/lib/browser/chunk-4KOZEH2H.mjs.map +0 -7
  244. package/dist/lib/browser/chunk-QFPZONKP.mjs +0 -158
  245. package/dist/lib/browser/chunk-QFPZONKP.mjs.map +0 -7
  246. package/dist/lib/browser/cli/index.mjs +0 -39
  247. package/dist/lib/browser/cli/index.mjs.map +0 -7
  248. package/dist/lib/browser/create-YL5ELZWP.mjs.map +0 -7
  249. package/dist/lib/browser/create-markdown-LU5IDKMH.mjs.map +0 -7
  250. package/dist/lib/browser/index.mjs.map +0 -7
  251. package/dist/lib/browser/meta.json +0 -1
  252. package/dist/lib/browser/open-AFSOZZ6G.mjs.map +0 -7
  253. package/dist/lib/browser/operations/index.mjs +0 -14
  254. package/dist/lib/browser/operations/index.mjs.map +0 -7
  255. package/dist/lib/browser/scroll-to-anchor-IPXV32A6.mjs.map +0 -7
  256. package/dist/lib/browser/set-view-mode-2QWB24RR.mjs +0 -26
  257. package/dist/lib/browser/set-view-mode-2QWB24RR.mjs.map +0 -7
  258. package/dist/lib/browser/types/index.mjs +0 -16
  259. package/dist/lib/browser/update-HZNVYBMO.mjs.map +0 -7
  260. package/dist/lib/node-esm/MarkdownSettings-QMPISOEU.mjs +0 -33
  261. package/dist/lib/node-esm/MarkdownSettings-QMPISOEU.mjs.map +0 -7
  262. package/dist/lib/node-esm/blueprints/index.mjs +0 -52
  263. package/dist/lib/node-esm/blueprints/index.mjs.map +0 -7
  264. package/dist/lib/node-esm/chunk-3OPDJJJH.mjs +0 -122
  265. package/dist/lib/node-esm/chunk-3OPDJJJH.mjs.map +0 -7
  266. package/dist/lib/node-esm/chunk-HSLMI22Q.mjs +0 -11
  267. package/dist/lib/node-esm/chunk-JUGS6RKO.mjs +0 -159
  268. package/dist/lib/node-esm/chunk-JUGS6RKO.mjs.map +0 -7
  269. package/dist/lib/node-esm/cli/index.mjs +0 -40
  270. package/dist/lib/node-esm/cli/index.mjs.map +0 -7
  271. package/dist/lib/node-esm/create-SMQAIM3V.mjs +0 -31
  272. package/dist/lib/node-esm/create-SMQAIM3V.mjs.map +0 -7
  273. package/dist/lib/node-esm/create-markdown-X2OASYKG.mjs +0 -23
  274. package/dist/lib/node-esm/create-markdown-X2OASYKG.mjs.map +0 -7
  275. package/dist/lib/node-esm/index.mjs +0 -633
  276. package/dist/lib/node-esm/index.mjs.map +0 -7
  277. package/dist/lib/node-esm/meta.json +0 -1
  278. package/dist/lib/node-esm/open-SRWLLOKE.mjs +0 -22
  279. package/dist/lib/node-esm/open-SRWLLOKE.mjs.map +0 -7
  280. package/dist/lib/node-esm/operations/index.mjs +0 -15
  281. package/dist/lib/node-esm/operations/index.mjs.map +0 -7
  282. package/dist/lib/node-esm/scroll-to-anchor-M76GXKYQ.mjs +0 -50
  283. package/dist/lib/node-esm/scroll-to-anchor-M76GXKYQ.mjs.map +0 -7
  284. package/dist/lib/node-esm/set-view-mode-6BB6KIDS.mjs +0 -27
  285. package/dist/lib/node-esm/set-view-mode-6BB6KIDS.mjs.map +0 -7
  286. package/dist/lib/node-esm/types/index.mjs +0 -17
  287. package/dist/lib/node-esm/update-4CELTLXK.mjs +0 -46
  288. package/dist/lib/node-esm/update-4CELTLXK.mjs.map +0 -7
  289. package/dist/types/src/capabilities/artifact-definition.d.ts +0 -5
  290. package/dist/types/src/capabilities/artifact-definition.d.ts.map +0 -1
  291. package/dist/types/src/cli/index.d.ts +0 -2
  292. package/dist/types/src/cli/index.d.ts.map +0 -1
  293. package/dist/types/src/cli/plugin.d.ts.map +0 -1
  294. package/dist/types/src/containers/MarkdownContainer/MarkdownContainer.d.ts.map +0 -1
  295. package/dist/types/src/containers/MarkdownContainer/MarkdownContainer.stories.d.ts +0 -77
  296. package/dist/types/src/containers/MarkdownContainer/MarkdownContainer.stories.d.ts.map +0 -1
  297. package/dist/types/src/containers/MarkdownContainer/index.d.ts +0 -3
  298. package/dist/types/src/containers/MarkdownContainer/index.d.ts.map +0 -1
  299. package/dist/types/src/operations/definitions.d.ts.map +0 -1
  300. package/dist/types/src/operations/update.d.ts +0 -5
  301. package/dist/types/src/operations/update.d.ts.map +0 -1
  302. package/dist/types/src/types/capabilities.d.ts +0 -33
  303. package/dist/types/src/types/capabilities.d.ts.map +0 -1
  304. package/dist/types/src/types/events.d.ts +0 -5
  305. package/dist/types/src/types/events.d.ts.map +0 -1
  306. package/src/capabilities/artifact-definition.ts +0 -110
  307. package/src/cli/index.ts +0 -5
  308. package/src/cli/plugin.ts +0 -39
  309. package/src/containers/MarkdownContainer/index.ts +0 -6
  310. package/src/types/capabilities.ts +0 -50
  311. package/src/types/events.ts +0 -14
  312. /package/dist/lib/{browser/types → neutral/blueprints}/index.mjs.map +0 -0
  313. /package/dist/lib/{browser → neutral}/chunk-J5LGTIGS.mjs +0 -0
  314. /package/dist/lib/{browser → neutral}/chunk-J5LGTIGS.mjs.map +0 -0
  315. /package/dist/lib/{node-esm/types → neutral}/index.mjs.map +0 -0
  316. /package/dist/lib/{node-esm/chunk-HSLMI22Q.mjs.map → neutral/meta.mjs.map} +0 -0
@@ -1 +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"}}}}]},{"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:01JGFJJZ00G0WKQSJGMAKCNTJ2"}},"providerExecuted":false,"options":{}}],"options":{"anthropic":{"cacheControl":{"ttl":"5m","type":"ephemeral"}}}}]},"response":[{"type":"response-metadata","id":"msg_01C5cXriw1khJGsGaaYJBbfZ","modelId":"claude-opus-4-6","timestamp":"2026-04-09T17:26:51.453Z","metadata":{}},{"type":"text-start","id":"0","metadata":{}},{"type":"text-delta","id":"0","delta":"Your","metadata":{}},{"type":"text-delta","id":"0","delta":" cookie recipe document has been created! 🍪 Here's a summary of what's inside:\n\n- **Title","metadata":{}},{"type":"text-delta","id":"0","delta":":** Classic Chocolate Chip Cookies\n- **Ingredients:** A classic lineup including butter, sugars, flour, eggs, vanilla, and semi","metadata":{}},{"type":"text-delta","id":"0","delta":"-sweet chocolate chips.\n- **Instructions:** 9 easy steps from preheating the oven to cooling the finished","metadata":{}},{"type":"text-delta","id":"0","delta":" cookies.\n- **Tips:** Suggestions for extra flavor, thicker cookies, and storage.\n- **Yield:** ~48 cookies with","metadata":{}},{"type":"text-delta","id":"0","delta":" a total time of about 25 minutes.\n\nLet me know if you'd like to make","metadata":{}},{"type":"text-delta","id":"0","delta":" any changes to the recipe!","metadata":{}},{"type":"text-end","id":"0","metadata":{}},{"type":"finish","reason":"stop","usage":{"inputTokens":2245,"outputTokens":143,"totalTokens":2388},"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:01JGFJJZ00G0WKQSJGMAKCNTJ2"}},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":"Your cookie recipe document has been created! 🍪 Here's a summary of what's inside:\n\n- **Title:** Classic Chocolate Chip Cookies\n- **Ingredients:** A classic lineup including butter, sugars, flour, eggs, vanilla, and semi-sweet chocolate chips.\n- **Instructions:** 9 easy steps from preheating the oven to cooling the finished cookies.\n- **Tips:** Suggestions for extra flavor, thicker cookies, and storage.\n- **Yield:** ~48 cookies with a total time of about 25 minutes.\n\nLet me know if you'd like to make any changes to the recipe!","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_01EQuF35Jk4XiNKkCFJXGrA6","modelId":"claude-opus-4-6","timestamp":"2026-04-09T17:26:56.379Z","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 the holiday variation section.","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"","metadata":{"anthropic":{"type":"thinking","signature":"Ep0CClkIDBgCKkBMC1PLG4Z6gww/+mh0J/LbnQpDCE23Y6UIO4sFX9HmCw7rne2oIi1+CvV8ECpEC0tFZXuqk8zo5sSdbUtwZE8qMg9jbGF1ZGUtb3B1cy00LTY4ABIMBDXzXSDyflrO6io0Ggz3iGcHDNkOweUaRN8iMMkECgXBB27EyIB6jGtINrhaLJGe7W6okMxLqKqMwiuj++LQwR6S7/bgo3veLVZ5tSpyTOm++bbzWnQAb6UO37AKMpxRpTU7G0wx/CITyqhJhGXWUl3tWE1CqVxmYmP8SzaB8gfXX0jXNUIqyVbQB/1uKltSqx8YgWYN9ObVvFGP7xQEZSlGkGr4ZoMulk1rc/yrbKBV/tjP+1O/6RYr1jE++Yd9GAE="}}},{"type":"reasoning-end","id":"0","metadata":{}},{"type":"tool-params-start","id":"toolu_01MmHJMCMcPQDkHKkhNFrt9v","name":"open","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_01MmHJMCMcPQDkHKkhNFrt9v","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MmHJMCMcPQDkHKkhNFrt9v","delta":"{\"doc","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MmHJMCMcPQDkHKkhNFrt9v","delta":"\": \"01","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MmHJMCMcPQDkHKkhNFrt9v","delta":"JGFJJZ00","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MmHJMCMcPQDkHKkhNFrt9v","delta":"G0WKQSJGMA","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MmHJMCMcPQDkHKkhNFrt9v","delta":"KCN","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MmHJMCMcPQDkHKkhNFrt9v","delta":"TJ2\"}","metadata":{}},{"type":"tool-params-end","id":"toolu_01MmHJMCMcPQDkHKkhNFrt9v","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":2430,"outputTokens":98,"totalTokens":2528},"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":2430,"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:01JGFJJZ00G0WKQSJGMAKCNTJ2"}},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":"Your cookie recipe document has been created! 🍪 Here's a summary of what's inside:\n\n- **Title:** Classic Chocolate Chip Cookies\n- **Ingredients:** A classic lineup including butter, sugars, flour, eggs, vanilla, and semi-sweet chocolate chips.\n- **Instructions:** 9 easy steps from preheating the oven to cooling the finished cookies.\n- **Tips:** Suggestions for extra flavor, thicker cookies, and storage.\n- **Yield:** ~48 cookies with a total time of about 25 minutes.\n\nLet me know if you'd like to make any changes to the recipe!","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 the holiday variation section.","options":{}},{"type":"tool-call","id":"toolu_01MmHJMCMcPQDkHKkhNFrt9v","name":"open","params":{"doc":"01JGFJJZ00G0WKQSJGMAKCNTJ2"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01MmHJMCMcPQDkHKkhNFrt9v","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_01AQCK1174DPSqzgWbboP8S6","modelId":"claude-opus-4-6","timestamp":"2026-04-09T17:27:00.693Z","metadata":{}},{"type":"tool-params-start","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","name":"update","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"{\"doc\": \"","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"01J","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"GFJJZ00G0WK","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"QSJGM","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"AK","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"CNT","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"J2\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":", \"ed","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"its\": [","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"{\"oldS","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"tri","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"ng\":\"##","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":" Tips\",\"newS","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"tri","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"ng\":\"##","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":" 🎄 H","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"ol","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"iday Vari","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"ation: Pe","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"ppe","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"rm","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"int White","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":" Chocolate","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":" Co","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"okies\\n\\nGi","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"ve the","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"se","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":" c","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"ookies a ","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"fe","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"stive twist ","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"pe","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"rf","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"ect","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":" for the hol","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"iday se","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"ason!","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"\\n\\","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"n### ","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"Ingredient ","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"Swaps\\n\\n- ","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"Replace **","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"2 cu","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"ps semi-swee","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"t ","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"chocolate c","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"hips** wit","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"h **1 ","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"½ cups w","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"hite chocol","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"ate chip","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"s** and ","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"**½ ","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"cup ","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"crushe","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"d candy can","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"es**.","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"\\n","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"- Add **½ ","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"tsp pe","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"pper","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"mint e","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"xtract*","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"* along w","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"ith ","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"the vani","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"lla e","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"xtrac","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"t.\\n- Opti","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"onally, mi","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"x ","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"in **2 tbsp","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":" cocoa p","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"ow","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"der","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"** wit","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"h the dry in","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"gredient","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"s for ","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"a chocol","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"ate-pepp","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"ermint combo","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":".\\n\\","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"n### Additio","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"nal Steps\\","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"n\\n- After b","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"aking","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":", ","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"let cookies","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":" cool co","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"mple","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"tely, then *","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"*drizzle ","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"with ","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"mel","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"ted white ch","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"ocolate","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"** and sp","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"rinkle","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":" w","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"ith e","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"xtra crush","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"ed candy","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":" cane p","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"ieces.\\n- Fo","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"r ","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"a pop of col","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"or, add **re","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"d and green","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":" sprinkles","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"** to the","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":" dough","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":" be","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"fore ba","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"king.\\n\\n#","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"## Serving","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":" Suggestion\\","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"n\\nSt","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"ack","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":" the fin","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"ished cookie","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"s in a maso","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"n jar tied","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":" wit","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"h a ribbo","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"n ","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"for a charmi","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"ng","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":" homemade ","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"holiday gif","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"t! 🎁\\n\\","metadata":{}},{"type":"tool-params-delta","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","delta":"n## Tips\"}]}","metadata":{}},{"type":"tool-params-end","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":3056,"outputTokens":353,"totalTokens":3409},"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":3056,"output_tokens":69,"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:01JGFJJZ00G0WKQSJGMAKCNTJ2"}},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":"Your cookie recipe document has been created! 🍪 Here's a summary of what's inside:\n\n- **Title:** Classic Chocolate Chip Cookies\n- **Ingredients:** A classic lineup including butter, sugars, flour, eggs, vanilla, and semi-sweet chocolate chips.\n- **Instructions:** 9 easy steps from preheating the oven to cooling the finished cookies.\n- **Tips:** Suggestions for extra flavor, thicker cookies, and storage.\n- **Yield:** ~48 cookies with a total time of about 25 minutes.\n\nLet me know if you'd like to make any changes to the recipe!","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 the holiday variation section.","options":{}},{"type":"tool-call","id":"toolu_01MmHJMCMcPQDkHKkhNFrt9v","name":"open","params":{"doc":"01JGFJJZ00G0WKQSJGMAKCNTJ2"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01MmHJMCMcPQDkHKkhNFrt9v","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_017iu1cZmGx1Cb4NznD9Nof9","name":"update","params":{"doc":"01JGFJJZ00G0WKQSJGMAKCNTJ2","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 **2 cups semi-sweet chocolate chips** with **1 ½ cups white chocolate chips** and **½ cup crushed candy canes**.\n- Add **½ tsp peppermint extract** along with the vanilla extract.\n- Optionally, mix in **2 tbsp cocoa powder** with the dry ingredients for a chocolate-peppermint combo.\n\n### Additional Steps\n\n- After baking, let cookies cool completely, then **drizzle with melted white chocolate** and sprinkle with extra crushed candy cane pieces.\n- For a pop of color, add **red and green sprinkles** to the dough before baking.\n\n### Serving Suggestion\n\nStack the finished cookies in a mason jar tied with a ribbon for a charming homemade holiday gift! 🎁\n\n## Tips"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_017iu1cZmGx1Cb4NznD9Nof9","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 **2 cups semi-sweet chocolate chips** with **1 ½ cups white chocolate chips** and **½ cup crushed candy canes**.\n- Add **½ tsp peppermint extract** along with the vanilla extract.\n- Optionally, mix in **2 tbsp cocoa powder** with the dry ingredients for a chocolate-peppermint combo.\n\n### Additional Steps\n\n- After baking, let cookies cool completely, then **drizzle with melted white chocolate** and sprinkle with extra crushed candy cane pieces.\n- For a pop of color, add **red and green sprinkles** to the dough before baking.\n\n### Serving Suggestion\n\nStack the finished cookies in a mason jar tied with a ribbon for a charming 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_01UxSgye15beRdnwdTpR2Jof","modelId":"claude-opus-4-6","timestamp":"2026-04-09T17:27:08.091Z","metadata":{}},{"type":"text-start","id":"0","metadata":{}},{"type":"text-delta","id":"0","delta":"A holiday","metadata":{}},{"type":"text-delta","id":"0","delta":" variation section has been added! 🎄 Here's what's included:\n\n- **🎄 Peppermint White Chocolate","metadata":{}},{"type":"text-delta","id":"0","delta":" Cookies** — A festive twist on the classic recipe featuring:\n - **Ingredient Swaps:** White chocolate chips, crus","metadata":{}},{"type":"text-delta","id":"0","delta":"hed candy canes, peppermint extract, and an optional cocoa powder addition.\n - **Additional Steps:** Drizzling with melted white chocolate and adding crus","metadata":{}},{"type":"text-delta","id":"0","delta":"hed candy cane or sprinkles for a holiday look.\n - **Serving Suggestion:** Package them in a mason jar with a ribbon for","metadata":{}},{"type":"text-delta","id":"0","delta":" a homemade holiday gift! 🎁\n\nLet me know if you'd like any other changes!","metadata":{}},{"type":"text-end","id":"0","metadata":{}},{"type":"finish","reason":"stop","usage":{"inputTokens":1,"outputTokens":159,"totalTokens":160},"metadata":{"anthropic":{"usage":{"cache_creation":{"ephemeral_1h_input_tokens":0,"ephemeral_5m_input_tokens":4256},"cache_creation_input_tokens":4256,"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:01JGFJJZ00G0WKQSJGMAKCNTR8</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_01L9PtZco3fwYarSBBgP3zX3","modelId":"claude-opus-4-6","timestamp":"2026-04-09T17:27:12.628Z","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+aqALmLyqe1q5OXcYWXc7JVWASOydRf1dFOyadx06rDTP8RriabQAhjDMpDqVRvm7S0pE7Pw7AP4P75Mg9jbGF1ZGUtb3B1cy00LTY4ABIMPH+Ygx+hB36uig8wGgz3qm/hvwyWh/XXUSIiMEXIoV/lTH0JRnIZrbjXFz185FC0h7NAi56PDO4StvTbeytEBk42IV3K1TomiwZnUypDi76x/elSMxPkuEWV5D4WE+PgxMfKFYAOSoc35blhWDnjWvsxBVBgdBLhbiEhKpS2lsm2hcf2zfDpc2T+QHIh5nIoiBgB"}}},{"type":"reasoning-end","id":"0","metadata":{}},{"type":"tool-params-start","id":"toolu_01Wr5NYxYgsoTAYo9mDJD1h9","name":"open","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_01Wr5NYxYgsoTAYo9mDJD1h9","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Wr5NYxYgsoTAYo9mDJD1h9","delta":"{\"do","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Wr5NYxYgsoTAYo9mDJD1h9","delta":"c\": \"dxn:","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Wr5NYxYgsoTAYo9mDJD1h9","delta":"echo:B","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Wr5NYxYgsoTAYo9mDJD1h9","delta":"DJXMULPW5FB","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Wr5NYxYgsoTAYo9mDJD1h9","delta":"55UZ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Wr5NYxYgsoTAYo9mDJD1h9","delta":"7KP5HLDHVT","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Wr5NYxYgsoTAYo9mDJD1h9","delta":"XUT","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Wr5NYxYgsoTAYo9mDJD1h9","delta":"HE2","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Wr5NYxYgsoTAYo9mDJD1h9","delta":"U:01","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Wr5NYxYgsoTAYo9mDJD1h9","delta":"JGFJJZ00G0","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Wr5NYxYgsoTAYo9mDJD1h9","delta":"WKQSJGM","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Wr5NYxYgsoTAYo9mDJD1h9","delta":"AKCNTR8\"}","metadata":{}},{"type":"tool-params-end","id":"toolu_01Wr5NYxYgsoTAYo9mDJD1h9","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":1689,"outputTokens":124,"totalTokens":1813},"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:01JGFJJZ00G0WKQSJGMAKCNTR8</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":"tool-call","id":"toolu_01Wr5NYxYgsoTAYo9mDJD1h9","name":"open","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTR8"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01Wr5NYxYgsoTAYo9mDJD1h9","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_015iKFsW6uzMjsy1ozgyPXtM","modelId":"claude-opus-4-6","timestamp":"2026-04-09T17:27:16.382Z","metadata":{}},{"type":"tool-params-start","id":"toolu_014XGqpCNb64W3NS8nPZAzeW","name":"update","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_014XGqpCNb64W3NS8nPZAzeW","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_014XGqpCNb64W3NS8nPZAzeW","delta":"{\"doc\": ","metadata":{}},{"type":"tool-params-delta","id":"toolu_014XGqpCNb64W3NS8nPZAzeW","delta":"\"dxn:echo:","metadata":{}},{"type":"tool-params-delta","id":"toolu_014XGqpCNb64W3NS8nPZAzeW","delta":"BDJXMUL","metadata":{}},{"type":"tool-params-delta","id":"toolu_014XGqpCNb64W3NS8nPZAzeW","delta":"PW5FB55U","metadata":{}},{"type":"tool-params-delta","id":"toolu_014XGqpCNb64W3NS8nPZAzeW","delta":"Z7KP5HLDHV","metadata":{}},{"type":"tool-params-delta","id":"toolu_014XGqpCNb64W3NS8nPZAzeW","delta":"TXUTHE2U","metadata":{}},{"type":"tool-params-delta","id":"toolu_014XGqpCNb64W3NS8nPZAzeW","delta":":0","metadata":{}},{"type":"tool-params-delta","id":"toolu_014XGqpCNb64W3NS8nPZAzeW","delta":"1J","metadata":{}},{"type":"tool-params-delta","id":"toolu_014XGqpCNb64W3NS8nPZAzeW","delta":"GFJJZ00G0","metadata":{}},{"type":"tool-params-delta","id":"toolu_014XGqpCNb64W3NS8nPZAzeW","delta":"WKQSJGM","metadata":{}},{"type":"tool-params-delta","id":"toolu_014XGqpCNb64W3NS8nPZAzeW","delta":"AKCN","metadata":{}},{"type":"tool-params-delta","id":"toolu_014XGqpCNb64W3NS8nPZAzeW","delta":"TR8\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_014XGqpCNb64W3NS8nPZAzeW","delta":", \"edits\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_014XGqpCNb64W3NS8nPZAzeW","delta":": [","metadata":{}},{"type":"tool-params-delta","id":"toolu_014XGqpCNb64W3NS8nPZAzeW","delta":"{\"old","metadata":{}},{"type":"tool-params-delta","id":"toolu_014XGqpCNb64W3NS8nPZAzeW","delta":"String\":\"2 ","metadata":{}},{"type":"tool-params-delta","id":"toolu_014XGqpCNb64W3NS8nPZAzeW","delta":"cups o","metadata":{}},{"type":"tool-params-delta","id":"toolu_014XGqpCNb64W3NS8nPZAzeW","delta":"f ???\",\"newS","metadata":{}},{"type":"tool-params-delta","id":"toolu_014XGqpCNb64W3NS8nPZAzeW","delta":"tring\":\"2 cu","metadata":{}},{"type":"tool-params-delta","id":"toolu_014XGqpCNb64W3NS8nPZAzeW","delta":"ps o","metadata":{}},{"type":"tool-params-delta","id":"toolu_014XGqpCNb64W3NS8nPZAzeW","delta":"f flour\"}]}","metadata":{}},{"type":"tool-params-end","id":"toolu_014XGqpCNb64W3NS8nPZAzeW","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":1838,"outputTokens":143,"totalTokens":1981},"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":1838,"output_tokens":73,"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:01JGFJJZ00G0WKQSJGMAKCNTR8</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":"tool-call","id":"toolu_01Wr5NYxYgsoTAYo9mDJD1h9","name":"open","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTR8"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01Wr5NYxYgsoTAYo9mDJD1h9","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":"tool-call","id":"toolu_014XGqpCNb64W3NS8nPZAzeW","name":"update","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTR8","edits":[{"oldString":"2 cups of ???","newString":"2 cups of flour"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_014XGqpCNb64W3NS8nPZAzeW","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_017RA6Xd6worghAVtfu2UiBd","modelId":"claude-opus-4-6","timestamp":"2026-04-09T17:27:19.607Z","metadata":{}},{"type":"text-start","id":"0","metadata":{}},{"type":"text-delta","id":"0","delta":"Done! I've replaced","metadata":{}},{"type":"text-delta","id":"0","delta":" the missing ingredient `???` with **flour**. The ingredient list now reads:\n\n- 2 cups of **flour**\n- 1 cup","metadata":{}},{"type":"text-delta","id":"0","delta":" of sugar\n- 1 cup of butter\n- 1 cup of eggs","metadata":{}},{"type":"text-end","id":"0","metadata":{}},{"type":"finish","reason":"stop","usage":{"inputTokens":2057,"outputTokens":59,"totalTokens":2116},"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":2057,"output_tokens":5,"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:01JGFJJZ00G0WKQSJGMAKCNTTY</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_012CRjt23Ajdt3Spn7F7SNiF","modelId":"claude-opus-4-6","timestamp":"2026-04-09T17:27:22.003Z","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":"EvYBClkIDBgCKkB59APG7kQJaS56ZghJ7yGmUDPTIff8aJqcCaiTm7DBlPfIkAEzU9xUX9RfyXK8kuAlQ2FqlGTMKvYxrrstJfcdMg9jbGF1ZGUtb3B1cy00LTY4ABIM12u2lMZZpp7XzegFGgyavvUkVvPmrOTCXVwiMNiU4hCw52kzWB3fRbOc1u8YzBRZYRZ1aE3+rSObxhUNPiPt+FtXbPMTBrqYJyL9aipL4ovhnAtAvOPBOkb0TnG4J4GD5xGdpyZW2auZWtP2ieTUb+3AWfr9ohTwS1rlw0LqXIdS4n/FCMBNhD0YGuDtltyhYx3ultpIPirYGAE="}}},{"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","metadata":{}},{"type":"text-delta","id":"1","delta":"'s currently on the shopping list.","metadata":{}},{"type":"text-end","id":"1","metadata":{}},{"type":"tool-params-start","id":"toolu_01VKjUJk6maCxX1oGhLaW1cy","name":"open","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_01VKjUJk6maCxX1oGhLaW1cy","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01VKjUJk6maCxX1oGhLaW1cy","delta":"{\"doc\": ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01VKjUJk6maCxX1oGhLaW1cy","delta":"\"dxn:echo:B","metadata":{}},{"type":"tool-params-delta","id":"toolu_01VKjUJk6maCxX1oGhLaW1cy","delta":"DJX","metadata":{}},{"type":"tool-params-delta","id":"toolu_01VKjUJk6maCxX1oGhLaW1cy","delta":"MULP","metadata":{}},{"type":"tool-params-delta","id":"toolu_01VKjUJk6maCxX1oGhLaW1cy","delta":"W5FB55UZ7K","metadata":{}},{"type":"tool-params-delta","id":"toolu_01VKjUJk6maCxX1oGhLaW1cy","delta":"P5HLDHVTXU","metadata":{}},{"type":"tool-params-delta","id":"toolu_01VKjUJk6maCxX1oGhLaW1cy","delta":"THE2U:01JG","metadata":{}},{"type":"tool-params-delta","id":"toolu_01VKjUJk6maCxX1oGhLaW1cy","delta":"FJJZ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01VKjUJk6maCxX1oGhLaW1cy","delta":"00G0WKQSJ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01VKjUJk6maCxX1oGhLaW1cy","delta":"GMAKCNTTY\"}","metadata":{}},{"type":"tool-params-end","id":"toolu_01VKjUJk6maCxX1oGhLaW1cy","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":1687,"outputTokens":141,"totalTokens":1828},"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:01JGFJJZ00G0WKQSJGMAKCNTTY</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_01VKjUJk6maCxX1oGhLaW1cy","name":"open","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTTY"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01VKjUJk6maCxX1oGhLaW1cy","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_01YGfMA9UAzBg9kbUUaBdqdV","modelId":"claude-opus-4-6","timestamp":"2026-04-09T17:27:24.977Z","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_01PVUEaXuAU1EJkRMAM6c2hQ","name":"update","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_01PVUEaXuAU1EJkRMAM6c2hQ","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PVUEaXuAU1EJkRMAM6c2hQ","delta":"{\"doc\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PVUEaXuAU1EJkRMAM6c2hQ","delta":": ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PVUEaXuAU1EJkRMAM6c2hQ","delta":"\"dx","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PVUEaXuAU1EJkRMAM6c2hQ","delta":"n:ech","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PVUEaXuAU1EJkRMAM6c2hQ","delta":"o:BDJXMULP","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PVUEaXuAU1EJkRMAM6c2hQ","delta":"W5FB","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PVUEaXuAU1EJkRMAM6c2hQ","delta":"55UZ7KP5HL","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PVUEaXuAU1EJkRMAM6c2hQ","delta":"DHVTXUTHE2","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PVUEaXuAU1EJkRMAM6c2hQ","delta":"U:0","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PVUEaXuAU1EJkRMAM6c2hQ","delta":"1JGF","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PVUEaXuAU1EJkRMAM6c2hQ","delta":"JJZ0","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PVUEaXuAU1EJkRMAM6c2hQ","delta":"0G0WKQSJG","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PVUEaXuAU1EJkRMAM6c2hQ","delta":"MAKCNTTY\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PVUEaXuAU1EJkRMAM6c2hQ","delta":", \"edits\": [","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PVUEaXuAU1EJkRMAM6c2hQ","delta":"{\"oldStrin","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PVUEaXuAU1EJkRMAM6c2hQ","delta":"g\":\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PVUEaXuAU1EJkRMAM6c2hQ","delta":"# Shopping","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PVUEaXuAU1EJkRMAM6c2hQ","delta":" lis","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PVUEaXuAU1EJkRMAM6c2hQ","delta":"t\",\"newStr","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PVUEaXuAU1EJkRMAM6c2hQ","delta":"ing","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PVUEaXuAU1EJkRMAM6c2hQ","delta":"\":\"# Shop","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PVUEaXuAU1EJkRMAM6c2hQ","delta":"ping li","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PVUEaXuAU1EJkRMAM6c2hQ","delta":"st\\n\\n- Mi","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PVUEaXuAU1EJkRMAM6c2hQ","delta":"lk\"}]}","metadata":{}},{"type":"tool-params-end","id":"toolu_01PVUEaXuAU1EJkRMAM6c2hQ","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":1811,"outputTokens":159,"totalTokens":1970},"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":1811,"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:01JGFJJZ00G0WKQSJGMAKCNTTY</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_01VKjUJk6maCxX1oGhLaW1cy","name":"open","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTTY"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01VKjUJk6maCxX1oGhLaW1cy","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_01PVUEaXuAU1EJkRMAM6c2hQ","name":"update","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTTY","edits":[{"oldString":"# Shopping list","newString":"# Shopping list\n\n- Milk"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01PVUEaXuAU1EJkRMAM6c2hQ","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_01EcQjC9twJtjJmutzvr99Jp","modelId":"claude-opus-4-6","timestamp":"2026-04-09T17:27:28.795Z","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":2010,"outputTokens":21,"totalTokens":2031},"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":2010,"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:01JGFJJZ00G0WKQSJGMAKCNTTY</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_01VKjUJk6maCxX1oGhLaW1cy","name":"open","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTTY"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01VKjUJk6maCxX1oGhLaW1cy","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_01PVUEaXuAU1EJkRMAM6c2hQ","name":"update","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTTY","edits":[{"oldString":"# Shopping list","newString":"# Shopping list\n\n- Milk"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01PVUEaXuAU1EJkRMAM6c2hQ","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_014ViDs5XfNswUKMKW2bvaTr","modelId":"claude-opus-4-6","timestamp":"2026-04-09T17:27:30.804Z","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. I know the current content is \"# Shopping list\\n\\n- Milk\", so I can directly make","metadata":{}},{"type":"reasoning-delta","id":"0","delta":" the edit.","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"","metadata":{"anthropic":{"type":"thinking","signature":"EskCClkIDBgCKkAmDzdDgok+RgkqLdr4t6krJto+DbhE+zq7k8GmBm/fSn8PbtosPELmVcQylVSyhvp/TrqInBf6QeDwI49cnWM2Mg9jbGF1ZGUtb3B1cy00LTY4ABIMbvm9W9C1Oq5CD1SWGgxjzkqxJYnXvrh7fzMiMK+uzwBoDvwL1F6W3+8NOxTDCxZYYRqWircXjHoUxmv8F7ksQcRvky5nqB+Skl3ZnyqdAUIoR5HmS8uQ4CQFRrHgIkonDTFOs9eoLVzjchHLwoNc97EWN/Bo1Ftvolz+xREDD2+CMG5beY2goDI6W3u1r5+BsT/Y2Tmas5A6Vqi1hGik0NKk9F+MU9l0lm55XWDIC8JBCoI36i9XStocMKtiyOUxuEmPvXKFIcN8fONzaY+3Hyr1KT1AE1SpqE78kkJnJPnKzNKHL64OlGhcWQoYAQ=="}}},{"type":"reasoning-end","id":"0","metadata":{}},{"type":"tool-params-start","id":"toolu_01Gf6pvLL4yV42K2EsU6DfkA","name":"update","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_01Gf6pvLL4yV42K2EsU6DfkA","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Gf6pvLL4yV42K2EsU6DfkA","delta":"{\"doc\":","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Gf6pvLL4yV42K2EsU6DfkA","delta":" \"dxn:echo:","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Gf6pvLL4yV42K2EsU6DfkA","delta":"BDJXMU","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Gf6pvLL4yV42K2EsU6DfkA","delta":"LPW5FB5","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Gf6pvLL4yV42K2EsU6DfkA","delta":"5UZ7KP5","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Gf6pvLL4yV42K2EsU6DfkA","delta":"HLDHVT","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Gf6pvLL4yV42K2EsU6DfkA","delta":"XUTHE","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Gf6pvLL4yV42K2EsU6DfkA","delta":"2U:01JGFJJ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Gf6pvLL4yV42K2EsU6DfkA","delta":"Z00G0WKQSJG","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Gf6pvLL4yV42K2EsU6DfkA","delta":"MAKCNT","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Gf6pvLL4yV42K2EsU6DfkA","delta":"TY\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Gf6pvLL4yV42K2EsU6DfkA","delta":", \"edi","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Gf6pvLL4yV42K2EsU6DfkA","delta":"ts\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Gf6pvLL4yV42K2EsU6DfkA","delta":": [","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Gf6pvLL4yV42K2EsU6DfkA","delta":"{\"oldS","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Gf6pvLL4yV42K2EsU6DfkA","delta":"tring\":\"-","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Gf6pvLL4yV42K2EsU6DfkA","delta":" Milk\",\"new","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Gf6pvLL4yV42K2EsU6DfkA","delta":"Stri","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Gf6pvLL4yV42K2EsU6DfkA","delta":"ng\":","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Gf6pvLL4yV42K2EsU6DfkA","delta":"\"-","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Gf6pvLL4yV42K2EsU6DfkA","delta":" Milk\\","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Gf6pvLL4yV42K2EsU6DfkA","delta":"n- B","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Gf6pvLL4yV42K2EsU6DfkA","delta":"read\"}]}","metadata":{}},{"type":"tool-params-end","id":"toolu_01Gf6pvLL4yV42K2EsU6DfkA","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":2070,"outputTokens":191,"totalTokens":2261},"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":2070,"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:01JGFJJZ00G0WKQSJGMAKCNTTY</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_01VKjUJk6maCxX1oGhLaW1cy","name":"open","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTTY"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01VKjUJk6maCxX1oGhLaW1cy","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_01PVUEaXuAU1EJkRMAM6c2hQ","name":"update","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTTY","edits":[{"oldString":"# Shopping list","newString":"# Shopping list\n\n- Milk"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01PVUEaXuAU1EJkRMAM6c2hQ","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 user wants to add bread to the shopping list. I know the current content is \"# Shopping list\\n\\n- Milk\", so I can directly make the edit.","options":{}},{"type":"tool-call","id":"toolu_01Gf6pvLL4yV42K2EsU6DfkA","name":"update","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTTY","edits":[{"oldString":"- Milk","newString":"- Milk\n- Bread"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01Gf6pvLL4yV42K2EsU6DfkA","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_013Cr59tyZraSpQ2AvZERwhK","modelId":"claude-opus-4-6","timestamp":"2026-04-09T17:27:34.473Z","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. 🍞 Your list now has:\n\n- Milk\n- Bread","metadata":{}},{"type":"text-end","id":"0","metadata":{}},{"type":"finish","reason":"stop","usage":{"inputTokens":2233,"outputTokens":35,"totalTokens":2268},"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":2233,"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:01JGFJJZ00G0WKQSJGMAKCNTTY</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_01VKjUJk6maCxX1oGhLaW1cy","name":"open","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTTY"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01VKjUJk6maCxX1oGhLaW1cy","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_01PVUEaXuAU1EJkRMAM6c2hQ","name":"update","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTTY","edits":[{"oldString":"# Shopping list","newString":"# Shopping list\n\n- Milk"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01PVUEaXuAU1EJkRMAM6c2hQ","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 user wants to add bread to the shopping list. I know the current content is \"# Shopping list\\n\\n- Milk\", so I can directly make the edit.","options":{}},{"type":"tool-call","id":"toolu_01Gf6pvLL4yV42K2EsU6DfkA","name":"update","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTTY","edits":[{"oldString":"- Milk","newString":"- Milk\n- Bread"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01Gf6pvLL4yV42K2EsU6DfkA","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. 🍞 Your list now has:\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_012xrVxNwfdssxFA6zgcf86q","modelId":"claude-opus-4-6","timestamp":"2026-04-09T17:27:38.239Z","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/iamobMCR9H0m7TDEOx7SOWWi4Mg9jbGF1ZGUtb3B1cy00LTY4ABIMRFk4vV6W+tLn/1iRGgwV5E54nj8M9ckqkiAiMAv+IVSTzCZMeUofPAW7F5HJAf3EbUrg5Nq4IXWI4X+RbhXiASS3+cIhe6Wq1wXf4SolN3sLdDZ8/xYi0Jv4f7rOH60cF9848aV2/XGs5oEhV1/i+u8YnBgB"}}},{"type":"reasoning-end","id":"0","metadata":{}},{"type":"tool-params-start","id":"toolu_01LwAejSr1Kh6ifKHy7r1RGi","name":"update","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_01LwAejSr1Kh6ifKHy7r1RGi","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01LwAejSr1Kh6ifKHy7r1RGi","delta":"{\"doc","metadata":{}},{"type":"tool-params-delta","id":"toolu_01LwAejSr1Kh6ifKHy7r1RGi","delta":"\":","metadata":{}},{"type":"tool-params-delta","id":"toolu_01LwAejSr1Kh6ifKHy7r1RGi","delta":" \"dxn:ech","metadata":{}},{"type":"tool-params-delta","id":"toolu_01LwAejSr1Kh6ifKHy7r1RGi","delta":"o:BDJXMU","metadata":{}},{"type":"tool-params-delta","id":"toolu_01LwAejSr1Kh6ifKHy7r1RGi","delta":"LP","metadata":{}},{"type":"tool-params-delta","id":"toolu_01LwAejSr1Kh6ifKHy7r1RGi","delta":"W5FB55U","metadata":{}},{"type":"tool-params-delta","id":"toolu_01LwAejSr1Kh6ifKHy7r1RGi","delta":"Z7KP5","metadata":{}},{"type":"tool-params-delta","id":"toolu_01LwAejSr1Kh6ifKHy7r1RGi","delta":"HLD","metadata":{}},{"type":"tool-params-delta","id":"toolu_01LwAejSr1Kh6ifKHy7r1RGi","delta":"HVTXUT","metadata":{}},{"type":"tool-params-delta","id":"toolu_01LwAejSr1Kh6ifKHy7r1RGi","delta":"HE2U:","metadata":{}},{"type":"tool-params-delta","id":"toolu_01LwAejSr1Kh6ifKHy7r1RGi","delta":"01J","metadata":{}},{"type":"tool-params-delta","id":"toolu_01LwAejSr1Kh6ifKHy7r1RGi","delta":"GFJJZ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01LwAejSr1Kh6ifKHy7r1RGi","delta":"00G0W","metadata":{}},{"type":"tool-params-delta","id":"toolu_01LwAejSr1Kh6ifKHy7r1RGi","delta":"KQSJG","metadata":{}},{"type":"tool-params-delta","id":"toolu_01LwAejSr1Kh6ifKHy7r1RGi","delta":"MAKCNTTY","metadata":{}},{"type":"tool-params-delta","id":"toolu_01LwAejSr1Kh6ifKHy7r1RGi","delta":"\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01LwAejSr1Kh6ifKHy7r1RGi","delta":", \"ed","metadata":{}},{"type":"tool-params-delta","id":"toolu_01LwAejSr1Kh6ifKHy7r1RGi","delta":"its\": [{","metadata":{}},{"type":"tool-params-delta","id":"toolu_01LwAejSr1Kh6ifKHy7r1RGi","delta":"\"oldString\":","metadata":{}},{"type":"tool-params-delta","id":"toolu_01LwAejSr1Kh6ifKHy7r1RGi","delta":"\"- Bread\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01LwAejSr1Kh6ifKHy7r1RGi","delta":",\"newString\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01LwAejSr1Kh6ifKHy7r1RGi","delta":":\"- Bread\\","metadata":{}},{"type":"tool-params-delta","id":"toolu_01LwAejSr1Kh6ifKHy7r1RGi","delta":"n- Eggs\"}","metadata":{}},{"type":"tool-params-delta","id":"toolu_01LwAejSr1Kh6ifKHy7r1RGi","delta":"]}","metadata":{}},{"type":"tool-params-end","id":"toolu_01LwAejSr1Kh6ifKHy7r1RGi","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":2307,"outputTokens":160,"totalTokens":2467},"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":2307,"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:01JGFJJZ00G0WKQSJGMAKCNTTY</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_01VKjUJk6maCxX1oGhLaW1cy","name":"open","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTTY"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01VKjUJk6maCxX1oGhLaW1cy","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_01PVUEaXuAU1EJkRMAM6c2hQ","name":"update","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTTY","edits":[{"oldString":"# Shopping list","newString":"# Shopping list\n\n- Milk"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01PVUEaXuAU1EJkRMAM6c2hQ","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 user wants to add bread to the shopping list. I know the current content is \"# Shopping list\\n\\n- Milk\", so I can directly make the edit.","options":{}},{"type":"tool-call","id":"toolu_01Gf6pvLL4yV42K2EsU6DfkA","name":"update","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTTY","edits":[{"oldString":"- Milk","newString":"- Milk\n- Bread"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01Gf6pvLL4yV42K2EsU6DfkA","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. 🍞 Your list now has:\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_01LwAejSr1Kh6ifKHy7r1RGi","name":"update","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTTY","edits":[{"oldString":"- Bread","newString":"- Bread\n- Eggs"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01LwAejSr1Kh6ifKHy7r1RGi","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_01AzZJT19UVmfbjhqpQCvhgj","modelId":"claude-opus-4-6","timestamp":"2026-04-09T17:27:42.247Z","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. 🥚 Your list now has:\n\n- Milk\n- Bread\n- Eggs","metadata":{}},{"type":"text-end","id":"0","metadata":{}},{"type":"finish","reason":"stop","usage":{"inputTokens":2475,"outputTokens":39,"totalTokens":2514},"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":2475,"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:01JGFJJZ00G0WKQSJGMAKCNTJ3"}},"providerExecuted":false,"options":{}}],"options":{"anthropic":{"cacheControl":{"ttl":"5m","type":"ephemeral"}}}}]},"response":[{"type":"response-metadata","id":"msg_01Q51cUiR5DnmXSKSWBXAeDF","modelId":"claude-opus-4-6","timestamp":"2026-04-16T15:30:19.653Z","metadata":{}},{"type":"reasoning-start","id":"0","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"The","metadata":{}},{"type":"reasoning-delta","id":"0","delta":" document was created successfully.","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"","metadata":{"anthropic":{"type":"thinking","signature":"EuEBClkIDBgCKkDYqIGzymGgehnxneo7UHzpnlm8a0tPpXlILeVnfXH6ESWFT2yPNAKo7VXEFmHMiD7GK+j83i4I8Ok4es2dgweUMg9jbGF1ZGUtb3B1cy00LTY4ABIMH7KUdobhV/Nf/rscGgyM/rYOZHScpir4SwsiMPXnjRLr5pPvYEEKKiBuL4s2jwWjKsHG6MFuFQBZK2/csqs2qvjcwPDXSmaj+CVteyo29H+yfMmXAJfKy7lixcZMvx0/3CS18o79p01jqKnDfmtxH0GjRJPXOYhVz+C6KYnDRKDU5ho7GAE="}}},{"type":"reasoning-end","id":"0","metadata":{}},{"type":"text-start","id":"1","metadata":{}},{"type":"text-delta","id":"1","delta":"I've created a **Classic Chocolate Chip Cookies** recipe document for you! 🍪 It includes:\n\n- **Ingredients**","metadata":{}},{"type":"text-delta","id":"1","delta":" — a full list with measurements for a classic batch\n- **Step","metadata":{}},{"type":"text-delta","id":"1","delta":"-by-step instructions** — from preheating the oven to cooling the cookies\n- **Helpful tips** — like chilling the dough for thicker cookies and mixing chocolate","metadata":{}},{"type":"text-delta","id":"1","delta":" chip varieties\n\nThe recipe yields about 48 cookies with a prep time of 15 minutes and a bake time of 10 minutes. Let","metadata":{}},{"type":"text-delta","id":"1","delta":" me know if you'd like to make any changes!","metadata":{}},{"type":"text-end","id":"1","metadata":{}},{"type":"finish","reason":"stop","usage":{"inputTokens":2245,"outputTokens":152,"totalTokens":2397},"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":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:01JGFJJZ00G0WKQSJGMAKCNTJ3"}},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"The document was created successfully.","options":{}},{"type":"text","text":"I've created a **Classic Chocolate Chip Cookies** recipe document for you! 🍪 It includes:\n\n- **Ingredients** — a full list with measurements for a classic batch\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\n\nThe recipe yields about 48 cookies with a prep time of 15 minutes and a bake time of 10 minutes. Let me know if you'd like to make any changes!","options":{}}],"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_011Li4ybiimSycj25jbkMGv6","modelId":"claude-opus-4-6","timestamp":"2026-04-16T15:30:24.311Z","metadata":{}},{"type":"reasoning-start","id":"0","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"The","metadata":{}},{"type":"reasoning-delta","id":"0","delta":" user wants me to add a holiday-themed variation section to the cookie recipe document. Let me update the document.","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"","metadata":{"anthropic":{"type":"thinking","signature":"ErICClkIDBgCKkCpG+K0z7qiW8X586mWD9221KO7cA9gGwHXAr+GBtdwtrKHRVaMY+Dxi4BlIBc/Wq9WnI4225k11fF7JRNldYlPMg9jbGF1ZGUtb3B1cy00LTY4ABIM0A+m0gfKu2tpmqyYGgwnizOn5AeiiUfTlu4iMOXI7GeHZxnN7iuFEuUwLPxQTQgxsWk4Co2eOS9DzdBj1FY+A2GIC2/ak5QeNVKHaSqGAXH8QyLEJqzgd5DizYxh8tPAZtrs4PbieaOzPORBgcwyOKYymnnRw1dTqAgqc5ZObNiOIKTtJvzuHLLqYWwIaK0kcdEpEvE3ZpnxV7YppQPSmYWap2KqIvaDoqEQSInMHxv5xp/8V+YfRI2KYIhm0dc6paSPTR2IJU4bRYJIJYkxMQ+AVhWbGAE="}}},{"type":"reasoning-end","id":"0","metadata":{}},{"type":"tool-params-start","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","name":"update","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"{\"doc\":","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":" \"dxn","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":":echo:BD","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"JXMU","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"LPW5F","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"B55UZ","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"7KP5HLDH","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"VTXUTHE","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"2U:01JG","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"FJJZ0","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"0G0WKQS","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"JGMAKCNTJ","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"3\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":", \"edits\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":": [{","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"\"oldStrin","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"g\":\"**","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"Yie","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"ld:** ~","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"48 cookie","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"s\",\"newStrin","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"g\":\"## 🎄 Ho","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"liday Variat","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"ion: Pepper","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"mint White ","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"Chocolate Co","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"oki","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"es\\n\\nGiv","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"e t","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"he","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"se cookie","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"s a festive","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":" twist","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":" perfect","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":" for the","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":" holiday ","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"season!\\n\\n","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"###","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":" Su","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"bstituti","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"ons & Ad","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"dition","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"s\\n\\n- ","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"Replace ","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"the semi-swe","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"et c","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"hoco","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"late chips w","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"ith **1 ½ ","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"cups white c","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"hocol","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"ate","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":" chip","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"s**.\\","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"n- Add **½ c","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"up crus","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"he","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"d cand","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"y canes*","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"* (about 6–","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"8 mini ca","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"ndy","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":" canes) ","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"to t","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"he dou","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"gh along w","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"ith ","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"the w","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"hite cho","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"colate chip","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"s.\\n","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"- Substitut","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"e the vanill","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"a ext","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"ra","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"ct wit","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"h **","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"1 tsp ","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"vani","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"lla e","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"xtract +","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":" ½ tsp peppe","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"rmint e","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"xtract**.\\n\\","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"n### O","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"ptio","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"nal Fini","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"shing T","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"ouch\\","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"n\\n- Dri","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"zzle co","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"oled co","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"okies with","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":" melted whi","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"te chocol","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"ate and spri","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"nkle with ","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"ext","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"ra crushed c","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"andy","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":" cane piec","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"es ","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"and ","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"red & ","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"green sp","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"rinkl","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"es.\\n","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"- For","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":" a sandwich ","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"co","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"okie, ","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"spre","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"ad p","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"eppermint bu","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"ttercre","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"am betwe","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"en tw","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"o coo","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"kies and","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":" roll th","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"e edge","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"s in cr","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"ush","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"ed c","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"andy","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":" can","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"es.\\n\\n---\\","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"n\\n**Yield:","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"** ~","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"48 co","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"okies","metadata":{}},{"type":"tool-params-delta","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","delta":"\"}]}","metadata":{}},{"type":"tool-params-end","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":2389,"outputTokens":411,"totalTokens":2800},"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":2389,"output_tokens":9,"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:01JGFJJZ00G0WKQSJGMAKCNTJ3"}},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"The document was created successfully.","options":{}},{"type":"text","text":"I've created a **Classic Chocolate Chip Cookies** recipe document for you! 🍪 It includes:\n\n- **Ingredients** — a full list with measurements for a classic batch\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\n\nThe recipe yields about 48 cookies with a prep time of 15 minutes and a bake time of 10 minutes. Let me know if you'd like to make any changes!","options":{}}],"options":{}},{"role":"user","content":"Add a section with a holiday-themed variation.","options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"The user wants me to add a holiday-themed variation section to the cookie recipe document. Let me update the document.","options":{}},{"type":"tool-call","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","name":"update","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTJ3","edits":[{"oldString":"**Yield:** ~48 cookies","newString":"## 🎄 Holiday Variation: Peppermint White Chocolate Cookies\n\nGive these cookies a festive twist perfect for the holiday season!\n\n### Substitutions & Additions\n\n- Replace the semi-sweet chocolate chips with **1 ½ cups white chocolate chips**.\n- Add **½ cup crushed candy canes** (about 6–8 mini candy canes) to the dough along with the white chocolate chips.\n- Substitute the vanilla extract with **1 tsp vanilla extract + ½ tsp peppermint extract**.\n\n### Optional Finishing Touch\n\n- Drizzle cooled cookies with melted white chocolate and sprinkle with extra crushed candy cane pieces and red & green sprinkles.\n- For a sandwich cookie, spread peppermint buttercream between two cookies and roll the edges in crushed candy canes.\n\n---\n\n**Yield:** ~48 cookies"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_018bSCrNfzTTxKP6wB3LvSw9","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## 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## 🎄 Holiday Variation: Peppermint White Chocolate Cookies\n\nGive these cookies a festive twist perfect for the holiday season!\n\n### Substitutions & Additions\n\n- Replace the semi-sweet chocolate chips with **1 ½ cups white chocolate chips**.\n- Add **½ cup crushed candy canes** (about 6–8 mini candy canes) to the dough along with the white chocolate chips.\n- Substitute the vanilla extract with **1 tsp vanilla extract + ½ tsp peppermint extract**.\n\n### Optional Finishing Touch\n\n- Drizzle cooled cookies with melted white chocolate and sprinkle with extra crushed candy cane pieces and red & green sprinkles.\n- For a sandwich cookie, spread peppermint buttercream between two cookies and roll the edges in crushed candy canes.\n\n---\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_01DhdkB4e6g3hFyanhasduge","modelId":"claude-opus-4-6","timestamp":"2026-04-16T15:30:31.844Z","metadata":{}},{"type":"text-start","id":"0","metadata":{}},{"type":"text-delta","id":"0","delta":"I","metadata":{}},{"type":"text-delta","id":"0","delta":"'ve added a **🎄 Holiday Variation: Peppermint White Chocolate Cookies** section! It includes:\n\n- **Substitutions & Additions** — swapping in","metadata":{}},{"type":"text-delta","id":"0","delta":" white chocolate chips, crushed candy canes, and peppermint extract for a festive flavor\n- **Optional Finishing Touches** — ideas like dr","metadata":{}},{"type":"text-delta","id":"0","delta":"izzling with white chocolate and making peppermint buttercream sandwich cookies\n\nLet me know if you'd like any other changes! ","metadata":{}},{"type":"text-delta","id":"0","delta":"🍪🎄","metadata":{}},{"type":"text-end","id":"0","metadata":{}},{"type":"finish","reason":"stop","usage":{"inputTokens":3574,"outputTokens":115,"totalTokens":3689},"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":3574,"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:01JGFJJZ00G0WKQSJGMAKCNTQZ</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_01YBje4Xa3xNzxbDMagWWX8z","modelId":"claude-opus-4-6","timestamp":"2026-04-16T15:30:35.300Z","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+aqALmLyqe1q5OXcYWXc7JVWASOydRf1dFOyadx06rDTP8RriabQAhjDMpDqVRvm7S0pE7Pw7AP4P75Mg9jbGF1ZGUtb3B1cy00LTY4ABIMDUOwzEiSB+jiKrqFGgwuce1ZFqSFpW4p7poiMHQ0qWzCWOINeaCq9RVdiB0Dv2crxMm+HWI9AKOobP6wrnJXCTAXussLMsMYB+i0SCpDrhoSWUGM6owJfPseN0SR6ENZKsWDFWkpENdus05AcZFCg3BIpImQ25cTawN5AZKTvbRXRJrcwgtiAGtjt+wwoQgFyBgB"}}},{"type":"reasoning-end","id":"0","metadata":{}},{"type":"tool-params-start","id":"toolu_01EeeqZc7WvnFkY9od4C6VF8","name":"open","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_01EeeqZc7WvnFkY9od4C6VF8","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EeeqZc7WvnFkY9od4C6VF8","delta":"{\"doc","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EeeqZc7WvnFkY9od4C6VF8","delta":"\": \"dxn","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EeeqZc7WvnFkY9od4C6VF8","delta":":echo","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EeeqZc7WvnFkY9od4C6VF8","delta":":BDJXM","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EeeqZc7WvnFkY9od4C6VF8","delta":"ULPW5","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EeeqZc7WvnFkY9od4C6VF8","delta":"FB55UZ7KP5","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EeeqZc7WvnFkY9od4C6VF8","delta":"HLDHVTXUTHE","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EeeqZc7WvnFkY9od4C6VF8","delta":"2U:0","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EeeqZc7WvnFkY9od4C6VF8","delta":"1JGF","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EeeqZc7WvnFkY9od4C6VF8","delta":"JJZ00G0W","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EeeqZc7WvnFkY9od4C6VF8","delta":"KQSJGM","metadata":{}},{"type":"tool-params-delta","id":"toolu_01EeeqZc7WvnFkY9od4C6VF8","delta":"AKCNTQZ\"}","metadata":{}},{"type":"tool-params-end","id":"toolu_01EeeqZc7WvnFkY9od4C6VF8","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":1660,"outputTokens":132,"totalTokens":1792},"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":1660,"output_tokens":9,"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:01JGFJJZ00G0WKQSJGMAKCNTQZ</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":"tool-call","id":"toolu_01EeeqZc7WvnFkY9od4C6VF8","name":"open","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTQZ"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01EeeqZc7WvnFkY9od4C6VF8","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_01MwRQutf8MycVBfW1xaJKEw","modelId":"claude-opus-4-6","timestamp":"2026-04-16T15:30:38.239Z","metadata":{}},{"type":"reasoning-start","id":"0","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"I","metadata":{}},{"type":"reasoning-delta","id":"0","delta":" need to replace \"???\" with \"flour\".","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"","metadata":{"anthropic":{"type":"thinking","signature":"EuABClkIDBgCKkDIaKypAHV3yfCUqjG/AvDhgA/3RHvw6/izoC7klh2DWV8Q9f/5f6afaqJJaPVf8g5uJz9VJWbnsD6sp+WTIZ0NMg9jbGF1ZGUtb3B1cy00LTY4ABIMnDmXriIo6e5JyVzZGgw0GlLxT7OFiuzhzoYiMCsM8p/JBjPMbw8sTypgzOvKcpfkpzt0X58TaWjElZ+BwN1ITZoG0lT/svxm1TqYQSo1Hcg63KwGTHhCIiEzJnsif9SnjYomixfYAuPIsOC05eAGEyj/SArdUhg8a0AABQbmUAaW0F0YAQ=="}}},{"type":"reasoning-end","id":"0","metadata":{}},{"type":"tool-params-start","id":"toolu_01GjnC56moeDfVoHcPvdwoDY","name":"update","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_01GjnC56moeDfVoHcPvdwoDY","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01GjnC56moeDfVoHcPvdwoDY","delta":"{\"doc\": \"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01GjnC56moeDfVoHcPvdwoDY","delta":"dxn:ec","metadata":{}},{"type":"tool-params-delta","id":"toolu_01GjnC56moeDfVoHcPvdwoDY","delta":"ho:BDJXMUL","metadata":{}},{"type":"tool-params-delta","id":"toolu_01GjnC56moeDfVoHcPvdwoDY","delta":"PW5FB55UZ7","metadata":{}},{"type":"tool-params-delta","id":"toolu_01GjnC56moeDfVoHcPvdwoDY","delta":"KP5HLDHVT","metadata":{}},{"type":"tool-params-delta","id":"toolu_01GjnC56moeDfVoHcPvdwoDY","delta":"XU","metadata":{}},{"type":"tool-params-delta","id":"toolu_01GjnC56moeDfVoHcPvdwoDY","delta":"THE2U:01JGF","metadata":{}},{"type":"tool-params-delta","id":"toolu_01GjnC56moeDfVoHcPvdwoDY","delta":"JJZ00G0WK","metadata":{}},{"type":"tool-params-delta","id":"toolu_01GjnC56moeDfVoHcPvdwoDY","delta":"QS","metadata":{}},{"type":"tool-params-delta","id":"toolu_01GjnC56moeDfVoHcPvdwoDY","delta":"JGMAKC","metadata":{}},{"type":"tool-params-delta","id":"toolu_01GjnC56moeDfVoHcPvdwoDY","delta":"NTQZ\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01GjnC56moeDfVoHcPvdwoDY","delta":", \"e","metadata":{}},{"type":"tool-params-delta","id":"toolu_01GjnC56moeDfVoHcPvdwoDY","delta":"dits\": [","metadata":{}},{"type":"tool-params-delta","id":"toolu_01GjnC56moeDfVoHcPvdwoDY","delta":"{\"oldString","metadata":{}},{"type":"tool-params-delta","id":"toolu_01GjnC56moeDfVoHcPvdwoDY","delta":"\":\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01GjnC56moeDfVoHcPvdwoDY","delta":"2 cups","metadata":{}},{"type":"tool-params-delta","id":"toolu_01GjnC56moeDfVoHcPvdwoDY","delta":" of ???\",\"ne","metadata":{}},{"type":"tool-params-delta","id":"toolu_01GjnC56moeDfVoHcPvdwoDY","delta":"wS","metadata":{}},{"type":"tool-params-delta","id":"toolu_01GjnC56moeDfVoHcPvdwoDY","delta":"tring\":\"2 ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01GjnC56moeDfVoHcPvdwoDY","delta":"cups of flo","metadata":{}},{"type":"tool-params-delta","id":"toolu_01GjnC56moeDfVoHcPvdwoDY","delta":"ur\"}]}","metadata":{}},{"type":"tool-params-end","id":"toolu_01GjnC56moeDfVoHcPvdwoDY","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":1838,"outputTokens":169,"totalTokens":2007},"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":1838,"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:01JGFJJZ00G0WKQSJGMAKCNTQZ</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":"tool-call","id":"toolu_01EeeqZc7WvnFkY9od4C6VF8","name":"open","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTQZ"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01EeeqZc7WvnFkY9od4C6VF8","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":"reasoning","text":"I need to replace \"???\" with \"flour\".","options":{}},{"type":"tool-call","id":"toolu_01GjnC56moeDfVoHcPvdwoDY","name":"update","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTQZ","edits":[{"oldString":"2 cups of ???","newString":"2 cups of flour"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01GjnC56moeDfVoHcPvdwoDY","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_01Wx9m9cQaZB6hSshhLsvpyz","modelId":"claude-opus-4-6","timestamp":"2026-04-16T15:30:41.550Z","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 missing ingredient `???` with **flour**. The ingredient list now reads:\n\n- 2 cups of **flour**\n- 1 cup","metadata":{}},{"type":"text-delta","id":"0","delta":" of sugar\n- 1 cup of butter\n- 1 cup of eggs","metadata":{}},{"type":"text-end","id":"0","metadata":{}},{"type":"finish","reason":"stop","usage":{"inputTokens":2057,"outputTokens":59,"totalTokens":2116},"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":2057,"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:01JGFJJZ00G0WKQSJGMAKCNTTX</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_01GRam4MVHHUv1Xu39Ga4e1x","modelId":"claude-opus-4-6","timestamp":"2026-04-16T15:30:44.715Z","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":"EvYBClkIDBgCKkB59APG7kQJaS56ZghJ7yGmUDPTIff8aJqcCaiTm7DBlPfIkAEzU9xUX9RfyXK8kuAlQ2FqlGTMKvYxrrstJfcdMg9jbGF1ZGUtb3B1cy00LTY4ABIMvvYyeEKK+7Wx6ybAGgyv//MuIVnwL8yQIpYiMK/icpwegZKFQX3Nd2hCXfRlag3vqwAYWnrCW5HK2PD5n1x2Euo8kH2K1eZfZq1uaSpLDcsKDu53mSJi/Ox9W/MhONZwZ8VgxLGF9PZ86mKWdhB9DseKjxeLRC+oeb5MdK9iGiYfl//i22NlBQ0IJXuuTTYN6wdkmVPOCXHGGAE="}}},{"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 the current shopping","metadata":{}},{"type":"text-delta","id":"1","delta":" list.","metadata":{}},{"type":"text-end","id":"1","metadata":{}},{"type":"tool-params-start","id":"toolu_017DsRp9yoFNCSNAGmwyjV6T","name":"open","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_017DsRp9yoFNCSNAGmwyjV6T","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_017DsRp9yoFNCSNAGmwyjV6T","delta":"{\"doc\": \"dx","metadata":{}},{"type":"tool-params-delta","id":"toolu_017DsRp9yoFNCSNAGmwyjV6T","delta":"n:echo:B","metadata":{}},{"type":"tool-params-delta","id":"toolu_017DsRp9yoFNCSNAGmwyjV6T","delta":"DJXM","metadata":{}},{"type":"tool-params-delta","id":"toolu_017DsRp9yoFNCSNAGmwyjV6T","delta":"ULP","metadata":{}},{"type":"tool-params-delta","id":"toolu_017DsRp9yoFNCSNAGmwyjV6T","delta":"W5FB55U","metadata":{}},{"type":"tool-params-delta","id":"toolu_017DsRp9yoFNCSNAGmwyjV6T","delta":"Z7KP5HLDHVT","metadata":{}},{"type":"tool-params-delta","id":"toolu_017DsRp9yoFNCSNAGmwyjV6T","delta":"XUTHE2U:0","metadata":{}},{"type":"tool-params-delta","id":"toolu_017DsRp9yoFNCSNAGmwyjV6T","delta":"1JGFJ","metadata":{}},{"type":"tool-params-delta","id":"toolu_017DsRp9yoFNCSNAGmwyjV6T","delta":"JZ00G0WK","metadata":{}},{"type":"tool-params-delta","id":"toolu_017DsRp9yoFNCSNAGmwyjV6T","delta":"QSJGMAK","metadata":{}},{"type":"tool-params-delta","id":"toolu_017DsRp9yoFNCSNAGmwyjV6T","delta":"CNTTX\"}","metadata":{}},{"type":"tool-params-end","id":"toolu_017DsRp9yoFNCSNAGmwyjV6T","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":1659,"outputTokens":147,"totalTokens":1806},"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":1659,"output_tokens":9,"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:01JGFJJZ00G0WKQSJGMAKCNTTX</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_017DsRp9yoFNCSNAGmwyjV6T","name":"open","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTTX"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_017DsRp9yoFNCSNAGmwyjV6T","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_01Tgb8cNXhrupWPL74UfN1ge","modelId":"claude-opus-4-6","timestamp":"2026-04-16T15:30:48.015Z","metadata":{}},{"type":"reasoning-start","id":"0","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"The","metadata":{}},{"type":"reasoning-delta","id":"0","delta":" document currently just has a heading \"# Shopping list\". I need to add \"milk\" to it.","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"","metadata":{"anthropic":{"type":"thinking","signature":"EpMCClkIDBgCKkCVR0MlE/75lDc9loNRTT8e4IygDUwrtCePRSoC7AiMoWfR0ohVYF5X41fF0I1Eg+5zqSrwW2+kDZ54viHUmA2JMg9jbGF1ZGUtb3B1cy00LTY4ABIMKLk/sb6pEEzPHDoHGgxGvhf9ngrcx32NJqciMGpCvKFQCgeZpbD7tXCSQQwVGtOQAlLPwyOj14KGuvVJCi2JZ9VkxZ8Q87KVsRpsQypoo+S2MhPJk2hFNDBdm9oVa3CukyYDMIBFdzcp/qEO5v6n0OrT1PpJr1sExVoSngfokkRAVA9YXNmpE3agGgOeGhEq2Jfi8e2R8GEV5xSwGfUVRsWKrSfeQngry8uJ0qWN1pGvE+F1KRQYAQ=="}}},{"type":"reasoning-end","id":"0","metadata":{}},{"type":"text-start","id":"1","metadata":{}},{"type":"text-delta","id":"1","delta":"Now I'll add milk to the shopping list.","metadata":{}},{"type":"text-end","id":"1","metadata":{}},{"type":"tool-params-start","id":"toolu_01NFe6LF3EuiT3SD85FFMSTk","name":"update","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_01NFe6LF3EuiT3SD85FFMSTk","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01NFe6LF3EuiT3SD85FFMSTk","delta":"{\"doc\": ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01NFe6LF3EuiT3SD85FFMSTk","delta":"\"dxn","metadata":{}},{"type":"tool-params-delta","id":"toolu_01NFe6LF3EuiT3SD85FFMSTk","delta":":echo","metadata":{}},{"type":"tool-params-delta","id":"toolu_01NFe6LF3EuiT3SD85FFMSTk","delta":":BDJXMULPW","metadata":{}},{"type":"tool-params-delta","id":"toolu_01NFe6LF3EuiT3SD85FFMSTk","delta":"5FB55UZ7","metadata":{}},{"type":"tool-params-delta","id":"toolu_01NFe6LF3EuiT3SD85FFMSTk","delta":"KP5HLDHV","metadata":{}},{"type":"tool-params-delta","id":"toolu_01NFe6LF3EuiT3SD85FFMSTk","delta":"TXUTHE2","metadata":{}},{"type":"tool-params-delta","id":"toolu_01NFe6LF3EuiT3SD85FFMSTk","delta":"U:01JGFJ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01NFe6LF3EuiT3SD85FFMSTk","delta":"JZ00G0WKQSJG","metadata":{}},{"type":"tool-params-delta","id":"toolu_01NFe6LF3EuiT3SD85FFMSTk","delta":"MAKCNTTX\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01NFe6LF3EuiT3SD85FFMSTk","delta":", \"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01NFe6LF3EuiT3SD85FFMSTk","delta":"ed","metadata":{}},{"type":"tool-params-delta","id":"toolu_01NFe6LF3EuiT3SD85FFMSTk","delta":"its\": [{\"old","metadata":{}},{"type":"tool-params-delta","id":"toolu_01NFe6LF3EuiT3SD85FFMSTk","delta":"St","metadata":{}},{"type":"tool-params-delta","id":"toolu_01NFe6LF3EuiT3SD85FFMSTk","delta":"ring\":\"# ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01NFe6LF3EuiT3SD85FFMSTk","delta":"Shopping","metadata":{}},{"type":"tool-params-delta","id":"toolu_01NFe6LF3EuiT3SD85FFMSTk","delta":" li","metadata":{}},{"type":"tool-params-delta","id":"toolu_01NFe6LF3EuiT3SD85FFMSTk","delta":"st\",\"newStri","metadata":{}},{"type":"tool-params-delta","id":"toolu_01NFe6LF3EuiT3SD85FFMSTk","delta":"ng\":\"# Sho","metadata":{}},{"type":"tool-params-delta","id":"toolu_01NFe6LF3EuiT3SD85FFMSTk","delta":"pping list\\","metadata":{}},{"type":"tool-params-delta","id":"toolu_01NFe6LF3EuiT3SD85FFMSTk","delta":"n\\n","metadata":{}},{"type":"tool-params-delta","id":"toolu_01NFe6LF3EuiT3SD85FFMSTk","delta":"- Mi","metadata":{}},{"type":"tool-params-delta","id":"toolu_01NFe6LF3EuiT3SD85FFMSTk","delta":"lk\"}]}","metadata":{}},{"type":"tool-params-end","id":"toolu_01NFe6LF3EuiT3SD85FFMSTk","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":1810,"outputTokens":197,"totalTokens":2007},"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":1810,"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:01JGFJJZ00G0WKQSJGMAKCNTTX</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_017DsRp9yoFNCSNAGmwyjV6T","name":"open","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTTX"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_017DsRp9yoFNCSNAGmwyjV6T","name":"open","isFailure":false,"result":{"_id":"Exit","_tag":"Success","value":{"content":"# Shopping list"}},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"The document currently just has a heading \"# Shopping list\". I need to add \"milk\" to it.","options":{}},{"type":"text","text":"Now I'll add milk to the shopping list.","options":{}},{"type":"tool-call","id":"toolu_01NFe6LF3EuiT3SD85FFMSTk","name":"update","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTTX","edits":[{"oldString":"# Shopping list","newString":"# Shopping list\n\n- Milk"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01NFe6LF3EuiT3SD85FFMSTk","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_01QP8wMPgQ7C5FSt21Vm52Ur","modelId":"claude-opus-4-6","timestamp":"2026-04-16T15:30:54.567Z","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-end","id":"0","metadata":{}},{"type":"finish","reason":"stop","usage":{"inputTokens":2010,"outputTokens":21,"totalTokens":2031},"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":2010,"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:01JGFJJZ00G0WKQSJGMAKCNTTX</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_017DsRp9yoFNCSNAGmwyjV6T","name":"open","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTTX"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_017DsRp9yoFNCSNAGmwyjV6T","name":"open","isFailure":false,"result":{"_id":"Exit","_tag":"Success","value":{"content":"# Shopping list"}},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"The document currently just has a heading \"# Shopping list\". I need to add \"milk\" to it.","options":{}},{"type":"text","text":"Now I'll add milk to the shopping list.","options":{}},{"type":"tool-call","id":"toolu_01NFe6LF3EuiT3SD85FFMSTk","name":"update","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTTX","edits":[{"oldString":"# Shopping list","newString":"# Shopping list\n\n- Milk"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01NFe6LF3EuiT3SD85FFMSTk","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_01Md46yduLgw9FJu6J6aUHNW","modelId":"claude-opus-4-6","timestamp":"2026-04-16T15:30:57.237Z","metadata":{}},{"type":"tool-params-start","id":"toolu_013iMcJMuM5FMMyyvTicJ1KR","name":"update","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_013iMcJMuM5FMMyyvTicJ1KR","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_013iMcJMuM5FMMyyvTicJ1KR","delta":"{\"doc\": ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013iMcJMuM5FMMyyvTicJ1KR","delta":"\"dxn:e","metadata":{}},{"type":"tool-params-delta","id":"toolu_013iMcJMuM5FMMyyvTicJ1KR","delta":"cho:BDJXMUL","metadata":{}},{"type":"tool-params-delta","id":"toolu_013iMcJMuM5FMMyyvTicJ1KR","delta":"PW5FB55UZ7K","metadata":{}},{"type":"tool-params-delta","id":"toolu_013iMcJMuM5FMMyyvTicJ1KR","delta":"P5HLDHV","metadata":{}},{"type":"tool-params-delta","id":"toolu_013iMcJMuM5FMMyyvTicJ1KR","delta":"TX","metadata":{}},{"type":"tool-params-delta","id":"toolu_013iMcJMuM5FMMyyvTicJ1KR","delta":"UTHE2U:01","metadata":{}},{"type":"tool-params-delta","id":"toolu_013iMcJMuM5FMMyyvTicJ1KR","delta":"JGFJJZ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013iMcJMuM5FMMyyvTicJ1KR","delta":"00G0WKQSJGM","metadata":{}},{"type":"tool-params-delta","id":"toolu_013iMcJMuM5FMMyyvTicJ1KR","delta":"AKCN","metadata":{}},{"type":"tool-params-delta","id":"toolu_013iMcJMuM5FMMyyvTicJ1KR","delta":"TT","metadata":{}},{"type":"tool-params-delta","id":"toolu_013iMcJMuM5FMMyyvTicJ1KR","delta":"X\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_013iMcJMuM5FMMyyvTicJ1KR","delta":", ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013iMcJMuM5FMMyyvTicJ1KR","delta":"\"edits","metadata":{}},{"type":"tool-params-delta","id":"toolu_013iMcJMuM5FMMyyvTicJ1KR","delta":"\": [{\"oldSt","metadata":{}},{"type":"tool-params-delta","id":"toolu_013iMcJMuM5FMMyyvTicJ1KR","delta":"ring\":\"- Mi","metadata":{}},{"type":"tool-params-delta","id":"toolu_013iMcJMuM5FMMyyvTicJ1KR","delta":"lk\",\"new","metadata":{}},{"type":"tool-params-delta","id":"toolu_013iMcJMuM5FMMyyvTicJ1KR","delta":"Str","metadata":{}},{"type":"tool-params-delta","id":"toolu_013iMcJMuM5FMMyyvTicJ1KR","delta":"ing","metadata":{}},{"type":"tool-params-delta","id":"toolu_013iMcJMuM5FMMyyvTicJ1KR","delta":"\":\"- Mil","metadata":{}},{"type":"tool-params-delta","id":"toolu_013iMcJMuM5FMMyyvTicJ1KR","delta":"k\\n- Br","metadata":{}},{"type":"tool-params-delta","id":"toolu_013iMcJMuM5FMMyyvTicJ1KR","delta":"ead\"}]}","metadata":{}},{"type":"tool-params-end","id":"toolu_013iMcJMuM5FMMyyvTicJ1KR","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":2041,"outputTokens":148,"totalTokens":2189},"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":2041,"output_tokens":66,"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:01JGFJJZ00G0WKQSJGMAKCNTTX</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_017DsRp9yoFNCSNAGmwyjV6T","name":"open","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTTX"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_017DsRp9yoFNCSNAGmwyjV6T","name":"open","isFailure":false,"result":{"_id":"Exit","_tag":"Success","value":{"content":"# Shopping list"}},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"The document currently just has a heading \"# Shopping list\". I need to add \"milk\" to it.","options":{}},{"type":"text","text":"Now I'll add milk to the shopping list.","options":{}},{"type":"tool-call","id":"toolu_01NFe6LF3EuiT3SD85FFMSTk","name":"update","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTTX","edits":[{"oldString":"# Shopping list","newString":"# Shopping list\n\n- Milk"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01NFe6LF3EuiT3SD85FFMSTk","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":"tool-call","id":"toolu_013iMcJMuM5FMMyyvTicJ1KR","name":"update","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTTX","edits":[{"oldString":"- Milk","newString":"- Milk\n- Bread"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_013iMcJMuM5FMMyyvTicJ1KR","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_01VSyDC5f2MJ2GjGpRvEvpGy","modelId":"claude-opus-4-6","timestamp":"2026-04-16T15:30:59.658Z","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. 🛒\n\nYour list now has:\n- Milk\n- Bread","metadata":{}},{"type":"text-end","id":"0","metadata":{}},{"type":"finish","reason":"stop","usage":{"inputTokens":2234,"outputTokens":35,"totalTokens":2269},"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":2234,"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:01JGFJJZ00G0WKQSJGMAKCNTTX</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_017DsRp9yoFNCSNAGmwyjV6T","name":"open","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTTX"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_017DsRp9yoFNCSNAGmwyjV6T","name":"open","isFailure":false,"result":{"_id":"Exit","_tag":"Success","value":{"content":"# Shopping list"}},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"The document currently just has a heading \"# Shopping list\". I need to add \"milk\" to it.","options":{}},{"type":"text","text":"Now I'll add milk to the shopping list.","options":{}},{"type":"tool-call","id":"toolu_01NFe6LF3EuiT3SD85FFMSTk","name":"update","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTTX","edits":[{"oldString":"# Shopping list","newString":"# Shopping list\n\n- Milk"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01NFe6LF3EuiT3SD85FFMSTk","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":"tool-call","id":"toolu_013iMcJMuM5FMMyyvTicJ1KR","name":"update","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTTX","edits":[{"oldString":"- Milk","newString":"- Milk\n- Bread"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_013iMcJMuM5FMMyyvTicJ1KR","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. 🛒\n\nYour list now has:\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_015GsA76adNZwihvP4Xfe1zQ","modelId":"claude-opus-4-6","timestamp":"2026-04-16T15:31:02.403Z","metadata":{}},{"type":"tool-params-start","id":"toolu_01R6PxnfwE2hB6AqNQFt7UMy","name":"update","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_01R6PxnfwE2hB6AqNQFt7UMy","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01R6PxnfwE2hB6AqNQFt7UMy","delta":"{\"doc\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01R6PxnfwE2hB6AqNQFt7UMy","delta":": ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01R6PxnfwE2hB6AqNQFt7UMy","delta":"\"dxn:","metadata":{}},{"type":"tool-params-delta","id":"toolu_01R6PxnfwE2hB6AqNQFt7UMy","delta":"echo:B","metadata":{}},{"type":"tool-params-delta","id":"toolu_01R6PxnfwE2hB6AqNQFt7UMy","delta":"DJXMULPW5F","metadata":{}},{"type":"tool-params-delta","id":"toolu_01R6PxnfwE2hB6AqNQFt7UMy","delta":"B55","metadata":{}},{"type":"tool-params-delta","id":"toolu_01R6PxnfwE2hB6AqNQFt7UMy","delta":"UZ7KP5HLDH","metadata":{}},{"type":"tool-params-delta","id":"toolu_01R6PxnfwE2hB6AqNQFt7UMy","delta":"VTXUTHE2","metadata":{}},{"type":"tool-params-delta","id":"toolu_01R6PxnfwE2hB6AqNQFt7UMy","delta":"U:01JGF","metadata":{}},{"type":"tool-params-delta","id":"toolu_01R6PxnfwE2hB6AqNQFt7UMy","delta":"JJZ00G0","metadata":{}},{"type":"tool-params-delta","id":"toolu_01R6PxnfwE2hB6AqNQFt7UMy","delta":"WKQS","metadata":{}},{"type":"tool-params-delta","id":"toolu_01R6PxnfwE2hB6AqNQFt7UMy","delta":"JGMAKC","metadata":{}},{"type":"tool-params-delta","id":"toolu_01R6PxnfwE2hB6AqNQFt7UMy","delta":"NTTX\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01R6PxnfwE2hB6AqNQFt7UMy","delta":", \"edits\": ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01R6PxnfwE2hB6AqNQFt7UMy","delta":"[{","metadata":{}},{"type":"tool-params-delta","id":"toolu_01R6PxnfwE2hB6AqNQFt7UMy","delta":"\"oldStrin","metadata":{}},{"type":"tool-params-delta","id":"toolu_01R6PxnfwE2hB6AqNQFt7UMy","delta":"g\":\"- Bre","metadata":{}},{"type":"tool-params-delta","id":"toolu_01R6PxnfwE2hB6AqNQFt7UMy","delta":"ad\",\"newStr","metadata":{}},{"type":"tool-params-delta","id":"toolu_01R6PxnfwE2hB6AqNQFt7UMy","delta":"ing\":\"-","metadata":{}},{"type":"tool-params-delta","id":"toolu_01R6PxnfwE2hB6AqNQFt7UMy","delta":" Bread\\","metadata":{}},{"type":"tool-params-delta","id":"toolu_01R6PxnfwE2hB6AqNQFt7UMy","delta":"n- Eggs\"}]}","metadata":{}},{"type":"tool-params-end","id":"toolu_01R6PxnfwE2hB6AqNQFt7UMy","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":2279,"outputTokens":148,"totalTokens":2427},"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":2279,"output_tokens":73,"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:01JGFJJZ00G0WKQSJGMAKCNTTX</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_017DsRp9yoFNCSNAGmwyjV6T","name":"open","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTTX"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_017DsRp9yoFNCSNAGmwyjV6T","name":"open","isFailure":false,"result":{"_id":"Exit","_tag":"Success","value":{"content":"# Shopping list"}},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"The document currently just has a heading \"# Shopping list\". I need to add \"milk\" to it.","options":{}},{"type":"text","text":"Now I'll add milk to the shopping list.","options":{}},{"type":"tool-call","id":"toolu_01NFe6LF3EuiT3SD85FFMSTk","name":"update","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTTX","edits":[{"oldString":"# Shopping list","newString":"# Shopping list\n\n- Milk"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01NFe6LF3EuiT3SD85FFMSTk","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":"tool-call","id":"toolu_013iMcJMuM5FMMyyvTicJ1KR","name":"update","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTTX","edits":[{"oldString":"- Milk","newString":"- Milk\n- Bread"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_013iMcJMuM5FMMyyvTicJ1KR","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. 🛒\n\nYour list now has:\n- Milk\n- Bread","options":{}},{"role":"user","content":"Add eggs to the shopping list.","options":{}},{"role":"assistant","content":[{"type":"tool-call","id":"toolu_01R6PxnfwE2hB6AqNQFt7UMy","name":"update","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTTX","edits":[{"oldString":"- Bread","newString":"- Bread\n- Eggs"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01R6PxnfwE2hB6AqNQFt7UMy","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_01U4JR74gs66WXehwAFzjWkK","modelId":"claude-opus-4-6","timestamp":"2026-04-16T15:31:05.614Z","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. 🛒\n\nYour list now has:\n- Milk\n- Bread\n- Eggs","metadata":{}},{"type":"text-end","id":"0","metadata":{}},{"type":"finish","reason":"stop","usage":{"inputTokens":2477,"outputTokens":39,"totalTokens":2516},"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":2477,"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:01JGFJJZ00G0WKQSJGMAKCNTJ6"}},"providerExecuted":false,"options":{}}],"options":{"anthropic":{"cacheControl":{"ttl":"5m","type":"ephemeral"}}}}]},"response":[{"type":"response-metadata","id":"msg_01WT4iVSHL12PJ1aJGre34U9","modelId":"claude-opus-4-6","timestamp":"2026-04-17T13:37:39.619Z","metadata":{}},{"type":"reasoning-start","id":"0","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"The","metadata":{}},{"type":"reasoning-delta","id":"0","delta":" document was created successfully.","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"","metadata":{"anthropic":{"type":"thinking","signature":"EuEBClkIDBgCKkDYqIGzymGgehnxneo7UHzpnlm8a0tPpXlILeVnfXH6ESWFT2yPNAKo7VXEFmHMiD7GK+j83i4I8Ok4es2dgweUMg9jbGF1ZGUtb3B1cy00LTY4ABIMIl6Z09g86b0QwPOxGgw/AnTo4HnQ8tPuWhUiMCpZrKo2uNWQIVz/a9sP6Ub550987NEhRtdNXqm1wtzlEKjEJ0vMtQaPMxM1nrsBQio25m4Zom9xU4r0aNQ1O1TSzEFnoqQQvfQ5kErMyl5tAG3FmJEcf80mJJNHQdepPL5liTs0teUNGAE="}}},{"type":"reasoning-end","id":"0","metadata":{}},{"type":"text-start","id":"1","metadata":{}},{"type":"text-delta","id":"1","delta":"Your cookie recipe document has been created! 🍪 It includes","metadata":{}},{"type":"text-delta","id":"1","delta":":\n\n- **Title:** Classic Chocolate Chip Cookies\n- **Ingredients** — a full list including butter, sug","metadata":{}},{"type":"text-delta","id":"1","delta":"ars, flour, eggs, vanilla, and chocolate chips\n- **Step-by-step instructions** — from preheating the oven to cooling the cookies\n- **Helpful tips** — like ch","metadata":{}},{"type":"text-delta","id":"1","delta":"illing the dough for thicker cookies and storage advice\n\nLet me know if you'd like to make any changes, such as adding a different variation","metadata":{}},{"type":"text-delta","id":"1","delta":" or adjusting the recipe!","metadata":{}},{"type":"text-end","id":"1","metadata":{}},{"type":"finish","reason":"stop","usage":{"inputTokens":2245,"outputTokens":145,"totalTokens":2390},"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":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:01JGFJJZ00G0WKQSJGMAKCNTJ6"}},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"The document was created successfully.","options":{}},{"type":"text","text":"Your cookie recipe document has been created! 🍪 It includes:\n\n- **Title:** Classic Chocolate Chip Cookies\n- **Ingredients** — a full list including butter, sugars, flour, eggs, vanilla, 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 storage advice\n\nLet me know if you'd like to make any changes, such as adding a different variation or adjusting the recipe!","options":{}}],"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_01PJ5TTJzyL9Cf1hfRAVFoBV","modelId":"claude-opus-4-6","timestamp":"2026-04-17T13:37:44.851Z","metadata":{}},{"type":"reasoning-start","id":"0","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"The user wants me to add a holiday-themed variation section to the cookie recipe document. Let me update the existing document.","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"","metadata":{"anthropic":{"type":"thinking","signature":"ErsCClkIDBgCKkDc82McfGDXeaK2ley9goVox6HZxMwmDV2KHtttW4MFWfCEd6atLxc3E+qGnr3zwwOzJSB1b3vVhfLNi3OjKHRvMg9jbGF1ZGUtb3B1cy00LTY4ABIM8b4GhAQCS+HLUfckGgyB2yjP3OmY1DTeklkiMKQxpEaJwYY9BjQCOvOaFwxHfL5AC3J1pwtIPgP+AmPGn55HWwuFv6h+AJRzLXiQQCqPARl0pelGEsY7q7IpT/JRvGwFLVI/uyPjjSbSOpjzKHuVWwa8CgaBoPJ7iLlvSJ9M6URKqayiyPbBeslleO/5Ja2fCpaKu+JqnCeGKif6rDwhgXW9rPGb4CAJ0dO9/B/eFSiEnzyd7c+Xk1oUbLmfaD3N/F2C0aeDbnprPHwUuhmTRLR1qFvMq6w9cY6yV5wfGAE="}}},{"type":"reasoning-end","id":"0","metadata":{}},{"type":"tool-params-start","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","name":"update","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"{\"doc\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":": \"01J","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"GF","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"JJZ0","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"0G0WKQS","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"JGMAKCNT","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"J6\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":", \"e","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"dits\": [","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"{\"oldS","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"tring\":\"**","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"Yiel","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"d:** ~48 coo","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"kies","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"\",\"newSt","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"rin","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"g\":\"## Holi","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"day Var","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"iation: P","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"eppermint Wh","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"ite Choco","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"late Coo","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"kies\\n","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"\\nGive these","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":" cookies a ","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"festiv","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"e tw","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"is","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"t perfect fo","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"r the holid","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"ay sea","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"son!\\n\\n##","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"# ","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"Substitut","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"ions & Addit","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"ions\\n\\n","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"- Replace ","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"the sem","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"i-sweet","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":" chocolat","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"e chips","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":" with **wh","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"ite","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":" chocol","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"ate chip","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"s**","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":".\\","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"n-","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":" Add **½ cu","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"p cru","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"shed candy c","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"an","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"es*","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"* (abo","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"ut 6","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"–8 mi","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"ni","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":" cand","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"y canes) to ","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"the dough","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":" along","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":" w","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"it","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"h the chi","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"ps.\\","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"n-","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":" Sub","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"stit","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"ute **1 t","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"sp pepper","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"mi","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"nt ex","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"tra","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"ct*","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"* for one","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":" of the teas","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"poo","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"ns of van","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"ill","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"a extra","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"ct.\\n- Opt","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"ionally, a","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"dd a few d","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"rops of","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":" **red or ","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"green food ","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"colo","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"rin","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"g** for a f","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"un holiday l","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"ook.\\n\\n#","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"## De","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"cor","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"at","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"ion\\n\\n- O","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"nce cooled","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":", ","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"drizzle the","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":" cookies wi","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"th me","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"lted","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":" w","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"hite chocol","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"ate and spri","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"nkle wit","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"h e","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"xtra c","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"rushe","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"d can","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"dy","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":" c","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"ane pi","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"eces.\\n","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"- Top with ","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"festive ","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"sprinkles fo","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"r an","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":" extra p","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"op of ","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"col","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"or.\\n\\n##","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"# St","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"orage\\","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"n\\n- These ","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"ar","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"e great f","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"or","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":" giftin","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"g! S","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"tack in a","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":" deco","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"rative ti","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"n w","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"ith","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":" parc","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"hment p","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"aper betwe","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"en layers.\\n","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"\\n---\\n\\","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"n**Yield","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":":** ~","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"48 cook","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"ie","metadata":{}},{"type":"tool-params-delta","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","delta":"s\"}]}","metadata":{}},{"type":"tool-params-end","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":2382,"outputTokens":399,"totalTokens":2781},"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":2382,"output_tokens":40,"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:01JGFJJZ00G0WKQSJGMAKCNTJ6"}},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"The document was created successfully.","options":{}},{"type":"text","text":"Your cookie recipe document has been created! 🍪 It includes:\n\n- **Title:** Classic Chocolate Chip Cookies\n- **Ingredients** — a full list including butter, sugars, flour, eggs, vanilla, 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 storage advice\n\nLet me know if you'd like to make any changes, such as adding a different variation or adjusting the recipe!","options":{}}],"options":{}},{"role":"user","content":"Add a section with a holiday-themed variation.","options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"The user wants me to add a holiday-themed variation section to the cookie recipe document. Let me update the existing document.","options":{}},{"type":"tool-call","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","name":"update","params":{"doc":"01JGFJJZ00G0WKQSJGMAKCNTJ6","edits":[{"oldString":"**Yield:** ~48 cookies","newString":"## Holiday Variation: Peppermint White Chocolate Cookies\n\nGive these cookies a festive twist perfect for the holiday season!\n\n### Substitutions & Additions\n\n- Replace the semi-sweet chocolate chips with **white chocolate chips**.\n- Add **½ cup crushed candy canes** (about 6–8 mini candy canes) to the dough along with the chips.\n- Substitute **1 tsp peppermint extract** for one of the teaspoons of vanilla extract.\n- Optionally, add a few drops of **red or green food coloring** for a fun holiday look.\n\n### Decoration\n\n- Once cooled, drizzle the cookies with melted white chocolate and sprinkle with extra crushed candy cane pieces.\n- Top with festive sprinkles for an extra pop of color.\n\n### Storage\n\n- These are great for gifting! Stack in a decorative tin with parchment paper between layers.\n\n---\n\n**Yield:** ~48 cookies"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_015z5QWuek8LWpdqmgJnjFzj","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## 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## Holiday Variation: Peppermint White Chocolate Cookies\n\nGive these cookies a festive twist perfect for the holiday season!\n\n### Substitutions & Additions\n\n- Replace the semi-sweet chocolate chips with **white chocolate chips**.\n- Add **½ cup crushed candy canes** (about 6–8 mini candy canes) to the dough along with the chips.\n- Substitute **1 tsp peppermint extract** for one of the teaspoons of vanilla extract.\n- Optionally, add a few drops of **red or green food coloring** for a fun holiday look.\n\n### Decoration\n\n- Once cooled, drizzle the cookies with melted white chocolate and sprinkle with extra crushed candy cane pieces.\n- Top with festive sprinkles for an extra pop of color.\n\n### Storage\n\n- These are great for gifting! Stack in a decorative tin with parchment paper between layers.\n\n---\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_01D7DtBjBHN6czSXxXS8S1Bg","modelId":"claude-opus-4-6","timestamp":"2026-04-17T13:37:53.069Z","metadata":{}},{"type":"text-start","id":"0","metadata":{}},{"type":"text-delta","id":"0","delta":"I","metadata":{}},{"type":"text-delta","id":"0","delta":"'ve added a **Holiday Variation: Peppermint White Chocolate Cookies** section! 🎄🍪 It includes:\n\n- **Substitutions","metadata":{}},{"type":"text-delta","id":"0","delta":" & Additions** — white chocolate chips, crushed candy canes, peppermint extract, and optional food coloring\n- **Decoration ideas** — drizzled white","metadata":{}},{"type":"text-delta","id":"0","delta":" chocolate and festive sprinkles\n- **Storage tip** — perfect for holiday gifting in decor","metadata":{}},{"type":"text-delta","id":"0","delta":"ative tins\n\nLet me know if you'd like any other tweaks!","metadata":{}},{"type":"text-end","id":"0","metadata":{}},{"type":"finish","reason":"stop","usage":{"inputTokens":3569,"outputTokens":117,"totalTokens":3686},"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":3569,"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:01JGFJJZ00G0WKQSJGMAKCNTRD</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_01JnvE26XQDog43ZdTi9imG1","modelId":"claude-opus-4-6","timestamp":"2026-04-17T13:37:56.812Z","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":"EvYBClkIDBgCKkB59APG7kQJaS56ZghJ7yGmUDPTIff8aJqcCaiTm7DBlPfIkAEzU9xUX9RfyXK8kuAlQ2FqlGTMKvYxrrstJfcdMg9jbGF1ZGUtb3B1cy00LTY4ABIMCaUS2B86DQ8aWefoGgxWdoW6MP5X5s76a+giMDH72V0GTewOnAR8LVtLz9kVf8Cm31doJmGNlWd/ntyr6pPJOdtjGy/HmNi+HCB3pypLBdvbA3UoiMLjouXTVTKkyYRaNW5LPtZRBZAwNj2zSenjYGySqnbCY9r1ksmnLBAcCvAMouW5phBfRZQcfru+T11k7bc7XieKd7yRGAE="}}},{"type":"reasoning-end","id":"0","metadata":{}},{"type":"tool-params-start","id":"toolu_01PD1U4X5bmVrpQBSnBm8K66","name":"open","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_01PD1U4X5bmVrpQBSnBm8K66","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PD1U4X5bmVrpQBSnBm8K66","delta":"{\"do","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PD1U4X5bmVrpQBSnBm8K66","delta":"c\": \"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PD1U4X5bmVrpQBSnBm8K66","delta":"dxn","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PD1U4X5bmVrpQBSnBm8K66","delta":":echo","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PD1U4X5bmVrpQBSnBm8K66","delta":":BDJXMU","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PD1U4X5bmVrpQBSnBm8K66","delta":"LP","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PD1U4X5bmVrpQBSnBm8K66","delta":"W5F","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PD1U4X5bmVrpQBSnBm8K66","delta":"B55UZ7","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PD1U4X5bmVrpQBSnBm8K66","delta":"KP5HL","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PD1U4X5bmVrpQBSnBm8K66","delta":"DHVTXU","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PD1U4X5bmVrpQBSnBm8K66","delta":"THE2U:01J","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PD1U4X5bmVrpQBSnBm8K66","delta":"GFJJZ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PD1U4X5bmVrpQBSnBm8K66","delta":"00G0W","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PD1U4X5bmVrpQBSnBm8K66","delta":"KQSJG","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PD1U4X5bmVrpQBSnBm8K66","delta":"MAKCNTRD\"}","metadata":{}},{"type":"tool-params-end","id":"toolu_01PD1U4X5bmVrpQBSnBm8K66","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":1659,"outputTokens":132,"totalTokens":1791},"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":1659,"output_tokens":9,"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:01JGFJJZ00G0WKQSJGMAKCNTRD</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 current contents.","options":{}},{"type":"tool-call","id":"toolu_01PD1U4X5bmVrpQBSnBm8K66","name":"open","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTRD"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01PD1U4X5bmVrpQBSnBm8K66","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_01TAEHELR9FxudSKQoqscXwR","modelId":"claude-opus-4-6","timestamp":"2026-04-17T13:37:59.523Z","metadata":{}},{"type":"reasoning-start","id":"0","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"The user","metadata":{}},{"type":"reasoning-delta","id":"0","delta":" wants me to replace \"???\" with \"flour\".","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"","metadata":{"anthropic":{"type":"thinking","signature":"EusBClkIDBgCKkAAXBrtJ11L6fmUxpyTtLkukHZpYlwRKbjuFdRNk81oPXEf4f9R6s1ziIil9OYpZP/jyAhf0Y4tNDWLvOBEnZ1VMg9jbGF1ZGUtb3B1cy00LTY4ABIMPEqw5Ok/yg+jXN7QGgwxum94MdbL4i8TKIgiMDNgUbWR/GnLSMzffaSNnxLQN/nc8gRGud2tLu6UAIY+9ADdi+l2qF4abfv+mZwB2CpA3SL8J6AZuDCMQkUKD5tXFjpnoQrlIg5eREPXCsmmsWRGoGazxBzGzOyDSjWPWyFrGh9NRrA50XotowPWeUvJdBgB"}}},{"type":"reasoning-end","id":"0","metadata":{}},{"type":"tool-params-start","id":"toolu_01MJbejy519JJDKBUTsanf7V","name":"update","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_01MJbejy519JJDKBUTsanf7V","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MJbejy519JJDKBUTsanf7V","delta":"{\"doc\": \"dxn","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MJbejy519JJDKBUTsanf7V","delta":":echo:BDJXM","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MJbejy519JJDKBUTsanf7V","delta":"ULPW5FB55UZ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MJbejy519JJDKBUTsanf7V","delta":"7KP5HLD","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MJbejy519JJDKBUTsanf7V","delta":"HVTXU","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MJbejy519JJDKBUTsanf7V","delta":"THE2U:","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MJbejy519JJDKBUTsanf7V","delta":"01JGF","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MJbejy519JJDKBUTsanf7V","delta":"JJZ00G","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MJbejy519JJDKBUTsanf7V","delta":"0WKQS","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MJbejy519JJDKBUTsanf7V","delta":"JGMAKCNTRD\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MJbejy519JJDKBUTsanf7V","delta":", \"edits\": [","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MJbejy519JJDKBUTsanf7V","delta":"{\"oldString","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MJbejy519JJDKBUTsanf7V","delta":"\":","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MJbejy519JJDKBUTsanf7V","delta":"\"2 cups of","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MJbejy519JJDKBUTsanf7V","delta":" ???\",\"newS","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MJbejy519JJDKBUTsanf7V","delta":"tri","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MJbejy519JJDKBUTsanf7V","delta":"ng\":\"2 cups ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MJbejy519JJDKBUTsanf7V","delta":"of f","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MJbejy519JJDKBUTsanf7V","delta":"lour","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MJbejy519JJDKBUTsanf7V","delta":"\"}","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MJbejy519JJDKBUTsanf7V","delta":"]}","metadata":{}},{"type":"tool-params-end","id":"toolu_01MJbejy519JJDKBUTsanf7V","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":1836,"outputTokens":173,"totalTokens":2009},"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":1836,"output_tokens":9,"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:01JGFJJZ00G0WKQSJGMAKCNTRD</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 current contents.","options":{}},{"type":"tool-call","id":"toolu_01PD1U4X5bmVrpQBSnBm8K66","name":"open","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTRD"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01PD1U4X5bmVrpQBSnBm8K66","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":"reasoning","text":"The user wants me to replace \"???\" with \"flour\".","options":{}},{"type":"tool-call","id":"toolu_01MJbejy519JJDKBUTsanf7V","name":"update","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTRD","edits":[{"oldString":"2 cups of ???","newString":"2 cups of flour"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01MJbejy519JJDKBUTsanf7V","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_017aNvcNDBgA5sENkXXJuZ9t","modelId":"claude-opus-4-6","timestamp":"2026-04-17T13:38:06.289Z","metadata":{}},{"type":"text-start","id":"0","metadata":{}},{"type":"text-delta","id":"0","delta":"Done! I've replaced","metadata":{}},{"type":"text-delta","id":"0","delta":" the missing ingredient `???` with **flour**. The ingredient list now reads \"2 cups of flour.\"","metadata":{}},{"type":"text-end","id":"0","metadata":{}},{"type":"finish","reason":"stop","usage":{"inputTokens":2054,"outputTokens":31,"totalTokens":2085},"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":2054,"output_tokens":5,"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:01JGFJJZ00G0WKQSJGMAKCNTVD</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_01UTHS9fsS8PJ1d7WL9i2Az8","modelId":"claude-opus-4-6","timestamp":"2026-04-17T13:38:09.670Z","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":"EvYBClkIDBgCKkB59APG7kQJaS56ZghJ7yGmUDPTIff8aJqcCaiTm7DBlPfIkAEzU9xUX9RfyXK8kuAlQ2FqlGTMKvYxrrstJfcdMg9jbGF1ZGUtb3B1cy00LTY4ABIMRIzd5HR1MoNZQwtSGgzh/eXTIeZvqUc/9l8iMKrSHWzqtNv+4+Ejw4x8f4e+duo7WQMJEvCKI6bxAQYaVuX/hsazNkyzaJ5autN4XypLw2WPiIMDwcjyOIGSDHJ7d/u+nzsfe3H8avmYAiSmWxcAjKiOnkghMVxE5f1b/J/8MZT+zXJpPNtfPHfZBGRE/KmOeeCGPhVl0aiqGAE="}}},{"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 the","metadata":{}},{"type":"text-delta","id":"1","delta":" current shopping list.","metadata":{}},{"type":"text-end","id":"1","metadata":{}},{"type":"tool-params-start","id":"toolu_01CdJhZwz7sj8ycy8nCd49L6","name":"open","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_01CdJhZwz7sj8ycy8nCd49L6","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01CdJhZwz7sj8ycy8nCd49L6","delta":"{\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01CdJhZwz7sj8ycy8nCd49L6","delta":"doc\": \"d","metadata":{}},{"type":"tool-params-delta","id":"toolu_01CdJhZwz7sj8ycy8nCd49L6","delta":"xn:ec","metadata":{}},{"type":"tool-params-delta","id":"toolu_01CdJhZwz7sj8ycy8nCd49L6","delta":"ho:BDJXMULP","metadata":{}},{"type":"tool-params-delta","id":"toolu_01CdJhZwz7sj8ycy8nCd49L6","delta":"W5","metadata":{}},{"type":"tool-params-delta","id":"toolu_01CdJhZwz7sj8ycy8nCd49L6","delta":"FB55UZ7KP5H","metadata":{}},{"type":"tool-params-delta","id":"toolu_01CdJhZwz7sj8ycy8nCd49L6","delta":"LDH","metadata":{}},{"type":"tool-params-delta","id":"toolu_01CdJhZwz7sj8ycy8nCd49L6","delta":"VTXUTHE2U:0","metadata":{}},{"type":"tool-params-delta","id":"toolu_01CdJhZwz7sj8ycy8nCd49L6","delta":"1JGFJJZ00G0W","metadata":{}},{"type":"tool-params-delta","id":"toolu_01CdJhZwz7sj8ycy8nCd49L6","delta":"KQSJ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01CdJhZwz7sj8ycy8nCd49L6","delta":"GM","metadata":{}},{"type":"tool-params-delta","id":"toolu_01CdJhZwz7sj8ycy8nCd49L6","delta":"AKCNTVD\"}","metadata":{}},{"type":"tool-params-end","id":"toolu_01CdJhZwz7sj8ycy8nCd49L6","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":1659,"outputTokens":147,"totalTokens":1806},"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":1659,"output_tokens":9,"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:01JGFJJZ00G0WKQSJGMAKCNTVD</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_01CdJhZwz7sj8ycy8nCd49L6","name":"open","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTVD"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01CdJhZwz7sj8ycy8nCd49L6","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_01GhJodyeuK7pr1XZ8ECmHzM","modelId":"claude-opus-4-6","timestamp":"2026-04-17T13:38:13.877Z","metadata":{}},{"type":"reasoning-start","id":"0","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"The","metadata":{}},{"type":"reasoning-delta","id":"0","delta":" document currently just has a heading \"# Shopping list\". I need to add \"milk\" to it.","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"","metadata":{"anthropic":{"type":"thinking","signature":"EpMCClkIDBgCKkCVR0MlE/75lDc9loNRTT8e4IygDUwrtCePRSoC7AiMoWfR0ohVYF5X41fF0I1Eg+5zqSrwW2+kDZ54viHUmA2JMg9jbGF1ZGUtb3B1cy00LTY4ABIMrn/uQIp+xLwrq2BEGgyGRwV4ICm++epOxF0iMGYHaQ0qFsCXNuEbG9w38FqeD28VzDlO50SDdaXaI/0EVxJ6sJ1Tvee7HX6bqhWCLypoMdiybKAPjKidfV9kGa5gCyax9zhDJtAXxKg6DpbTPOODeExxB0qx4Pw2bcuF1XDfWnRvgL3c5/w8sebX2Nt5lpDSXiIWZyHqRsg0jsx9wtfwjRG75viSx4c5v3+j3ewBSBEtVN32vcoYAQ=="}}},{"type":"reasoning-end","id":"0","metadata":{}},{"type":"text-start","id":"1","metadata":{}},{"type":"text-delta","id":"1","delta":"I can","metadata":{}},{"type":"text-delta","id":"1","delta":" see the shopping list is currently empty. Let me add milk to it.","metadata":{}},{"type":"text-end","id":"1","metadata":{}},{"type":"tool-params-start","id":"toolu_01BirTbrWKH2Q6KqdehuuYAW","name":"update","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_01BirTbrWKH2Q6KqdehuuYAW","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01BirTbrWKH2Q6KqdehuuYAW","delta":"{\"doc\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01BirTbrWKH2Q6KqdehuuYAW","delta":": \"dx","metadata":{}},{"type":"tool-params-delta","id":"toolu_01BirTbrWKH2Q6KqdehuuYAW","delta":"n:echo:B","metadata":{}},{"type":"tool-params-delta","id":"toolu_01BirTbrWKH2Q6KqdehuuYAW","delta":"DJXMU","metadata":{}},{"type":"tool-params-delta","id":"toolu_01BirTbrWKH2Q6KqdehuuYAW","delta":"LPW5FB55UZ7K","metadata":{}},{"type":"tool-params-delta","id":"toolu_01BirTbrWKH2Q6KqdehuuYAW","delta":"P5HLD","metadata":{}},{"type":"tool-params-delta","id":"toolu_01BirTbrWKH2Q6KqdehuuYAW","delta":"HVTXUTHE2","metadata":{}},{"type":"tool-params-delta","id":"toolu_01BirTbrWKH2Q6KqdehuuYAW","delta":"U:01JGFJJZ00","metadata":{}},{"type":"tool-params-delta","id":"toolu_01BirTbrWKH2Q6KqdehuuYAW","delta":"G0","metadata":{}},{"type":"tool-params-delta","id":"toolu_01BirTbrWKH2Q6KqdehuuYAW","delta":"WKQSJGMA","metadata":{}},{"type":"tool-params-delta","id":"toolu_01BirTbrWKH2Q6KqdehuuYAW","delta":"KCN","metadata":{}},{"type":"tool-params-delta","id":"toolu_01BirTbrWKH2Q6KqdehuuYAW","delta":"TV","metadata":{}},{"type":"tool-params-delta","id":"toolu_01BirTbrWKH2Q6KqdehuuYAW","delta":"D\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01BirTbrWKH2Q6KqdehuuYAW","delta":", \"ed","metadata":{}},{"type":"tool-params-delta","id":"toolu_01BirTbrWKH2Q6KqdehuuYAW","delta":"its","metadata":{}},{"type":"tool-params-delta","id":"toolu_01BirTbrWKH2Q6KqdehuuYAW","delta":"\": [{\"oldStr","metadata":{}},{"type":"tool-params-delta","id":"toolu_01BirTbrWKH2Q6KqdehuuYAW","delta":"ing\":","metadata":{}},{"type":"tool-params-delta","id":"toolu_01BirTbrWKH2Q6KqdehuuYAW","delta":"\"# Sh","metadata":{}},{"type":"tool-params-delta","id":"toolu_01BirTbrWKH2Q6KqdehuuYAW","delta":"op","metadata":{}},{"type":"tool-params-delta","id":"toolu_01BirTbrWKH2Q6KqdehuuYAW","delta":"ping l","metadata":{}},{"type":"tool-params-delta","id":"toolu_01BirTbrWKH2Q6KqdehuuYAW","delta":"ist\",\"newS","metadata":{}},{"type":"tool-params-delta","id":"toolu_01BirTbrWKH2Q6KqdehuuYAW","delta":"tr","metadata":{}},{"type":"tool-params-delta","id":"toolu_01BirTbrWKH2Q6KqdehuuYAW","delta":"ing\":\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01BirTbrWKH2Q6KqdehuuYAW","delta":"# ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01BirTbrWKH2Q6KqdehuuYAW","delta":"Sho","metadata":{}},{"type":"tool-params-delta","id":"toolu_01BirTbrWKH2Q6KqdehuuYAW","delta":"pping list","metadata":{}},{"type":"tool-params-delta","id":"toolu_01BirTbrWKH2Q6KqdehuuYAW","delta":"\\n- Mi","metadata":{}},{"type":"tool-params-delta","id":"toolu_01BirTbrWKH2Q6KqdehuuYAW","delta":"lk\"}]}","metadata":{}},{"type":"tool-params-end","id":"toolu_01BirTbrWKH2Q6KqdehuuYAW","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":1810,"outputTokens":202,"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":1810,"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:01JGFJJZ00G0WKQSJGMAKCNTVD</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_01CdJhZwz7sj8ycy8nCd49L6","name":"open","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTVD"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01CdJhZwz7sj8ycy8nCd49L6","name":"open","isFailure":false,"result":{"_id":"Exit","_tag":"Success","value":{"content":"# Shopping list"}},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"The document currently just has a heading \"# Shopping list\". I need to add \"milk\" to it.","options":{}},{"type":"text","text":"I can see the shopping list is currently empty. Let me add milk to it.","options":{}},{"type":"tool-call","id":"toolu_01BirTbrWKH2Q6KqdehuuYAW","name":"update","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTVD","edits":[{"oldString":"# Shopping list","newString":"# Shopping list\n- Milk"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01BirTbrWKH2Q6KqdehuuYAW","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_01VKLxBaTASBi7xTBDUwpuzF","modelId":"claude-opus-4-6","timestamp":"2026-04-17T13:38:17.721Z","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-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":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:01JGFJJZ00G0WKQSJGMAKCNTVD</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_01CdJhZwz7sj8ycy8nCd49L6","name":"open","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTVD"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01CdJhZwz7sj8ycy8nCd49L6","name":"open","isFailure":false,"result":{"_id":"Exit","_tag":"Success","value":{"content":"# Shopping list"}},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"The document currently just has a heading \"# Shopping list\". I need to add \"milk\" to it.","options":{}},{"type":"text","text":"I can see the shopping list is currently empty. Let me add milk to it.","options":{}},{"type":"tool-call","id":"toolu_01BirTbrWKH2Q6KqdehuuYAW","name":"update","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTVD","edits":[{"oldString":"# Shopping list","newString":"# Shopping list\n- Milk"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01BirTbrWKH2Q6KqdehuuYAW","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_01TE27Uyau5NrvWZC74CUHEm","modelId":"claude-opus-4-6","timestamp":"2026-04-17T13:38:20.573Z","metadata":{}},{"type":"tool-params-start","id":"toolu_01LjeEATs6dK18BxFpTNeHWT","name":"update","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_01LjeEATs6dK18BxFpTNeHWT","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01LjeEATs6dK18BxFpTNeHWT","delta":"{\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01LjeEATs6dK18BxFpTNeHWT","delta":"doc","metadata":{}},{"type":"tool-params-delta","id":"toolu_01LjeEATs6dK18BxFpTNeHWT","delta":"\": ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01LjeEATs6dK18BxFpTNeHWT","delta":"\"dxn:ec","metadata":{}},{"type":"tool-params-delta","id":"toolu_01LjeEATs6dK18BxFpTNeHWT","delta":"ho:BDJ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01LjeEATs6dK18BxFpTNeHWT","delta":"XMULP","metadata":{}},{"type":"tool-params-delta","id":"toolu_01LjeEATs6dK18BxFpTNeHWT","delta":"W5FB55UZ7","metadata":{}},{"type":"tool-params-delta","id":"toolu_01LjeEATs6dK18BxFpTNeHWT","delta":"KP5","metadata":{}},{"type":"tool-params-delta","id":"toolu_01LjeEATs6dK18BxFpTNeHWT","delta":"HLDHVTXUTH","metadata":{}},{"type":"tool-params-delta","id":"toolu_01LjeEATs6dK18BxFpTNeHWT","delta":"E2U:01JGFJ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01LjeEATs6dK18BxFpTNeHWT","delta":"JZ00","metadata":{}},{"type":"tool-params-delta","id":"toolu_01LjeEATs6dK18BxFpTNeHWT","delta":"G0WKQS","metadata":{}},{"type":"tool-params-delta","id":"toolu_01LjeEATs6dK18BxFpTNeHWT","delta":"JGMAKCNTVD\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01LjeEATs6dK18BxFpTNeHWT","delta":", \"edits\": [","metadata":{}},{"type":"tool-params-delta","id":"toolu_01LjeEATs6dK18BxFpTNeHWT","delta":"{\"oldStri","metadata":{}},{"type":"tool-params-delta","id":"toolu_01LjeEATs6dK18BxFpTNeHWT","delta":"ng\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01LjeEATs6dK18BxFpTNeHWT","delta":":\"- Mi","metadata":{}},{"type":"tool-params-delta","id":"toolu_01LjeEATs6dK18BxFpTNeHWT","delta":"lk\",\"newS","metadata":{}},{"type":"tool-params-delta","id":"toolu_01LjeEATs6dK18BxFpTNeHWT","delta":"tring\":\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01LjeEATs6dK18BxFpTNeHWT","delta":"- Milk","metadata":{}},{"type":"tool-params-delta","id":"toolu_01LjeEATs6dK18BxFpTNeHWT","delta":"\\n- Brea","metadata":{}},{"type":"tool-params-delta","id":"toolu_01LjeEATs6dK18BxFpTNeHWT","delta":"d\"}]}","metadata":{}},{"type":"tool-params-end","id":"toolu_01LjeEATs6dK18BxFpTNeHWT","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":2044,"outputTokens":148,"totalTokens":2192},"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":2044,"output_tokens":66,"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:01JGFJJZ00G0WKQSJGMAKCNTVD</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_01CdJhZwz7sj8ycy8nCd49L6","name":"open","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTVD"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01CdJhZwz7sj8ycy8nCd49L6","name":"open","isFailure":false,"result":{"_id":"Exit","_tag":"Success","value":{"content":"# Shopping list"}},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"The document currently just has a heading \"# Shopping list\". I need to add \"milk\" to it.","options":{}},{"type":"text","text":"I can see the shopping list is currently empty. Let me add milk to it.","options":{}},{"type":"tool-call","id":"toolu_01BirTbrWKH2Q6KqdehuuYAW","name":"update","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTVD","edits":[{"oldString":"# Shopping list","newString":"# Shopping list\n- Milk"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01BirTbrWKH2Q6KqdehuuYAW","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":"tool-call","id":"toolu_01LjeEATs6dK18BxFpTNeHWT","name":"update","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTVD","edits":[{"oldString":"- Milk","newString":"- Milk\n- Bread"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01LjeEATs6dK18BxFpTNeHWT","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_01RDxjfMF8GnQvpiqbr1d7KK","modelId":"claude-opus-4-6","timestamp":"2026-04-17T13:38:23.854Z","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- Bread","metadata":{}},{"type":"text-end","id":"0","metadata":{}},{"type":"finish","reason":"stop","usage":{"inputTokens":2235,"outputTokens":38,"totalTokens":2273},"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":2235,"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:01JGFJJZ00G0WKQSJGMAKCNTVD</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_01CdJhZwz7sj8ycy8nCd49L6","name":"open","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTVD"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01CdJhZwz7sj8ycy8nCd49L6","name":"open","isFailure":false,"result":{"_id":"Exit","_tag":"Success","value":{"content":"# Shopping list"}},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"The document currently just has a heading \"# Shopping list\". I need to add \"milk\" to it.","options":{}},{"type":"text","text":"I can see the shopping list is currently empty. Let me add milk to it.","options":{}},{"type":"tool-call","id":"toolu_01BirTbrWKH2Q6KqdehuuYAW","name":"update","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTVD","edits":[{"oldString":"# Shopping list","newString":"# Shopping list\n- Milk"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01BirTbrWKH2Q6KqdehuuYAW","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":"tool-call","id":"toolu_01LjeEATs6dK18BxFpTNeHWT","name":"update","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTVD","edits":[{"oldString":"- Milk","newString":"- Milk\n- Bread"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01LjeEATs6dK18BxFpTNeHWT","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_01ATKNpC4ThNxuDcgMssFx5H","modelId":"claude-opus-4-6","timestamp":"2026-04-17T13:38:27.050Z","metadata":{}},{"type":"tool-params-start","id":"toolu_018U38ZvSdymNMJAe9QDZGfW","name":"update","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_018U38ZvSdymNMJAe9QDZGfW","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_018U38ZvSdymNMJAe9QDZGfW","delta":"{\"doc","metadata":{}},{"type":"tool-params-delta","id":"toolu_018U38ZvSdymNMJAe9QDZGfW","delta":"\":","metadata":{}},{"type":"tool-params-delta","id":"toolu_018U38ZvSdymNMJAe9QDZGfW","delta":" \"dxn:echo:","metadata":{}},{"type":"tool-params-delta","id":"toolu_018U38ZvSdymNMJAe9QDZGfW","delta":"BDJXM","metadata":{}},{"type":"tool-params-delta","id":"toolu_018U38ZvSdymNMJAe9QDZGfW","delta":"ULPW5FB","metadata":{}},{"type":"tool-params-delta","id":"toolu_018U38ZvSdymNMJAe9QDZGfW","delta":"55UZ7KP5H","metadata":{}},{"type":"tool-params-delta","id":"toolu_018U38ZvSdymNMJAe9QDZGfW","delta":"LDHV","metadata":{}},{"type":"tool-params-delta","id":"toolu_018U38ZvSdymNMJAe9QDZGfW","delta":"TXUT","metadata":{}},{"type":"tool-params-delta","id":"toolu_018U38ZvSdymNMJAe9QDZGfW","delta":"HE2U:01JGFJ","metadata":{}},{"type":"tool-params-delta","id":"toolu_018U38ZvSdymNMJAe9QDZGfW","delta":"JZ00G0","metadata":{}},{"type":"tool-params-delta","id":"toolu_018U38ZvSdymNMJAe9QDZGfW","delta":"WKQSJGMAKCNT","metadata":{}},{"type":"tool-params-delta","id":"toolu_018U38ZvSdymNMJAe9QDZGfW","delta":"VD\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_018U38ZvSdymNMJAe9QDZGfW","delta":", \"edits\": [","metadata":{}},{"type":"tool-params-delta","id":"toolu_018U38ZvSdymNMJAe9QDZGfW","delta":"{\"oldS","metadata":{}},{"type":"tool-params-delta","id":"toolu_018U38ZvSdymNMJAe9QDZGfW","delta":"tring\":\"-","metadata":{}},{"type":"tool-params-delta","id":"toolu_018U38ZvSdymNMJAe9QDZGfW","delta":" Bread\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_018U38ZvSdymNMJAe9QDZGfW","delta":",\"new","metadata":{}},{"type":"tool-params-delta","id":"toolu_018U38ZvSdymNMJAe9QDZGfW","delta":"String\":","metadata":{}},{"type":"tool-params-delta","id":"toolu_018U38ZvSdymNMJAe9QDZGfW","delta":"\"- Br","metadata":{}},{"type":"tool-params-delta","id":"toolu_018U38ZvSdymNMJAe9QDZGfW","delta":"ead","metadata":{}},{"type":"tool-params-delta","id":"toolu_018U38ZvSdymNMJAe9QDZGfW","delta":"\\n- Eg","metadata":{}},{"type":"tool-params-delta","id":"toolu_018U38ZvSdymNMJAe9QDZGfW","delta":"gs\"}]}","metadata":{}},{"type":"tool-params-end","id":"toolu_018U38ZvSdymNMJAe9QDZGfW","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":2283,"outputTokens":148,"totalTokens":2431},"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":2283,"output_tokens":73,"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:01JGFJJZ00G0WKQSJGMAKCNTVD</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_01CdJhZwz7sj8ycy8nCd49L6","name":"open","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTVD"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01CdJhZwz7sj8ycy8nCd49L6","name":"open","isFailure":false,"result":{"_id":"Exit","_tag":"Success","value":{"content":"# Shopping list"}},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"The document currently just has a heading \"# Shopping list\". I need to add \"milk\" to it.","options":{}},{"type":"text","text":"I can see the shopping list is currently empty. Let me add milk to it.","options":{}},{"type":"tool-call","id":"toolu_01BirTbrWKH2Q6KqdehuuYAW","name":"update","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTVD","edits":[{"oldString":"# Shopping list","newString":"# Shopping list\n- Milk"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01BirTbrWKH2Q6KqdehuuYAW","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":"tool-call","id":"toolu_01LjeEATs6dK18BxFpTNeHWT","name":"update","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTVD","edits":[{"oldString":"- Milk","newString":"- Milk\n- Bread"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01LjeEATs6dK18BxFpTNeHWT","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":"tool-call","id":"toolu_018U38ZvSdymNMJAe9QDZGfW","name":"update","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTVD","edits":[{"oldString":"- Bread","newString":"- Bread\n- Eggs"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_018U38ZvSdymNMJAe9QDZGfW","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_01DfHVhdYAdycyPqRGmDDser","modelId":"claude-opus-4-6","timestamp":"2026-04-17T13:38:29.835Z","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 your current list:\n\n- Milk\n- Bread\n- Eggs","metadata":{}},{"type":"text-end","id":"0","metadata":{}},{"type":"finish","reason":"stop","usage":{"inputTokens":2479,"outputTokens":40,"totalTokens":2519},"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":2479,"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:01JGFJJZ00G0WKQSJGMAKCNTJ4"}},"providerExecuted":false,"options":{}}],"options":{"anthropic":{"cacheControl":{"ttl":"5m","type":"ephemeral"}}}}]},"response":[{"type":"response-metadata","id":"msg_01M5mXSFoJAMEuJdA7pKX9TU","modelId":"claude-opus-4-6","timestamp":"2026-04-21T08:13:14.691Z","metadata":{}},{"type":"text-start","id":"0","metadata":{}},{"type":"text-delta","id":"0","delta":"Your","metadata":{}},{"type":"text-delta","id":"0","delta":" cookie recipe document has been created! 🍪 It includes:\n\n- **Title:** Classic Chocolate Chip Cookies","metadata":{}},{"type":"text-delta","id":"0","delta":"\n- **Ingredients:** A full list including flour, butter, sugars, eggs, vanilla, and chocolate chips\n- **Instructions:** 9 step","metadata":{}},{"type":"text-delta","id":"0","delta":"-by-step directions from preheating the oven to cooling the cookies\n- **Tips:** Helpful suggestions for extra flavor, thicker cookies, and storage","metadata":{}},{"type":"text-delta","id":"0","delta":"\n\nLet me know if you'd like to make any changes, such as adjusting ingredients, adding variations, or twe","metadata":{}},{"type":"text-delta","id":"0","delta":"aking the baking instructions!","metadata":{}},{"type":"text-end","id":"0","metadata":{}},{"type":"finish","reason":"stop","usage":{"inputTokens":2245,"outputTokens":128,"totalTokens":2373},"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:01JGFJJZ00G0WKQSJGMAKCNTJ4"}},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":"Your cookie recipe document has been created! 🍪 It includes:\n\n- **Title:** Classic Chocolate Chip Cookies\n- **Ingredients:** A full list including flour, butter, sugars, eggs, vanilla, and chocolate chips\n- **Instructions:** 9 step-by-step directions from preheating the oven to cooling the cookies\n- **Tips:** Helpful suggestions for extra flavor, thicker cookies, and storage\n\nLet me know if you'd like to make any changes, such as adjusting ingredients, adding variations, or tweaking the baking instructions!","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_013P9AHVmm7zTBZLTLBXfLtF","modelId":"claude-opus-4-6","timestamp":"2026-04-21T08:13:18.954Z","metadata":{}},{"type":"reasoning-start","id":"0","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"The user wants me to add a holiday-themed variation section to the cookie recipe document. Let me update the document.","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"","metadata":{"anthropic":{"type":"thinking","signature":"ErICClkIDBgCKkCpG+K0z7qiW8X586mWD9221KO7cA9gGwHXAr+GBtdwtrKHRVaMY+Dxi4BlIBc/Wq9WnI4225k11fF7JRNldYlPMg9jbGF1ZGUtb3B1cy00LTY4ABIMWoOQWTWF1n4/U/9zGgzfUoWH1wZk2E3ROo8iMMMTySr2b+z9aIE3PDSjZe4jaGFDV2Vc++v2jFzq98p6Mg9nlF5Og2OISQCFh/kcUSqGAXKoO5xXlLdJ3RfAticz2gw0SY6WDzpDDdvCmN7rdZbMLSAvLK45O6Dbb4rP44a20s9CxVEi+zDoEvo6jjDttKGceGaHzILOjWrNqEQTOvQ0J+WvKpz9h1Dbm3EQ8zeT8UUDKHrgmtqn978GphKL78Z4O2cOv4dCBt4FJuD2FB2GWPecpSqNGAE="}}},{"type":"reasoning-end","id":"0","metadata":{}},{"type":"tool-params-start","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","name":"update","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"{\"doc\": \"dxn","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":":echo:BDJX","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"MU","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"LPW5FB55","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"UZ7KP5HLDH","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"VTX","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"UTHE2U:01JGF","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"JJZ00G0","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"WKQSJ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"GM","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"AKCNTJ4\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":", \"ed","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"its","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"\": [{\"oldStr","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"ing\":\"## T","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"ips\",","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"\"newS","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"tring\":\"## 🎄","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":" H","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"oli","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"day Variati","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"on: Peppermi","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"nt White Cho","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"colate Cooki","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"es","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"\\n","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"\\nGiv","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"e these ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"cookies a ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"festive t","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"wis","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"t perf","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"ect for ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"th","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"e h","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"oli","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"day seas","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"on!\\n\\n##","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"# Substit","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"utions & ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"Additions\\n","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"\\n- Rep","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"lace semi-s","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"wee","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"t ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"chocolate ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"chips wit","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"h **white","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":" chocolat","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"e chips*","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"*.\\n- Add *","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"*½ ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"cup c","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"rus","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"hed candy ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"canes","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"** (about 6–","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"8 m","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"ini candy","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":" c","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"anes) to the","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":" dough alon","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"g with the","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":" chi","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"ps.","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"\\n- S","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"ubstitute *","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"*1 tsp pe","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"ppermint ext","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"ract** fo","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"r one of th","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"e t","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"easpoo","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"ns of vani","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"lla extract","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":".\\n- Optio","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"nal: A","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"dd a few d","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"rops of **re","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"d or green ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"food col","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"oring**","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":" for a f","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"un holid","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"ay lo","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"ok.\\n\\","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"n###","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":" Holida","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"y Drizz","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"le\\n","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"\\n1. Melt","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":" ½ cup sem","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"i-sweet c","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"hocolate chi","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"ps in t","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"he microwav","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"e in 2","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"0-second in","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"tervals,","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":" s","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"tirrin","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"g b","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"etwee","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"n each.\\n2","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":". Use a fork","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":" or pip","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"ing b","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"ag t","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"o dr","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"izzle melt","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"ed chocol","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"ate over th","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"e cooled","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":" cookies.\\","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"n3. Im","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"mediately ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"sprinkl","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"e wi","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"th **cru","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"sh","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"ed candy ca","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"nes*","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"* an","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"d let set","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":" for ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"15 minutes","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":".\\n\\n> ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"**Tip:** ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"Package thes","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"e in ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"festive tins","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":" or cell","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"ophane ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"ba","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"gs tied w","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"ith ribbon ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"fo","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"r a per","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"fect homemad","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"e hol","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"ida","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"y gift","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"! 🎁\\n","metadata":{}},{"type":"tool-params-delta","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","delta":"\\n## Tips\"}]}","metadata":{}},{"type":"tool-params-end","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":2386,"outputTokens":460,"totalTokens":2846},"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":2386,"output_tokens":48,"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:01JGFJJZ00G0WKQSJGMAKCNTJ4"}},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":"Your cookie recipe document has been created! 🍪 It includes:\n\n- **Title:** Classic Chocolate Chip Cookies\n- **Ingredients:** A full list including flour, butter, sugars, eggs, vanilla, and chocolate chips\n- **Instructions:** 9 step-by-step directions from preheating the oven to cooling the cookies\n- **Tips:** Helpful suggestions for extra flavor, thicker cookies, and storage\n\nLet me know if you'd like to make any changes, such as adjusting ingredients, adding variations, or tweaking the baking instructions!","options":{}},{"role":"user","content":"Add a section with a holiday-themed variation.","options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"The user wants me to add a holiday-themed variation section to the cookie recipe document. Let me update the document.","options":{}},{"type":"tool-call","id":"toolu_01SNf8KeQGjFfkFBixQCzp85","name":"update","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTJ4","edits":[{"oldString":"## Tips","newString":"## 🎄 Holiday Variation: Peppermint White Chocolate Cookies\n\nGive these cookies a festive twist perfect for the holiday season!\n\n### Substitutions & Additions\n\n- Replace semi-sweet chocolate chips with **white chocolate chips**.\n- Add **½ cup crushed candy canes** (about 6–8 mini candy canes) to the dough along with the chips.\n- Substitute **1 tsp peppermint extract** for one of the teaspoons of vanilla extract.\n- Optional: Add a few drops of **red or green food coloring** for a fun holiday look.\n\n### Holiday Drizzle\n\n1. Melt ½ cup semi-sweet chocolate chips in the microwave in 20-second intervals, stirring between each.\n2. Use a fork or piping bag to drizzle melted chocolate over the cooled cookies.\n3. Immediately sprinkle with **crushed candy canes** and let set for 15 minutes.\n\n> **Tip:** Package these in festive tins 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_01SNf8KeQGjFfkFBixQCzp85","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### Substitutions & Additions\n\n- Replace semi-sweet chocolate chips with **white chocolate chips**.\n- Add **½ cup crushed candy canes** (about 6–8 mini candy canes) to the dough along with the chips.\n- Substitute **1 tsp peppermint extract** for one of the teaspoons of vanilla extract.\n- Optional: Add a few drops of **red or green food coloring** for a fun holiday look.\n\n### Holiday Drizzle\n\n1. Melt ½ cup semi-sweet chocolate chips in the microwave in 20-second intervals, stirring between each.\n2. Use a fork or piping bag to drizzle melted chocolate over the cooled cookies.\n3. Immediately sprinkle with **crushed candy canes** and let set for 15 minutes.\n\n> **Tip:** Package these in festive tins 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_01KabXNZztdPTEGTvsx6UDJ2","modelId":"claude-opus-4-6","timestamp":"2026-04-21T08:13:27.149Z","metadata":{}},{"type":"text-start","id":"0","metadata":{}},{"type":"text-delta","id":"0","delta":"I've added","metadata":{}},{"type":"text-delta","id":"0","delta":" a **🎄 Holiday Variation: Peppermint White Chocolate Cookies** section to the recipe! It includes:\n\n- **Substitutions & Additions**","metadata":{}},{"type":"text-delta","id":"0","delta":" — swapping in white chocolate chips, crushed candy canes, and peppermint extract for a","metadata":{}},{"type":"text-delta","id":"0","delta":" festive flavor\n- **Holiday Drizzle** — instructions for a chocolate drizzle topped with crushed candy canes\n- A","metadata":{}},{"type":"text-delta","id":"0","delta":" **gift-giving tip** for packaging them as homemade holiday presents","metadata":{}},{"type":"text-delta","id":"0","delta":" 🎁\n\nLet me know if you'd like any other changes!","metadata":{}},{"type":"text-end","id":"0","metadata":{}},{"type":"finish","reason":"stop","usage":{"inputTokens":3684,"outputTokens":128,"totalTokens":3812},"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":3684,"output_tokens":3,"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:01JGFJJZ00G0WKQSJGMAKCNTR7</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_013bYUv7qZGTdb8MpTsdh7RU","modelId":"claude-opus-4-6","timestamp":"2026-04-21T08:13:31.414Z","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+aqALmLyqe1q5OXcYWXc7JVWASOydRf1dFOyadx06rDTP8RriabQAhjDMpDqVRvm7S0pE7Pw7AP4P75Mg9jbGF1ZGUtb3B1cy00LTY4ABIMk39wBtqkAx0qXhupGgyf5+m/7+SYFE4vosAiMPMTaRDgMLQ0PfCwss1JlT6IjuDbSTvwCwi5PTI+tmCHyr8/3gA8+7aXVdadeimJBCpDlWZ3qMqgF4eRW8rHYlrxyXzEEtIuzUpHKtN2J2jo0jTS/rffkNWbnrUvi14LyYknirrDdA2oltaW9Rbah6s/kORE6hgB"}}},{"type":"reasoning-end","id":"0","metadata":{}},{"type":"tool-params-start","id":"toolu_01BY3e8sp3Hn8zuBp6jR1Lxk","name":"open","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_01BY3e8sp3Hn8zuBp6jR1Lxk","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01BY3e8sp3Hn8zuBp6jR1Lxk","delta":"{\"do","metadata":{}},{"type":"tool-params-delta","id":"toolu_01BY3e8sp3Hn8zuBp6jR1Lxk","delta":"c\": \"dx","metadata":{}},{"type":"tool-params-delta","id":"toolu_01BY3e8sp3Hn8zuBp6jR1Lxk","delta":"n:echo:BD","metadata":{}},{"type":"tool-params-delta","id":"toolu_01BY3e8sp3Hn8zuBp6jR1Lxk","delta":"JXMU","metadata":{}},{"type":"tool-params-delta","id":"toolu_01BY3e8sp3Hn8zuBp6jR1Lxk","delta":"LPW5FB55UZ7","metadata":{}},{"type":"tool-params-delta","id":"toolu_01BY3e8sp3Hn8zuBp6jR1Lxk","delta":"KP5HLDH","metadata":{}},{"type":"tool-params-delta","id":"toolu_01BY3e8sp3Hn8zuBp6jR1Lxk","delta":"VTX","metadata":{}},{"type":"tool-params-delta","id":"toolu_01BY3e8sp3Hn8zuBp6jR1Lxk","delta":"UTHE2U:01","metadata":{}},{"type":"tool-params-delta","id":"toolu_01BY3e8sp3Hn8zuBp6jR1Lxk","delta":"JGFJJZ00G0W","metadata":{}},{"type":"tool-params-delta","id":"toolu_01BY3e8sp3Hn8zuBp6jR1Lxk","delta":"KQS","metadata":{}},{"type":"tool-params-delta","id":"toolu_01BY3e8sp3Hn8zuBp6jR1Lxk","delta":"JGMAKCN","metadata":{}},{"type":"tool-params-delta","id":"toolu_01BY3e8sp3Hn8zuBp6jR1Lxk","delta":"TR7\"}","metadata":{}},{"type":"tool-params-end","id":"toolu_01BY3e8sp3Hn8zuBp6jR1Lxk","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":1660,"outputTokens":132,"totalTokens":1792},"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":1660,"output_tokens":9,"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:01JGFJJZ00G0WKQSJGMAKCNTR7</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":"tool-call","id":"toolu_01BY3e8sp3Hn8zuBp6jR1Lxk","name":"open","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTR7"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01BY3e8sp3Hn8zuBp6jR1Lxk","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_01Dmzqgh97Nz4gahkHRE1zDG","modelId":"claude-opus-4-6","timestamp":"2026-04-21T08:13:35.174Z","metadata":{}},{"type":"reasoning-start","id":"0","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"The","metadata":{}},{"type":"reasoning-delta","id":"0","delta":" user wants me to replace \"???\" with \"flour\".","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"","metadata":{"anthropic":{"type":"thinking","signature":"EusBClkIDBgCKkAAXBrtJ11L6fmUxpyTtLkukHZpYlwRKbjuFdRNk81oPXEf4f9R6s1ziIil9OYpZP/jyAhf0Y4tNDWLvOBEnZ1VMg9jbGF1ZGUtb3B1cy00LTY4ABIMF31AsAAMlxhXcKHEGgz/ZUzg8GGdL9o/H/0iMBupgyaBTMFsc2brICxDlwaheLvlJH+ciiHha5ICgefwbxLif27/BhbOMXaeJ9rKqipAOBwHCl3NVkrdYZ1GsxL2MU3rNUr9EM4FVcmaup01y9YvOjnZt+utH9ef23ObfvmyLj/6Vzo1w1fhfbLgkmBkIBgB"}}},{"type":"reasoning-end","id":"0","metadata":{}},{"type":"tool-params-start","id":"toolu_01Pjv94YY8Rp6k4kPi7CS7Ki","name":"update","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_01Pjv94YY8Rp6k4kPi7CS7Ki","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Pjv94YY8Rp6k4kPi7CS7Ki","delta":"{\"d","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Pjv94YY8Rp6k4kPi7CS7Ki","delta":"oc\": \"dxn","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Pjv94YY8Rp6k4kPi7CS7Ki","delta":":echo:BDJXMU","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Pjv94YY8Rp6k4kPi7CS7Ki","delta":"LPW5FB55UZ7","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Pjv94YY8Rp6k4kPi7CS7Ki","delta":"KP5HLDH","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Pjv94YY8Rp6k4kPi7CS7Ki","delta":"VTX","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Pjv94YY8Rp6k4kPi7CS7Ki","delta":"UTHE2U:","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Pjv94YY8Rp6k4kPi7CS7Ki","delta":"01JGFJJZ00","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Pjv94YY8Rp6k4kPi7CS7Ki","delta":"G0WKQSJGMAKC","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Pjv94YY8Rp6k4kPi7CS7Ki","delta":"NTR7\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Pjv94YY8Rp6k4kPi7CS7Ki","delta":", \"edits\": [","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Pjv94YY8Rp6k4kPi7CS7Ki","delta":"{\"o","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Pjv94YY8Rp6k4kPi7CS7Ki","delta":"ldStr","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Pjv94YY8Rp6k4kPi7CS7Ki","delta":"in","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Pjv94YY8Rp6k4kPi7CS7Ki","delta":"g\":\"2 ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Pjv94YY8Rp6k4kPi7CS7Ki","delta":"cups ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Pjv94YY8Rp6k4kPi7CS7Ki","delta":"of ???\",","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Pjv94YY8Rp6k4kPi7CS7Ki","delta":"\"newS","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Pjv94YY8Rp6k4kPi7CS7Ki","delta":"tring\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Pjv94YY8Rp6k4kPi7CS7Ki","delta":":\"2 cups o","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Pjv94YY8Rp6k4kPi7CS7Ki","delta":"f f","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Pjv94YY8Rp6k4kPi7CS7Ki","delta":"lour\"}]}","metadata":{}},{"type":"tool-params-end","id":"toolu_01Pjv94YY8Rp6k4kPi7CS7Ki","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":1838,"outputTokens":171,"totalTokens":2009},"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":1838,"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:01JGFJJZ00G0WKQSJGMAKCNTR7</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":"tool-call","id":"toolu_01BY3e8sp3Hn8zuBp6jR1Lxk","name":"open","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTR7"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01BY3e8sp3Hn8zuBp6jR1Lxk","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":"reasoning","text":"The user wants me to replace \"???\" with \"flour\".","options":{}},{"type":"tool-call","id":"toolu_01Pjv94YY8Rp6k4kPi7CS7Ki","name":"update","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTR7","edits":[{"oldString":"2 cups of ???","newString":"2 cups of flour"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01Pjv94YY8Rp6k4kPi7CS7Ki","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_01JYwknSAf9h37EwcaU8y2vV","modelId":"claude-opus-4-6","timestamp":"2026-04-21T08:13:39.573Z","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 missing ingredient placeholder `???` with **flour**. The ingredient list now reads:\n\n-","metadata":{}},{"type":"text-delta","id":"0","delta":" 2 cups of **flour**\n- 1 cup of sugar\n- 1 cup of butter\n- 1 cup of eggs","metadata":{}},{"type":"text-end","id":"0","metadata":{}},{"type":"finish","reason":"stop","usage":{"inputTokens":2057,"outputTokens":60,"totalTokens":2117},"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":2057,"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:01JGFJJZ00G0WKQSJGMAKCNTV5</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_01FCJx7h45KADUbzEJoUJ7iN","modelId":"claude-opus-4-6","timestamp":"2026-04-21T08:13:42.239Z","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":"EvYBClkIDBgCKkB59APG7kQJaS56ZghJ7yGmUDPTIff8aJqcCaiTm7DBlPfIkAEzU9xUX9RfyXK8kuAlQ2FqlGTMKvYxrrstJfcdMg9jbGF1ZGUtb3B1cy00LTY4ABIMg3kFsLkBNkqhGnKeGgz38aCBt/UWQh3T+eQiMBXwHltdFyvrhg/iok8Pp3DcgZ83WouHxXIaJ7iaQR9Zy1AQiFE6TYg2YWyu5aMw4ipLPRR6sWaoQGKTMj2MxI+2XoANOq3/+pj/0nC65H73Nd04ZZ+zZSMMM+k6QCGAgsCRq0EkTGAbwjz3X/1MYdLHJikmU6ygZLSiq3PkGAE="}}},{"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 to see what's currently on the shopping list.","metadata":{}},{"type":"text-end","id":"1","metadata":{}},{"type":"tool-params-start","id":"toolu_01TDky6tn1p4aqgKeoZ69r13","name":"open","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_01TDky6tn1p4aqgKeoZ69r13","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01TDky6tn1p4aqgKeoZ69r13","delta":"{\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01TDky6tn1p4aqgKeoZ69r13","delta":"doc\": \"dxn","metadata":{}},{"type":"tool-params-delta","id":"toolu_01TDky6tn1p4aqgKeoZ69r13","delta":":echo:BDJ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01TDky6tn1p4aqgKeoZ69r13","delta":"XMULPW5FB5","metadata":{}},{"type":"tool-params-delta","id":"toolu_01TDky6tn1p4aqgKeoZ69r13","delta":"5UZ7KP5","metadata":{}},{"type":"tool-params-delta","id":"toolu_01TDky6tn1p4aqgKeoZ69r13","delta":"HLDHVT","metadata":{}},{"type":"tool-params-delta","id":"toolu_01TDky6tn1p4aqgKeoZ69r13","delta":"XUTH","metadata":{}},{"type":"tool-params-delta","id":"toolu_01TDky6tn1p4aqgKeoZ69r13","delta":"E2U:01JG","metadata":{}},{"type":"tool-params-delta","id":"toolu_01TDky6tn1p4aqgKeoZ69r13","delta":"FJJZ00G0","metadata":{}},{"type":"tool-params-delta","id":"toolu_01TDky6tn1p4aqgKeoZ69r13","delta":"WKQSJGMAKC","metadata":{}},{"type":"tool-params-delta","id":"toolu_01TDky6tn1p4aqgKeoZ69r13","delta":"NTV5\"}","metadata":{}},{"type":"tool-params-end","id":"toolu_01TDky6tn1p4aqgKeoZ69r13","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":1659,"outputTokens":150,"totalTokens":1809},"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":1659,"output_tokens":9,"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:01JGFJJZ00G0WKQSJGMAKCNTV5</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 what's currently on the shopping list.","options":{}},{"type":"tool-call","id":"toolu_01TDky6tn1p4aqgKeoZ69r13","name":"open","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTV5"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01TDky6tn1p4aqgKeoZ69r13","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_019WZ17nmNUvD6aVabeuJfas","modelId":"claude-opus-4-6","timestamp":"2026-04-21T08:13:46.087Z","metadata":{}},{"type":"reasoning-start","id":"0","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"The","metadata":{}},{"type":"reasoning-delta","id":"0","delta":" document currently just has a heading \"# Shopping list\". I need to add \"milk\" to it.","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"","metadata":{"anthropic":{"type":"thinking","signature":"EpMCClkIDBgCKkCVR0MlE/75lDc9loNRTT8e4IygDUwrtCePRSoC7AiMoWfR0ohVYF5X41fF0I1Eg+5zqSrwW2+kDZ54viHUmA2JMg9jbGF1ZGUtb3B1cy00LTY4ABIMTcdwS3vv49zXcps7Ggx5lYQFRqZPPywKvYUiMBMyk2yqmisD3TWihA8712XRI28xsjdUovbIj0PfkeBuXK4LuhHUQHb8zRPvUpLfkSposNiQFDcHU0koObbqhX7phtLPe074rkz8QS9/Zu6WNuoTtfYksVs+M6DaoCbywbKdq0Vd7/uo79pfL4j06MVTCY/EWa6b5i9fkfELX94yrne1GmtkqIbtqtgSQeo0ts9kYLeoG2gIErkYAQ=="}}},{"type":"reasoning-end","id":"0","metadata":{}},{"type":"text-start","id":"1","metadata":{}},{"type":"text-delta","id":"1","delta":"The shopping list is currently empty. I'll add milk to it now.","metadata":{}},{"type":"text-end","id":"1","metadata":{}},{"type":"tool-params-start","id":"toolu_01W7YZEiBFfa674wh4YcqirW","name":"update","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_01W7YZEiBFfa674wh4YcqirW","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01W7YZEiBFfa674wh4YcqirW","delta":"{\"d","metadata":{}},{"type":"tool-params-delta","id":"toolu_01W7YZEiBFfa674wh4YcqirW","delta":"oc\": \"dx","metadata":{}},{"type":"tool-params-delta","id":"toolu_01W7YZEiBFfa674wh4YcqirW","delta":"n:e","metadata":{}},{"type":"tool-params-delta","id":"toolu_01W7YZEiBFfa674wh4YcqirW","delta":"cho:BDJXMUL","metadata":{}},{"type":"tool-params-delta","id":"toolu_01W7YZEiBFfa674wh4YcqirW","delta":"PW5FB","metadata":{}},{"type":"tool-params-delta","id":"toolu_01W7YZEiBFfa674wh4YcqirW","delta":"55UZ7KP5HL","metadata":{}},{"type":"tool-params-delta","id":"toolu_01W7YZEiBFfa674wh4YcqirW","delta":"DHVTXUTH","metadata":{}},{"type":"tool-params-delta","id":"toolu_01W7YZEiBFfa674wh4YcqirW","delta":"E2U:01JGF","metadata":{}},{"type":"tool-params-delta","id":"toolu_01W7YZEiBFfa674wh4YcqirW","delta":"JJZ00G0WKQ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01W7YZEiBFfa674wh4YcqirW","delta":"SJGMAKCNTV5\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01W7YZEiBFfa674wh4YcqirW","delta":", \"edits\":","metadata":{}},{"type":"tool-params-delta","id":"toolu_01W7YZEiBFfa674wh4YcqirW","delta":" [{\"oldStrin","metadata":{}},{"type":"tool-params-delta","id":"toolu_01W7YZEiBFfa674wh4YcqirW","delta":"g\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01W7YZEiBFfa674wh4YcqirW","delta":":\"# ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01W7YZEiBFfa674wh4YcqirW","delta":"Shopp","metadata":{}},{"type":"tool-params-delta","id":"toolu_01W7YZEiBFfa674wh4YcqirW","delta":"ing","metadata":{}},{"type":"tool-params-delta","id":"toolu_01W7YZEiBFfa674wh4YcqirW","delta":" list\",\"n","metadata":{}},{"type":"tool-params-delta","id":"toolu_01W7YZEiBFfa674wh4YcqirW","delta":"ewString\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01W7YZEiBFfa674wh4YcqirW","delta":":\"# Sho","metadata":{}},{"type":"tool-params-delta","id":"toolu_01W7YZEiBFfa674wh4YcqirW","delta":"pping list\\","metadata":{}},{"type":"tool-params-delta","id":"toolu_01W7YZEiBFfa674wh4YcqirW","delta":"n- Mil","metadata":{}},{"type":"tool-params-delta","id":"toolu_01W7YZEiBFfa674wh4YcqirW","delta":"k\"}]}","metadata":{}},{"type":"tool-params-end","id":"toolu_01W7YZEiBFfa674wh4YcqirW","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":1813,"outputTokens":200,"totalTokens":2013},"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":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:01JGFJJZ00G0WKQSJGMAKCNTV5</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 what's currently on the shopping list.","options":{}},{"type":"tool-call","id":"toolu_01TDky6tn1p4aqgKeoZ69r13","name":"open","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTV5"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01TDky6tn1p4aqgKeoZ69r13","name":"open","isFailure":false,"result":{"_id":"Exit","_tag":"Success","value":{"content":"# Shopping list"}},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"The document currently just has a heading \"# Shopping list\". I need to add \"milk\" to it.","options":{}},{"type":"text","text":"The shopping list is currently empty. I'll add milk to it now.","options":{}},{"type":"tool-call","id":"toolu_01W7YZEiBFfa674wh4YcqirW","name":"update","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTV5","edits":[{"oldString":"# Shopping list","newString":"# Shopping list\n- Milk"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01W7YZEiBFfa674wh4YcqirW","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_01HNVDbbsnDB8vdgQZGxph7m","modelId":"claude-opus-4-6","timestamp":"2026-04-21T08:13:51.297Z","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 the shopping list. 🥛","metadata":{}},{"type":"text-end","id":"0","metadata":{}},{"type":"finish","reason":"stop","usage":{"inputTokens":2014,"outputTokens":21,"totalTokens":2035},"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":2014,"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:01JGFJJZ00G0WKQSJGMAKCNTV5</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 what's currently on the shopping list.","options":{}},{"type":"tool-call","id":"toolu_01TDky6tn1p4aqgKeoZ69r13","name":"open","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTV5"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01TDky6tn1p4aqgKeoZ69r13","name":"open","isFailure":false,"result":{"_id":"Exit","_tag":"Success","value":{"content":"# Shopping list"}},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"The document currently just has a heading \"# Shopping list\". I need to add \"milk\" to it.","options":{}},{"type":"text","text":"The shopping list is currently empty. I'll add milk to it now.","options":{}},{"type":"tool-call","id":"toolu_01W7YZEiBFfa674wh4YcqirW","name":"update","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTV5","edits":[{"oldString":"# Shopping list","newString":"# Shopping list\n- Milk"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01W7YZEiBFfa674wh4YcqirW","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 the 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_01QrS4qDP7mVs7uq1493Peiw","modelId":"claude-opus-4-6","timestamp":"2026-04-21T08:13:54.069Z","metadata":{}},{"type":"tool-params-start","id":"toolu_01FKbZDH7b2RWMnD4ShbMBm7","name":"update","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_01FKbZDH7b2RWMnD4ShbMBm7","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01FKbZDH7b2RWMnD4ShbMBm7","delta":"{\"doc\":","metadata":{}},{"type":"tool-params-delta","id":"toolu_01FKbZDH7b2RWMnD4ShbMBm7","delta":" \"dxn:echo:","metadata":{}},{"type":"tool-params-delta","id":"toolu_01FKbZDH7b2RWMnD4ShbMBm7","delta":"BDJXMULPW5","metadata":{}},{"type":"tool-params-delta","id":"toolu_01FKbZDH7b2RWMnD4ShbMBm7","delta":"FB55UZ7","metadata":{}},{"type":"tool-params-delta","id":"toolu_01FKbZDH7b2RWMnD4ShbMBm7","delta":"KP","metadata":{}},{"type":"tool-params-delta","id":"toolu_01FKbZDH7b2RWMnD4ShbMBm7","delta":"5HLDHVT","metadata":{}},{"type":"tool-params-delta","id":"toolu_01FKbZDH7b2RWMnD4ShbMBm7","delta":"XUT","metadata":{}},{"type":"tool-params-delta","id":"toolu_01FKbZDH7b2RWMnD4ShbMBm7","delta":"HE2","metadata":{}},{"type":"tool-params-delta","id":"toolu_01FKbZDH7b2RWMnD4ShbMBm7","delta":"U:01JGFJJZ00","metadata":{}},{"type":"tool-params-delta","id":"toolu_01FKbZDH7b2RWMnD4ShbMBm7","delta":"G0WKQSJGMAK","metadata":{}},{"type":"tool-params-delta","id":"toolu_01FKbZDH7b2RWMnD4ShbMBm7","delta":"CNT","metadata":{}},{"type":"tool-params-delta","id":"toolu_01FKbZDH7b2RWMnD4ShbMBm7","delta":"V5\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01FKbZDH7b2RWMnD4ShbMBm7","delta":", \"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01FKbZDH7b2RWMnD4ShbMBm7","delta":"edi","metadata":{}},{"type":"tool-params-delta","id":"toolu_01FKbZDH7b2RWMnD4ShbMBm7","delta":"ts","metadata":{}},{"type":"tool-params-delta","id":"toolu_01FKbZDH7b2RWMnD4ShbMBm7","delta":"\": [{\"o","metadata":{}},{"type":"tool-params-delta","id":"toolu_01FKbZDH7b2RWMnD4ShbMBm7","delta":"ldStrin","metadata":{}},{"type":"tool-params-delta","id":"toolu_01FKbZDH7b2RWMnD4ShbMBm7","delta":"g\":\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01FKbZDH7b2RWMnD4ShbMBm7","delta":"- Milk\",\"new","metadata":{}},{"type":"tool-params-delta","id":"toolu_01FKbZDH7b2RWMnD4ShbMBm7","delta":"String\":\"- ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01FKbZDH7b2RWMnD4ShbMBm7","delta":"Milk\\n-","metadata":{}},{"type":"tool-params-delta","id":"toolu_01FKbZDH7b2RWMnD4ShbMBm7","delta":" Brea","metadata":{}},{"type":"tool-params-delta","id":"toolu_01FKbZDH7b2RWMnD4ShbMBm7","delta":"d\"}]}","metadata":{}},{"type":"tool-params-end","id":"toolu_01FKbZDH7b2RWMnD4ShbMBm7","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":2045,"outputTokens":148,"totalTokens":2193},"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":2045,"output_tokens":66,"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:01JGFJJZ00G0WKQSJGMAKCNTV5</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 what's currently on the shopping list.","options":{}},{"type":"tool-call","id":"toolu_01TDky6tn1p4aqgKeoZ69r13","name":"open","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTV5"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01TDky6tn1p4aqgKeoZ69r13","name":"open","isFailure":false,"result":{"_id":"Exit","_tag":"Success","value":{"content":"# Shopping list"}},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"The document currently just has a heading \"# Shopping list\". I need to add \"milk\" to it.","options":{}},{"type":"text","text":"The shopping list is currently empty. I'll add milk to it now.","options":{}},{"type":"tool-call","id":"toolu_01W7YZEiBFfa674wh4YcqirW","name":"update","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTV5","edits":[{"oldString":"# Shopping list","newString":"# Shopping list\n- Milk"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01W7YZEiBFfa674wh4YcqirW","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 the shopping list. 🥛","options":{}},{"role":"user","content":"Add bread to the shopping list.","options":{}},{"role":"assistant","content":[{"type":"tool-call","id":"toolu_01FKbZDH7b2RWMnD4ShbMBm7","name":"update","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTV5","edits":[{"oldString":"- Milk","newString":"- Milk\n- Bread"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01FKbZDH7b2RWMnD4ShbMBm7","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_01HQADX2iLa3cucTSBQT6iX1","modelId":"claude-opus-4-6","timestamp":"2026-04-21T08:13:57.063Z","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 the shopping list. 🍞 Here's what's on it now:\n\n- Milk\n- Bread","metadata":{}},{"type":"text-end","id":"0","metadata":{}},{"type":"finish","reason":"stop","usage":{"inputTokens":2236,"outputTokens":38,"totalTokens":2274},"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":2236,"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:01JGFJJZ00G0WKQSJGMAKCNTV5</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 what's currently on the shopping list.","options":{}},{"type":"tool-call","id":"toolu_01TDky6tn1p4aqgKeoZ69r13","name":"open","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTV5"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01TDky6tn1p4aqgKeoZ69r13","name":"open","isFailure":false,"result":{"_id":"Exit","_tag":"Success","value":{"content":"# Shopping list"}},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"The document currently just has a heading \"# Shopping list\". I need to add \"milk\" to it.","options":{}},{"type":"text","text":"The shopping list is currently empty. I'll add milk to it now.","options":{}},{"type":"tool-call","id":"toolu_01W7YZEiBFfa674wh4YcqirW","name":"update","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTV5","edits":[{"oldString":"# Shopping list","newString":"# Shopping list\n- Milk"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01W7YZEiBFfa674wh4YcqirW","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 the shopping list. 🥛","options":{}},{"role":"user","content":"Add bread to the shopping list.","options":{}},{"role":"assistant","content":[{"type":"tool-call","id":"toolu_01FKbZDH7b2RWMnD4ShbMBm7","name":"update","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTV5","edits":[{"oldString":"- Milk","newString":"- Milk\n- Bread"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01FKbZDH7b2RWMnD4ShbMBm7","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 the shopping list. 🍞 Here's what's on it now:\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_01PcCTVNDy7pJD8dwGePE8WL","modelId":"claude-opus-4-6","timestamp":"2026-04-21T08:13:59.934Z","metadata":{}},{"type":"tool-params-start","id":"toolu_019eS23GCrUzMCTQstCSGT8y","name":"update","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_019eS23GCrUzMCTQstCSGT8y","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_019eS23GCrUzMCTQstCSGT8y","delta":"{\"d","metadata":{}},{"type":"tool-params-delta","id":"toolu_019eS23GCrUzMCTQstCSGT8y","delta":"oc\": ","metadata":{}},{"type":"tool-params-delta","id":"toolu_019eS23GCrUzMCTQstCSGT8y","delta":"\"dxn:","metadata":{}},{"type":"tool-params-delta","id":"toolu_019eS23GCrUzMCTQstCSGT8y","delta":"echo:BDJXM","metadata":{}},{"type":"tool-params-delta","id":"toolu_019eS23GCrUzMCTQstCSGT8y","delta":"ULPW5FB5","metadata":{}},{"type":"tool-params-delta","id":"toolu_019eS23GCrUzMCTQstCSGT8y","delta":"5UZ7KP5","metadata":{}},{"type":"tool-params-delta","id":"toolu_019eS23GCrUzMCTQstCSGT8y","delta":"HLDHVTXU","metadata":{}},{"type":"tool-params-delta","id":"toolu_019eS23GCrUzMCTQstCSGT8y","delta":"THE2U:01","metadata":{}},{"type":"tool-params-delta","id":"toolu_019eS23GCrUzMCTQstCSGT8y","delta":"JGFJJZ00G0WK","metadata":{}},{"type":"tool-params-delta","id":"toolu_019eS23GCrUzMCTQstCSGT8y","delta":"QSJGMAKCNTV5","metadata":{}},{"type":"tool-params-delta","id":"toolu_019eS23GCrUzMCTQstCSGT8y","delta":"\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_019eS23GCrUzMCTQstCSGT8y","delta":", \"edits\": ","metadata":{}},{"type":"tool-params-delta","id":"toolu_019eS23GCrUzMCTQstCSGT8y","delta":"[{\"old","metadata":{}},{"type":"tool-params-delta","id":"toolu_019eS23GCrUzMCTQstCSGT8y","delta":"String\":","metadata":{}},{"type":"tool-params-delta","id":"toolu_019eS23GCrUzMCTQstCSGT8y","delta":"\"-","metadata":{}},{"type":"tool-params-delta","id":"toolu_019eS23GCrUzMCTQstCSGT8y","delta":" Bre","metadata":{}},{"type":"tool-params-delta","id":"toolu_019eS23GCrUzMCTQstCSGT8y","delta":"ad\",\"ne","metadata":{}},{"type":"tool-params-delta","id":"toolu_019eS23GCrUzMCTQstCSGT8y","delta":"wString\":\"-","metadata":{}},{"type":"tool-params-delta","id":"toolu_019eS23GCrUzMCTQstCSGT8y","delta":" Bread\\n- Eg","metadata":{}},{"type":"tool-params-delta","id":"toolu_019eS23GCrUzMCTQstCSGT8y","delta":"gs\"}]}","metadata":{}},{"type":"tool-params-end","id":"toolu_019eS23GCrUzMCTQstCSGT8y","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":2284,"outputTokens":148,"totalTokens":2432},"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":2284,"output_tokens":73,"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:01JGFJJZ00G0WKQSJGMAKCNTV5</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 what's currently on the shopping list.","options":{}},{"type":"tool-call","id":"toolu_01TDky6tn1p4aqgKeoZ69r13","name":"open","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTV5"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01TDky6tn1p4aqgKeoZ69r13","name":"open","isFailure":false,"result":{"_id":"Exit","_tag":"Success","value":{"content":"# Shopping list"}},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"The document currently just has a heading \"# Shopping list\". I need to add \"milk\" to it.","options":{}},{"type":"text","text":"The shopping list is currently empty. I'll add milk to it now.","options":{}},{"type":"tool-call","id":"toolu_01W7YZEiBFfa674wh4YcqirW","name":"update","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTV5","edits":[{"oldString":"# Shopping list","newString":"# Shopping list\n- Milk"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01W7YZEiBFfa674wh4YcqirW","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 the shopping list. 🥛","options":{}},{"role":"user","content":"Add bread to the shopping list.","options":{}},{"role":"assistant","content":[{"type":"tool-call","id":"toolu_01FKbZDH7b2RWMnD4ShbMBm7","name":"update","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTV5","edits":[{"oldString":"- Milk","newString":"- Milk\n- Bread"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01FKbZDH7b2RWMnD4ShbMBm7","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 the shopping list. 🍞 Here's what's on it now:\n\n- Milk\n- Bread","options":{}},{"role":"user","content":"Add eggs to the shopping list.","options":{}},{"role":"assistant","content":[{"type":"tool-call","id":"toolu_019eS23GCrUzMCTQstCSGT8y","name":"update","params":{"doc":"dxn:echo:BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U:01JGFJJZ00G0WKQSJGMAKCNTV5","edits":[{"oldString":"- Bread","newString":"- Bread\n- Eggs"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_019eS23GCrUzMCTQstCSGT8y","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_01Xj4GzdbbsPmEri5oYMS7CB","modelId":"claude-opus-4-6","timestamp":"2026-04-21T08:14:02.610Z","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 the shopping list. 🥚 Here's what's on it now:\n\n- Milk\n- Bread\n- Eggs","metadata":{}},{"type":"text-end","id":"0","metadata":{}},{"type":"finish","reason":"stop","usage":{"inputTokens":2480,"outputTokens":42,"totalTokens":2522},"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":2480,"output_tokens":8,"server_tool_use":null,"service_tier":"standard"}}}}]}]}
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_01J1k4QhCGqAZHAVr7sunYzb","modelId":"claude-opus-4-6","timestamp":"2026-05-31T07:32:44.093Z","metadata":{}},{"type":"reasoning-start","id":"0","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"The user wants me to create a document with a cookie recipe. Let me create a nice markdown document with a classic cookie recipe.","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"","metadata":{"anthropic":{"type":"thinking","signature":"EsgCCmMIDhgCKkAy43GfB0+dbRMkfoVt2xpO0Chn5/g7c7dPprx3PV9+Z7iiBGhoRS54CpYtz+0wxdGKZKXYjkv0fAS94B7ulrYlMg9jbGF1ZGUtb3B1cy00LTY4AEIIdGhpbmtpbmcSDHN0o6eseXnUJHqdMhoMjcpch47ExIoOMXc4IjDcyFwIdGFRQTUW3evF+59gnNqIZ9a37kfrlpLjMjlZ5za5rj4I8Fyes2Zrb/tbtWsqkgHDibzfYKqBP8613puAcujQpbpcRkjpzo2QG/zxgI6KPNlJfYqn2uso/7fgK2T9BgVSx4zK7dhNy0bcwVtB7Gkpg088qpLpkXRKoXobD7oB7wf9qu9+i7bOD6lJhjLjulav1R2rWpiHfhU7HmMK10ubMDYPgwsN5yYNKZx/eNOYABupINq/X6580fHiqDIVOKs6GhgB"}}},{"type":"reasoning-end","id":"0","metadata":{}},{"type":"tool-params-start","id":"toolu_013ibGED5snjjthRX7mSo46e","name":"create","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"{\"name\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":": \"Classi","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"c Chocolate ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"Chip ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"Cookies\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":", \"co","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"ntent\": ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"\"# C","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"lassic ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"Chocolat","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"e Chip Co","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"okies\\n\\nA t","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"ime","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"less ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"reci","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"pe f","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"or soft","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":", che","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"wy","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":" ch","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"ocolate c","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"hip cooki","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"es th","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"at are go","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"lden ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"on the e","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"dges and go","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"oey in ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"the cen","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"ter.","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"\\n\\n## Ingr","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"edients\\n","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"\\n- 2 \u00bc cup","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"s all-purp","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"ose fl","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"our\\n- 1 ts","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"p ba","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"king","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":" soda\\n- ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"1 ts","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"p salt","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"\\n- 1 cup ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"(2 s","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"ticks) ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"unsalted","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":" butt","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"er, so","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"fte","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"ned\\","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"n- \u00be cup ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"granulated ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"sugar\\n- \u00be","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":" cup packed","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":" brown s","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"ugar\\n- 2","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":" lar","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"ge eggs","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"\\n- 2 tsp","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":" vanilla","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":" ex","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"tr","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"act\\n","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"- 2 cups","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":" sem","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"i-swe","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"et chocolate","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":" ch","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"ips\\","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"n\\n## ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"Instruction","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"s\\","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"n\\n1. ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"**Preh","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"eat**","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":" th","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"e oven t","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"o 3","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"75\u00b0F (1","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"90\u00b0C). Li","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"ne baking","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":" sheets wi","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"th parchment","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":" pape","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"r.\\n2. **C","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"om","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"bin","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"e dry ing","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"redients:** ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"In a med","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"ium bowl, wh","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"isk t","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"ogether t","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"he f","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"lour, ba","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"kin","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"g soda,","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":" and salt","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":". S","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"et a","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"side","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":".\\n3. **Crea","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"m the butt","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"er and su","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"gars:** ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"In a large b","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"ow","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"l, beat ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"the s","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"often","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"ed","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":" butter, gr","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"an","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"ulated ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"sugar, and","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":" brown s","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"ugar t","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"ogether","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":" u","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"ntil light a","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"nd fluffy, a","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"bout 3\u20134","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":" minutes.","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"\\n4. **Add e","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"ggs and ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"van","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"illa:** Beat","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":" in ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"the eggs o","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"ne at a ti","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"me, then m","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"ix in th","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"e vanill","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"a extract","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":" until com","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"bined.\\n","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"5. **Mix ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"in ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"dry","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":" ingredients","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":":** Gradu","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"ally ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"add the","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":" flour mixtu","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"re","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":" to the we","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"t ingredien","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"ts, mix","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"ing on lo","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"w ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"speed unti","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"l jus","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"t combi","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"ned. Do not","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":" o","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"ver","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"mi","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"x.","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"\\n6. **F","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"old in","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":" chocolate","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":" chips","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":":** Stir in ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"the","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":" chocol","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"ate ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"chips wi","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"th a s","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"patula or wo","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"oden sp","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"oo","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"n.\\n7. **S","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"co","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"op the dough","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":":** Drop ro","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"unded","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":" tabl","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"espoons of ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"dough","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":" onto t","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"he pr","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"epared baki","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"ng she","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"ets, spac","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"in","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"g the","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"m about 2 in","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"ches a","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"part.\\n8. **","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"Bake","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":":** Bake f","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"or 9\u2013","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"11 mi","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"nutes, or un","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"til","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":" t","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"he e","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"dges are ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"golde","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"n brown but","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":" the ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"centers stil","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"l loo","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"k slightly","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":" under","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"done.\\n9.","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":" **","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"Cool:** Let ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"th","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"e ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"cookies","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":" c","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"ool on t","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"he baking sh","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"eet ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"for 5","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":" minu","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"tes, ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"then t","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"ransfer","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":" to ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"a wir","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"e rack to ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"cool","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":" comple","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"te","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"ly.\\n\\","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"n## Tips\\n\\","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"n- **Chill t","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"he dough** f","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"or at","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":" least 30","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":" minutes (or","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":" up","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":" to 24 ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"hours) ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"for thic","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"ker, chewie","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"r cookies.\\n","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"- *","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"*D","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"on't ove","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"rbake!** ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"The c","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"ooki","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"es wi","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"ll con","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"tinue to fi","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"rm up a","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"s they coo","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"l.\\n- **Sto","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"rage:** K","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"eep in a","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"n ai","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"rtight con","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"tain","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"er at ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"room temp","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"eratu","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"re","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":" f","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"or up","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":" t","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"o 5","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":" days.\\n\\n#","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"# Yie","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"ld","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"\\n","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"\\nMake","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"s appro","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"xima","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"te","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"ly **48 cook","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"ies**.\\n","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":"\\nEnjoy!","metadata":{}},{"type":"tool-params-delta","id":"toolu_013ibGED5snjjthRX7mSo46e","delta":" \ud83c\udf6a\"}","metadata":{}},{"type":"tool-params-end","id":"toolu_013ibGED5snjjthRX7mSo46e","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":1564,"outputTokens":655,"totalTokens":2219},"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":1564,"output_tokens":34,"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_013ibGED5snjjthRX7mSo46e","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 \u00bc cups all-purpose flour\n- 1 tsp baking soda\n- 1 tsp salt\n- 1 cup (2 sticks) unsalted butter, softened\n- \u00be cup granulated sugar\n- \u00be 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\u00b0F (190\u00b0C). 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 3\u20134 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, mixing on low speed until just combined. Do not overmix.\n6. **Fold in chocolate chips:** Stir in the chocolate chips with a spatula or wooden spoon.\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\u201311 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- **Chill the dough** for at least 30 minutes (or up to 24 hours) for thicker, chewier cookies.\n- **Don't overbake!** The cookies will continue to firm up as they cool.\n- **Storage:** Keep in an airtight container at room temperature for up to 5 days.\n\n## Yield\n\nMakes approximately **48 cookies**.\n\nEnjoy! \ud83c\udf6a"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_013ibGED5snjjthRX7mSo46e","name":"create","isFailure":false,"result":{"id":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTJ7"},"providerExecuted":false,"options":{}}],"options":{"anthropic":{"cacheControl":{"ttl":"5m","type":"ephemeral"}}}}]},"response":[{"type":"response-metadata","id":"msg_01SuGvUMskWkpZhQQpZYq2BY","modelId":"claude-opus-4-6","timestamp":"2026-05-31T07:32:55.938Z","metadata":{}},{"type":"text-start","id":"0","metadata":{}},{"type":"text-delta","id":"0","delta":"Your","metadata":{}},{"type":"text-delta","id":"0","delta":" cookie recipe document has been created! \ud83c\udf6a It includes:\n\n- **Title","metadata":{}},{"type":"text-delta","id":"0","delta":":** Classic Chocolate Chip Cookies\n- **Ingredients** \u2014 a full list including","metadata":{}},{"type":"text-delta","id":"0","delta":" flour, butter, sugars, eggs, vanilla, and chocolate chips\n- **Step-by-step instructions** \u2014 from preheating the oven to cooling the cookies\n- **","metadata":{}},{"type":"text-delta","id":"0","delta":"Helpful tips** \u2014 like chilling the dough for better texture and avoiding overbaking\n- **Yield** \u2014 approximately 48 cookies\n\nLet me know if you'd like to","metadata":{}},{"type":"text-delta","id":"0","delta":" make any changes or additions!","metadata":{}},{"type":"text-end","id":"0","metadata":{}},{"type":"finish","reason":"stop","usage":{"inputTokens":2258,"outputTokens":127,"totalTokens":2385},"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":2258,"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_013ibGED5snjjthRX7mSo46e","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 \u00bc cups all-purpose flour\n- 1 tsp baking soda\n- 1 tsp salt\n- 1 cup (2 sticks) unsalted butter, softened\n- \u00be cup granulated sugar\n- \u00be 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\u00b0F (190\u00b0C). 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 3\u20134 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, mixing on low speed until just combined. Do not overmix.\n6. **Fold in chocolate chips:** Stir in the chocolate chips with a spatula or wooden spoon.\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\u201311 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- **Chill the dough** for at least 30 minutes (or up to 24 hours) for thicker, chewier cookies.\n- **Don't overbake!** The cookies will continue to firm up as they cool.\n- **Storage:** Keep in an airtight container at room temperature for up to 5 days.\n\n## Yield\n\nMakes approximately **48 cookies**.\n\nEnjoy! \ud83c\udf6a"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_013ibGED5snjjthRX7mSo46e","name":"create","isFailure":false,"result":{"id":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTJ7"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":"Your cookie recipe document has been created! \ud83c\udf6a It includes:\n\n- **Title:** Classic Chocolate Chip Cookies\n- **Ingredients** \u2014 a full list including flour, butter, sugars, eggs, vanilla, and chocolate chips\n- **Step-by-step instructions** \u2014 from preheating the oven to cooling the cookies\n- **Helpful tips** \u2014 like chilling the dough for better texture and avoiding overbaking\n- **Yield** \u2014 approximately 48 cookies\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_01WRJaCmYYeMDbq3kKcqnZb4","modelId":"claude-opus-4-6","timestamp":"2026-05-31T07:33:00.908Z","metadata":{}},{"type":"reasoning-start","id":"0","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"The user wants me to add a holiday-themed variation section to the cookie recipe document. Let me update the document.","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"","metadata":{"anthropic":{"type":"thinking","signature":"Er0CCmMIDhgCKkCpG+K0z7qiW8X586mWD9221KO7cA9gGwHXAr+GBtdwtrKHRVaMY+Dxi4BlIBc/Wq9WnI4225k11fF7JRNldYlPMg9jbGF1ZGUtb3B1cy00LTY4AEIIdGhpbmtpbmcSDN1Yl+tCp/Tqen8AjhoMqsW/67pdOhRfnup9IjBovw6JEIndeWEKdtY1orO6A7slmB7fjswJctW31d03PactgssTEdYVV8Vtm7k1yx8qhwEjl49Xk+MvMKPAlDaDWnXYgcw8H0edQkRj87qBVeZq4qHl7uxolb3nbXhwPNcPU7/EOlrChpzQ/Xcm4k8AizLyRZ279Qu66h7Eq1bgJABH7KnMkIDB78naeEJeSfEBgA0TMsiJI0whsu4JIXrNpvON+cHYwsixgdi326bb6ntCWU3zTD22EA4YAQ=="}}},{"type":"reasoning-end","id":"0","metadata":{}},{"type":"tool-params-start","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","name":"update","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"{\"doc\": ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"\"01JGFJJZ00","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"G0WKQS","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"JG","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"MAKCNT","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"J7\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":", \"edit","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"s\":","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":" [{\"o","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"ldString","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"\":\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"## ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"Yield","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"\",\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"newStri","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"ng\":\"## ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"Holida","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"y Varia","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"tion: ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"Pepp","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"ermint ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"White Choc","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"ol","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"ate Cookies\\","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"n\\nGive","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":" you","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"r cookies a ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"festive ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"twist perfec","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"t for the h","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"oliday sea","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"son!\\n\\n","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"### Ingred","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"ient S","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"wa","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"ps\\n","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"\\n- Rep","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"lac","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"e **se","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"mi-sw","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"eet c","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"hoco","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"lat","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"e ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"chi","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"ps** wit","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"h **white ch","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"ocolate","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":" chips*","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"*.\\n- Add ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"**\u00bd","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":" cup crushed","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":" can","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"dy canes**","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":" (a","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"bout 6","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"\u20138 ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"min","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"i candy c","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"anes).","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"\\n- ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"Substitute","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":" **vanill","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"a ex","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"tract** wit","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"h **1 tsp va","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"ni","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"ll","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"a e","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"xtrac","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"t + 1 tsp ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"peppermint","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":" extract**.\\","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"n\\n##","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"# Opti","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"onal ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"Festive","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":" Touches\\n\\n","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"- A","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"dd","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":" a","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":" fe","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"w drops","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":" of ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"**r","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"ed or green ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"fo","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"od coloring","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"** to th","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"e dough for","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":" a pop of h","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"ol","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"iday color.\\","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"n- D","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"rizzl","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"e ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"co","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"oled c","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"ookies with","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":" **melted","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":" white cho","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"colate**","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":" and","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":" spri","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"nkle with ex","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"tra crushe","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"d c","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"andy cane","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":" pi","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"eces.\\n-","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":" Roll","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":" do","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"ugh bal","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"ls in **","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"red a","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"nd green","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":" s","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"prinkl","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"es** befo","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"re","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":" baking.\\n\\","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"n### B","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"ak","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"ing Note","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"s\\n\\n- Whi","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"te chocola","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"te","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":" chips mel","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"t faste","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"r than semi-","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"sweet, so re","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"duce b","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"aking time b","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"y **1\u20132 mi","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"nutes** (aim","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":" for 8\u20139 mi","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"nut","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"es).","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"\\n- Let th","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"e c","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"ookie","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"s cool com","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"plet","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"ely before","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":" drizzli","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"ng with melt","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"ed ch","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"oc","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"olate","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":".\\n","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"\\nThese ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"mak","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"e wond","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"erful *","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"*holiday gif","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"ts","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"** wh","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"en","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":" pa","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"ckaged","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":" in d","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"ecora","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"tiv","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"e tins or ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"cello","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"phane b","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"ags tie","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"d w","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"ith r","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"ibbon! ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"\ud83c\udf84\\n\\n## ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","delta":"Yield\"}]}","metadata":{}},{"type":"tool-params-end","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":2398,"outputTokens":450,"totalTokens":2848},"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":2398,"output_tokens":56,"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_013ibGED5snjjthRX7mSo46e","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 \u00bc cups all-purpose flour\n- 1 tsp baking soda\n- 1 tsp salt\n- 1 cup (2 sticks) unsalted butter, softened\n- \u00be cup granulated sugar\n- \u00be 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\u00b0F (190\u00b0C). 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 3\u20134 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, mixing on low speed until just combined. Do not overmix.\n6. **Fold in chocolate chips:** Stir in the chocolate chips with a spatula or wooden spoon.\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\u201311 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- **Chill the dough** for at least 30 minutes (or up to 24 hours) for thicker, chewier cookies.\n- **Don't overbake!** The cookies will continue to firm up as they cool.\n- **Storage:** Keep in an airtight container at room temperature for up to 5 days.\n\n## Yield\n\nMakes approximately **48 cookies**.\n\nEnjoy! \ud83c\udf6a"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_013ibGED5snjjthRX7mSo46e","name":"create","isFailure":false,"result":{"id":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTJ7"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":"Your cookie recipe document has been created! \ud83c\udf6a It includes:\n\n- **Title:** Classic Chocolate Chip Cookies\n- **Ingredients** \u2014 a full list including flour, butter, sugars, eggs, vanilla, and chocolate chips\n- **Step-by-step instructions** \u2014 from preheating the oven to cooling the cookies\n- **Helpful tips** \u2014 like chilling the dough for better texture and avoiding overbaking\n- **Yield** \u2014 approximately 48 cookies\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":"The user wants me to add a holiday-themed variation section to the cookie recipe document. Let me update the document.","options":{}},{"type":"tool-call","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","name":"update","params":{"doc":"01JGFJJZ00G0WKQSJGMAKCNTJ7","edits":[{"oldString":"## Yield","newString":"## Holiday Variation: Peppermint White Chocolate Cookies\n\nGive your cookies a festive twist perfect for the holiday season!\n\n### Ingredient Swaps\n\n- Replace **semi-sweet chocolate chips** with **white chocolate chips**.\n- Add **\u00bd cup crushed candy canes** (about 6\u20138 mini candy canes).\n- Substitute **vanilla extract** with **1 tsp vanilla extract + 1 tsp peppermint extract**.\n\n### Optional Festive Touches\n\n- Add a few drops of **red or green food coloring** to the dough for a pop of holiday color.\n- Drizzle cooled cookies with **melted white chocolate** and sprinkle with extra crushed candy cane pieces.\n- Roll dough balls in **red and green sprinkles** before baking.\n\n### Baking Notes\n\n- White chocolate chips melt faster than semi-sweet, so reduce baking time by **1\u20132 minutes** (aim for 8\u20139 minutes).\n- Let the cookies cool completely before drizzling with melted chocolate.\n\nThese make wonderful **holiday gifts** when packaged in decorative tins or cellophane bags tied with ribbon! \ud83c\udf84\n\n## Yield"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01MPtgjLkJvTuee7P4Qwd28j","name":"update","isFailure":false,"result":{"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 \u00bc cups all-purpose flour\n- 1 tsp baking soda\n- 1 tsp salt\n- 1 cup (2 sticks) unsalted butter, softened\n- \u00be cup granulated sugar\n- \u00be 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\u00b0F (190\u00b0C). 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 3\u20134 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, mixing on low speed until just combined. Do not overmix.\n6. **Fold in chocolate chips:** Stir in the chocolate chips with a spatula or wooden spoon.\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\u201311 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- **Chill the dough** for at least 30 minutes (or up to 24 hours) for thicker, chewier cookies.\n- **Don't overbake!** The cookies will continue to firm up as they cool.\n- **Storage:** Keep in an airtight container at room temperature for up to 5 days.\n\n## Holiday Variation: Peppermint White Chocolate Cookies\n\nGive your cookies a festive twist perfect for the holiday season!\n\n### Ingredient Swaps\n\n- Replace **semi-sweet chocolate chips** with **white chocolate chips**.\n- Add **\u00bd cup crushed candy canes** (about 6\u20138 mini candy canes).\n- Substitute **vanilla extract** with **1 tsp vanilla extract + 1 tsp peppermint extract**.\n\n### Optional Festive Touches\n\n- Add a few drops of **red or green food coloring** to the dough for a pop of holiday color.\n- Drizzle cooled cookies with **melted white chocolate** and sprinkle with extra crushed candy cane pieces.\n- Roll dough balls in **red and green sprinkles** before baking.\n\n### Baking Notes\n\n- White chocolate chips melt faster than semi-sweet, so reduce baking time by **1\u20132 minutes** (aim for 8\u20139 minutes).\n- Let the cookies cool completely before drizzling with melted chocolate.\n\nThese make wonderful **holiday gifts** when packaged in decorative tins or cellophane bags tied with ribbon! \ud83c\udf84\n\n## Yield\n\nMakes approximately **48 cookies**.\n\nEnjoy! \ud83c\udf6a"},"providerExecuted":false,"options":{}}],"options":{"anthropic":{"cacheControl":{"ttl":"5m","type":"ephemeral"}}}}]},"response":[{"type":"response-metadata","id":"msg_01YRkHpCVbKQECuvoqy2q16K","modelId":"claude-opus-4-6","timestamp":"2026-05-31T07:33:09.449Z","metadata":{}},{"type":"text-start","id":"0","metadata":{}},{"type":"text-delta","id":"0","delta":"A holiday","metadata":{}},{"type":"text-delta","id":"0","delta":" variation section has been added! \ud83c\udf84 Here's what it","metadata":{}},{"type":"text-delta","id":"0","delta":" includes:\n\n- **Peppermint White Chocolate Cookies** \u2014 a festive twist on the classic recipe\n- **Ingredient swaps** \u2014 white","metadata":{}},{"type":"text-delta","id":"0","delta":" chocolate chips, crushed candy canes, and peppermint extract\n- **Optional festive touches** \u2014 food coloring, white chocolate drizzle, and holiday sprinkles","metadata":{}},{"type":"text-delta","id":"0","delta":"\n- **Baking notes** \u2014 adjusted baking time for white chocolate chips\n\nLet me know if you'd like any other changes","metadata":{}},{"type":"text-delta","id":"0","delta":"!","metadata":{}},{"type":"text-end","id":"0","metadata":{}},{"type":"finish","reason":"stop","usage":{"inputTokens":3734,"outputTokens":123,"totalTokens":3857},"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":3734,"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>echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTS9</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_019JQMC7zy6h2DobyfDgZPmV","modelId":"claude-opus-4-6","timestamp":"2026-05-31T07:33:13.399Z","metadata":{}},{"type":"reasoning-start","id":"0","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"Let me first open the document to see its current contents","metadata":{}},{"type":"reasoning-delta","id":"0","delta":".","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"","metadata":{"anthropic":{"type":"thinking","signature":"EoECCmMIDhgCKkB59APG7kQJaS56ZghJ7yGmUDPTIff8aJqcCaiTm7DBlPfIkAEzU9xUX9RfyXK8kuAlQ2FqlGTMKvYxrrstJfcdMg9jbGF1ZGUtb3B1cy00LTY4AEIIdGhpbmtpbmcSDFFXJCkuLMoOZZQKSRoMLiUUVayRxs/9flN8IjAD7Bp2RkjshktCMZoSRTHYCL8LYeBjAwqrsEpyF+CrM97MgkeFb9zDGoVC5mN1B5IqTMd0UvJlXvqQT35r0PfNfUIFhb+UZLlOgm3bBPEHJG7eDNx+Ztko0J4CoB5ID9Fw5LL4NKRgXYe2xWmxoVQ9EehoW+UonWEtTnyZxu4YAQ=="}}},{"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 current contents.","metadata":{}},{"type":"text-end","id":"1","metadata":{}},{"type":"tool-params-start","id":"toolu_0124QSAxg96E5BhjWUPwYWq5","name":"open","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_0124QSAxg96E5BhjWUPwYWq5","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_0124QSAxg96E5BhjWUPwYWq5","delta":"{\"doc\": \"ech","metadata":{}},{"type":"tool-params-delta","id":"toolu_0124QSAxg96E5BhjWUPwYWq5","delta":"o:/","metadata":{}},{"type":"tool-params-delta","id":"toolu_0124QSAxg96E5BhjWUPwYWq5","delta":"/BDJXMULPW5F","metadata":{}},{"type":"tool-params-delta","id":"toolu_0124QSAxg96E5BhjWUPwYWq5","delta":"B55UZ","metadata":{}},{"type":"tool-params-delta","id":"toolu_0124QSAxg96E5BhjWUPwYWq5","delta":"7KP5HLDH","metadata":{}},{"type":"tool-params-delta","id":"toolu_0124QSAxg96E5BhjWUPwYWq5","delta":"VTXUT","metadata":{}},{"type":"tool-params-delta","id":"toolu_0124QSAxg96E5BhjWUPwYWq5","delta":"HE2U/01JGFJ","metadata":{}},{"type":"tool-params-delta","id":"toolu_0124QSAxg96E5BhjWUPwYWq5","delta":"JZ00G","metadata":{}},{"type":"tool-params-delta","id":"toolu_0124QSAxg96E5BhjWUPwYWq5","delta":"0WKQS","metadata":{}},{"type":"tool-params-delta","id":"toolu_0124QSAxg96E5BhjWUPwYWq5","delta":"JG","metadata":{}},{"type":"tool-params-delta","id":"toolu_0124QSAxg96E5BhjWUPwYWq5","delta":"MAKC","metadata":{}},{"type":"tool-params-delta","id":"toolu_0124QSAxg96E5BhjWUPwYWq5","delta":"NTS9","metadata":{}},{"type":"tool-params-delta","id":"toolu_0124QSAxg96E5BhjWUPwYWq5","delta":"\"}","metadata":{}},{"type":"tool-params-end","id":"toolu_0124QSAxg96E5BhjWUPwYWq5","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":1656,"outputTokens":142,"totalTokens":1798},"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":1656,"output_tokens":19,"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>echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTS9</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 current contents.","options":{}},{"type":"text","text":"Let me open the document first to see its current contents.","options":{}},{"type":"tool-call","id":"toolu_0124QSAxg96E5BhjWUPwYWq5","name":"open","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTS9"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_0124QSAxg96E5BhjWUPwYWq5","name":"open","isFailure":false,"result":{"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_01UrYofRmX5CAzatvYvUyFVQ","modelId":"claude-opus-4-6","timestamp":"2026-05-31T07:33:16.987Z","metadata":{}},{"type":"reasoning-start","id":"0","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"The user","metadata":{}},{"type":"reasoning-delta","id":"0","delta":" wants me to replace \"???\" with \"flour\".","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"","metadata":{"anthropic":{"type":"thinking","signature":"EvYBCmMIDhgCKkAAXBrtJ11L6fmUxpyTtLkukHZpYlwRKbjuFdRNk81oPXEf4f9R6s1ziIil9OYpZP/jyAhf0Y4tNDWLvOBEnZ1VMg9jbGF1ZGUtb3B1cy00LTY4AEIIdGhpbmtpbmcSDGA4bv5s7s2WQyIgoRoMXRk7dLBlJQRAaS91IjD+zpnd/tbSOelMzc9k+33CvNoHthtj3liOulKUf0h9J7HzqxFtyWTqEmI6cBtxYNgqQX2dMGfEMdlQH237Ky/LolAEThuI4FKXe8+AylBz3mRttE6C6scDXFG4qhmirm3u8/BVngB9w0zg2UCqEmDLPrQYGAE="}}},{"type":"reasoning-end","id":"0","metadata":{}},{"type":"text-start","id":"1","metadata":{}},{"type":"text-delta","id":"1","delta":"I can see the missing","metadata":{}},{"type":"text-delta","id":"1","delta":" ingredient. Let me add \"flour\" in place of the placeholder.","metadata":{}},{"type":"text-end","id":"1","metadata":{}},{"type":"tool-params-start","id":"toolu_01MjjVwzRLjA96nei1A5QvpD","name":"update","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_01MjjVwzRLjA96nei1A5QvpD","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MjjVwzRLjA96nei1A5QvpD","delta":"{\"doc\": \"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MjjVwzRLjA96nei1A5QvpD","delta":"echo://BDJXM","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MjjVwzRLjA96nei1A5QvpD","delta":"ULP","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MjjVwzRLjA96nei1A5QvpD","delta":"W5FB55UZ7KP5","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MjjVwzRLjA96nei1A5QvpD","delta":"HLD","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MjjVwzRLjA96nei1A5QvpD","delta":"HVTXUTHE","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MjjVwzRLjA96nei1A5QvpD","delta":"2U/01JGF","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MjjVwzRLjA96nei1A5QvpD","delta":"JJZ00G0WKQ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MjjVwzRLjA96nei1A5QvpD","delta":"SJ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MjjVwzRLjA96nei1A5QvpD","delta":"GMAKCNTS9","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MjjVwzRLjA96nei1A5QvpD","delta":"\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MjjVwzRLjA96nei1A5QvpD","delta":", \"edits\": ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MjjVwzRLjA96nei1A5QvpD","delta":"[{\"oldS","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MjjVwzRLjA96nei1A5QvpD","delta":"tri","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MjjVwzRLjA96nei1A5QvpD","delta":"ng","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MjjVwzRLjA96nei1A5QvpD","delta":"\":\"2 cu","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MjjVwzRLjA96nei1A5QvpD","delta":"ps of","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MjjVwzRLjA96nei1A5QvpD","delta":" ???\",\"new","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MjjVwzRLjA96nei1A5QvpD","delta":"Stri","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MjjVwzRLjA96nei1A5QvpD","delta":"ng\":\"2 cups ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MjjVwzRLjA96nei1A5QvpD","delta":"of ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01MjjVwzRLjA96nei1A5QvpD","delta":"flour\"}]}","metadata":{}},{"type":"tool-params-end","id":"toolu_01MjjVwzRLjA96nei1A5QvpD","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":1842,"outputTokens":187,"totalTokens":2029},"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":1842,"output_tokens":9,"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>echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTS9</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 current contents.","options":{}},{"type":"text","text":"Let me open the document first to see its current contents.","options":{}},{"type":"tool-call","id":"toolu_0124QSAxg96E5BhjWUPwYWq5","name":"open","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTS9"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_0124QSAxg96E5BhjWUPwYWq5","name":"open","isFailure":false,"result":{"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":"reasoning","text":"The user wants me to replace \"???\" with \"flour\".","options":{}},{"type":"text","text":"I can see the missing ingredient. Let me add \"flour\" in place of the placeholder.","options":{}},{"type":"tool-call","id":"toolu_01MjjVwzRLjA96nei1A5QvpD","name":"update","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTS9","edits":[{"oldString":"2 cups of ???","newString":"2 cups of flour"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01MjjVwzRLjA96nei1A5QvpD","name":"update","isFailure":false,"result":{"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_01XtCMvUTEpLg6CY63ZYc3ge","modelId":"claude-opus-4-6","timestamp":"2026-05-31T07:33:20.167Z","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","metadata":{}},{"type":"text-delta","id":"0","delta":" list.","metadata":{}},{"type":"text-end","id":"0","metadata":{}},{"type":"finish","reason":"stop","usage":{"inputTokens":2077,"outputTokens":21,"totalTokens":2098},"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":2077,"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>echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTWK</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_01HypfVWnykCAPxsWfePZC7E","modelId":"claude-opus-4-6","timestamp":"2026-05-31T07:33:23.235Z","metadata":{}},{"type":"reasoning-start","id":"0","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"Let me first open the document to see its current contents.","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"","metadata":{"anthropic":{"type":"thinking","signature":"EoECCmMIDhgCKkB59APG7kQJaS56ZghJ7yGmUDPTIff8aJqcCaiTm7DBlPfIkAEzU9xUX9RfyXK8kuAlQ2FqlGTMKvYxrrstJfcdMg9jbGF1ZGUtb3B1cy00LTY4AEIIdGhpbmtpbmcSDA2MyE5w577VS/9FExoMag+OIu2bhQ7CrJK7IjCGgyayNLrqVOM1OSFjvhY8ZnRpf7/vNpJtXDRACN8zB5YaS0IIZ/XzS8fjIXY4JFAqTOUk5EQtuacJ2nVjnzsKhqMbG+gnrpGTwndjookHzOdyReb9DNWN3zZcp2fCI4C0w2OGHHplMVf2oyH+jUWfyaDRerhWpUytgFs24MQYAQ=="}}},{"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 the current shopping list.","metadata":{}},{"type":"text-end","id":"1","metadata":{}},{"type":"tool-params-start","id":"toolu_01Cm1R1jEJDbSAesgPnCYmCr","name":"open","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_01Cm1R1jEJDbSAesgPnCYmCr","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Cm1R1jEJDbSAesgPnCYmCr","delta":"{\"doc","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Cm1R1jEJDbSAesgPnCYmCr","delta":"\": \"01JGF","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Cm1R1jEJDbSAesgPnCYmCr","delta":"JJZ00G0WK","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Cm1R1jEJDbSAesgPnCYmCr","delta":"QSJGMAKCNT","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Cm1R1jEJDbSAesgPnCYmCr","delta":"WK\"}","metadata":{}},{"type":"tool-params-end","id":"toolu_01Cm1R1jEJDbSAesgPnCYmCr","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":1655,"outputTokens":113,"totalTokens":1768},"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":1655,"output_tokens":27,"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>echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTWK</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_01Cm1R1jEJDbSAesgPnCYmCr","name":"open","params":{"doc":"01JGFJJZ00G0WKQSJGMAKCNTWK"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01Cm1R1jEJDbSAesgPnCYmCr","name":"open","isFailure":false,"result":{"content":"# Shopping list"},"providerExecuted":false,"options":{}}],"options":{"anthropic":{"cacheControl":{"ttl":"5m","type":"ephemeral"}}}}]},"response":[{"type":"response-metadata","id":"msg_01GRzkisbUBwJBs9jnTe3ak8","modelId":"claude-opus-4-6","timestamp":"2026-05-31T07:33:29.512Z","metadata":{}},{"type":"reasoning-start","id":"0","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"The document","metadata":{}},{"type":"reasoning-delta","id":"0","delta":" contains a shopping list with just a heading. I need to add \"milk\" to it.","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"","metadata":{"anthropic":{"type":"thinking","signature":"EpwCCmMIDhgCKkAVAOU5d0mjBnNh4tv2a/ZULwMU97KKqTnoVoTNoaPaErW81Fh0ljb1qwsWEr19SsynsxzlO5AgpSj8Pg6nCnZKMg9jbGF1ZGUtb3B1cy00LTY4AEIIdGhpbmtpbmcSDADRIu8kW2QC8d107hoMQi0P/af9wCBwCeRPIjChBvaTP2/evMOMPEjpCOPXUAgzzbmQ03Pe6Mc/DCXlBRq9Tlhnc2K0a6LStoMMHhoqZzv5xieGEWudCAplk15muCH8AY2fqEYo5JXWVHXSu47iQMSMvgDwb1uHLklfVp0vGxbYNl52Q7/r55hzmeRfMM7SUQFawcIzkPYXlpOXHWrp+MB1zpra/omsggDhR3GzZAu7GmLhL/YYAQ=="}}},{"type":"reasoning-end","id":"0","metadata":{}},{"type":"text-start","id":"1","metadata":{}},{"type":"text-delta","id":"1","delta":"Now I'll add milk to the shopping list.","metadata":{}},{"type":"text-end","id":"1","metadata":{}},{"type":"tool-params-start","id":"toolu_01HiC5MqykH8CRF2uRso9XVu","name":"update","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_01HiC5MqykH8CRF2uRso9XVu","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01HiC5MqykH8CRF2uRso9XVu","delta":"{\"do","metadata":{}},{"type":"tool-params-delta","id":"toolu_01HiC5MqykH8CRF2uRso9XVu","delta":"c\": \"01JGFJJ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01HiC5MqykH8CRF2uRso9XVu","delta":"Z00G0WKQS","metadata":{}},{"type":"tool-params-delta","id":"toolu_01HiC5MqykH8CRF2uRso9XVu","delta":"JGMAKCNTWK","metadata":{}},{"type":"tool-params-delta","id":"toolu_01HiC5MqykH8CRF2uRso9XVu","delta":"\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01HiC5MqykH8CRF2uRso9XVu","delta":", \"edits\": [","metadata":{}},{"type":"tool-params-delta","id":"toolu_01HiC5MqykH8CRF2uRso9XVu","delta":"{\"ol","metadata":{}},{"type":"tool-params-delta","id":"toolu_01HiC5MqykH8CRF2uRso9XVu","delta":"dString\":","metadata":{}},{"type":"tool-params-delta","id":"toolu_01HiC5MqykH8CRF2uRso9XVu","delta":"\"# Shoppi","metadata":{}},{"type":"tool-params-delta","id":"toolu_01HiC5MqykH8CRF2uRso9XVu","delta":"ng list\",\"n","metadata":{}},{"type":"tool-params-delta","id":"toolu_01HiC5MqykH8CRF2uRso9XVu","delta":"ewString\":","metadata":{}},{"type":"tool-params-delta","id":"toolu_01HiC5MqykH8CRF2uRso9XVu","delta":"\"# Shopping","metadata":{}},{"type":"tool-params-delta","id":"toolu_01HiC5MqykH8CRF2uRso9XVu","delta":" li","metadata":{}},{"type":"tool-params-delta","id":"toolu_01HiC5MqykH8CRF2uRso9XVu","delta":"st","metadata":{}},{"type":"tool-params-delta","id":"toolu_01HiC5MqykH8CRF2uRso9XVu","delta":"\\n\\n- Mil","metadata":{}},{"type":"tool-params-delta","id":"toolu_01HiC5MqykH8CRF2uRso9XVu","delta":"k\"}]}","metadata":{}},{"type":"tool-params-end","id":"toolu_01HiC5MqykH8CRF2uRso9XVu","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":1772,"outputTokens":162,"totalTokens":1934},"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":1772,"output_tokens":9,"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>echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTWK</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_01Cm1R1jEJDbSAesgPnCYmCr","name":"open","params":{"doc":"01JGFJJZ00G0WKQSJGMAKCNTWK"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01Cm1R1jEJDbSAesgPnCYmCr","name":"open","isFailure":false,"result":{"content":"# Shopping list"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"The document contains a shopping list with just a heading. I need to add \"milk\" to it.","options":{}},{"type":"text","text":"Now I'll add milk to the shopping list.","options":{}},{"type":"tool-call","id":"toolu_01HiC5MqykH8CRF2uRso9XVu","name":"update","params":{"doc":"01JGFJJZ00G0WKQSJGMAKCNTWK","edits":[{"oldString":"# Shopping list","newString":"# Shopping list\n\n- Milk"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01HiC5MqykH8CRF2uRso9XVu","name":"update","isFailure":false,"result":{"newContent":"# Shopping list\n\n- Milk"},"providerExecuted":false,"options":{}}],"options":{"anthropic":{"cacheControl":{"ttl":"5m","type":"ephemeral"}}}}]},"response":[{"type":"response-metadata","id":"msg_013Cwa7ApUb56vQD4sRnmVYA","modelId":"claude-opus-4-6","timestamp":"2026-05-31T07:33:36.132Z","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. \ud83e\udd5b","metadata":{}},{"type":"text-end","id":"0","metadata":{}},{"type":"finish","reason":"stop","usage":{"inputTokens":1938,"outputTokens":21,"totalTokens":1959},"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":1938,"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>echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTWK</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_01Cm1R1jEJDbSAesgPnCYmCr","name":"open","params":{"doc":"01JGFJJZ00G0WKQSJGMAKCNTWK"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01Cm1R1jEJDbSAesgPnCYmCr","name":"open","isFailure":false,"result":{"content":"# Shopping list"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"The document contains a shopping list with just a heading. I need to add \"milk\" to it.","options":{}},{"type":"text","text":"Now I'll add milk to the shopping list.","options":{}},{"type":"tool-call","id":"toolu_01HiC5MqykH8CRF2uRso9XVu","name":"update","params":{"doc":"01JGFJJZ00G0WKQSJGMAKCNTWK","edits":[{"oldString":"# Shopping list","newString":"# Shopping list\n\n- Milk"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01HiC5MqykH8CRF2uRso9XVu","name":"update","isFailure":false,"result":{"newContent":"# Shopping list\n\n- Milk"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":"Done! I've added **Milk** to your shopping list. \ud83e\udd5b","options":{}},{"role":"user","content":"Add bread to the shopping list.","options":{"anthropic":{"cacheControl":{"ttl":"5m","type":"ephemeral"}}}}]},"response":[{"type":"response-metadata","id":"msg_01DBsh9YkwuNY1wCMV1XmZ4y","modelId":"claude-opus-4-6","timestamp":"2026-05-31T07:33:40.241Z","metadata":{}},{"type":"tool-params-start","id":"toolu_01ReGYAaC2uQxr7iguRGwNqb","name":"update","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_01ReGYAaC2uQxr7iguRGwNqb","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01ReGYAaC2uQxr7iguRGwNqb","delta":"{\"do","metadata":{}},{"type":"tool-params-delta","id":"toolu_01ReGYAaC2uQxr7iguRGwNqb","delta":"c\": \"01JGFJ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01ReGYAaC2uQxr7iguRGwNqb","delta":"JZ00G","metadata":{}},{"type":"tool-params-delta","id":"toolu_01ReGYAaC2uQxr7iguRGwNqb","delta":"0WKQ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01ReGYAaC2uQxr7iguRGwNqb","delta":"SJGM","metadata":{}},{"type":"tool-params-delta","id":"toolu_01ReGYAaC2uQxr7iguRGwNqb","delta":"AKCNT","metadata":{}},{"type":"tool-params-delta","id":"toolu_01ReGYAaC2uQxr7iguRGwNqb","delta":"WK\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01ReGYAaC2uQxr7iguRGwNqb","delta":", \"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01ReGYAaC2uQxr7iguRGwNqb","delta":"edits\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01ReGYAaC2uQxr7iguRGwNqb","delta":": [{\"oldStri","metadata":{}},{"type":"tool-params-delta","id":"toolu_01ReGYAaC2uQxr7iguRGwNqb","delta":"ng\":\"-","metadata":{}},{"type":"tool-params-delta","id":"toolu_01ReGYAaC2uQxr7iguRGwNqb","delta":" Milk\",\"new","metadata":{}},{"type":"tool-params-delta","id":"toolu_01ReGYAaC2uQxr7iguRGwNqb","delta":"String\":\"- ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01ReGYAaC2uQxr7iguRGwNqb","delta":"Mil","metadata":{}},{"type":"tool-params-delta","id":"toolu_01ReGYAaC2uQxr7iguRGwNqb","delta":"k\\n- Brea","metadata":{}},{"type":"tool-params-delta","id":"toolu_01ReGYAaC2uQxr7iguRGwNqb","delta":"d\"}]}","metadata":{}},{"type":"tool-params-end","id":"toolu_01ReGYAaC2uQxr7iguRGwNqb","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":1969,"outputTokens":114,"totalTokens":2083},"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":1969,"output_tokens":66,"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>echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTWK</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_01Cm1R1jEJDbSAesgPnCYmCr","name":"open","params":{"doc":"01JGFJJZ00G0WKQSJGMAKCNTWK"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01Cm1R1jEJDbSAesgPnCYmCr","name":"open","isFailure":false,"result":{"content":"# Shopping list"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"The document contains a shopping list with just a heading. I need to add \"milk\" to it.","options":{}},{"type":"text","text":"Now I'll add milk to the shopping list.","options":{}},{"type":"tool-call","id":"toolu_01HiC5MqykH8CRF2uRso9XVu","name":"update","params":{"doc":"01JGFJJZ00G0WKQSJGMAKCNTWK","edits":[{"oldString":"# Shopping list","newString":"# Shopping list\n\n- Milk"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01HiC5MqykH8CRF2uRso9XVu","name":"update","isFailure":false,"result":{"newContent":"# Shopping list\n\n- Milk"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":"Done! I've added **Milk** to your shopping list. \ud83e\udd5b","options":{}},{"role":"user","content":"Add bread to the shopping list.","options":{}},{"role":"assistant","content":[{"type":"tool-call","id":"toolu_01ReGYAaC2uQxr7iguRGwNqb","name":"update","params":{"doc":"01JGFJJZ00G0WKQSJGMAKCNTWK","edits":[{"oldString":"- Milk","newString":"- Milk\n- Bread"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01ReGYAaC2uQxr7iguRGwNqb","name":"update","isFailure":false,"result":{"newContent":"# Shopping list\n\n- Milk\n- Bread"},"providerExecuted":false,"options":{}}],"options":{"anthropic":{"cacheControl":{"ttl":"5m","type":"ephemeral"}}}}]},"response":[{"type":"response-metadata","id":"msg_01G7GhkneFFzZJB41H9vqkK3","modelId":"claude-opus-4-6","timestamp":"2026-05-31T07:33:41.516Z","metadata":{}},{"type":"text-start","id":"0","metadata":{}},{"type":"text-delta","id":"0","delta":"Done","metadata":{}},{"type":"text-delta","id":"0","delta":"! I've added **Bread** to your shopping list. \ud83c\udf5e","metadata":{}},{"type":"text-end","id":"0","metadata":{}},{"type":"finish","reason":"stop","usage":{"inputTokens":2128,"outputTokens":21,"totalTokens":2149},"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":2128,"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>echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTWK</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_01Cm1R1jEJDbSAesgPnCYmCr","name":"open","params":{"doc":"01JGFJJZ00G0WKQSJGMAKCNTWK"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01Cm1R1jEJDbSAesgPnCYmCr","name":"open","isFailure":false,"result":{"content":"# Shopping list"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"The document contains a shopping list with just a heading. I need to add \"milk\" to it.","options":{}},{"type":"text","text":"Now I'll add milk to the shopping list.","options":{}},{"type":"tool-call","id":"toolu_01HiC5MqykH8CRF2uRso9XVu","name":"update","params":{"doc":"01JGFJJZ00G0WKQSJGMAKCNTWK","edits":[{"oldString":"# Shopping list","newString":"# Shopping list\n\n- Milk"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01HiC5MqykH8CRF2uRso9XVu","name":"update","isFailure":false,"result":{"newContent":"# Shopping list\n\n- Milk"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":"Done! I've added **Milk** to your shopping list. \ud83e\udd5b","options":{}},{"role":"user","content":"Add bread to the shopping list.","options":{}},{"role":"assistant","content":[{"type":"tool-call","id":"toolu_01ReGYAaC2uQxr7iguRGwNqb","name":"update","params":{"doc":"01JGFJJZ00G0WKQSJGMAKCNTWK","edits":[{"oldString":"- Milk","newString":"- Milk\n- Bread"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01ReGYAaC2uQxr7iguRGwNqb","name":"update","isFailure":false,"result":{"newContent":"# Shopping list\n\n- Milk\n- Bread"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":"Done! I've added **Bread** to your shopping list. \ud83c\udf5e","options":{}},{"role":"user","content":"Add eggs to the shopping list.","options":{"anthropic":{"cacheControl":{"ttl":"5m","type":"ephemeral"}}}}]},"response":[{"type":"response-metadata","id":"msg_01UZkKX2Ck5ek9HvtBXuhEnA","modelId":"claude-opus-4-6","timestamp":"2026-05-31T07:33:43.433Z","metadata":{}},{"type":"tool-params-start","id":"toolu_01DCSEqYkiUKvZ4if1RsyfyR","name":"update","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_01DCSEqYkiUKvZ4if1RsyfyR","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01DCSEqYkiUKvZ4if1RsyfyR","delta":"{\"doc\": \"01J","metadata":{}},{"type":"tool-params-delta","id":"toolu_01DCSEqYkiUKvZ4if1RsyfyR","delta":"GFJJ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01DCSEqYkiUKvZ4if1RsyfyR","delta":"Z00","metadata":{}},{"type":"tool-params-delta","id":"toolu_01DCSEqYkiUKvZ4if1RsyfyR","delta":"G0WKQ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01DCSEqYkiUKvZ4if1RsyfyR","delta":"SJG","metadata":{}},{"type":"tool-params-delta","id":"toolu_01DCSEqYkiUKvZ4if1RsyfyR","delta":"MAK","metadata":{}},{"type":"tool-params-delta","id":"toolu_01DCSEqYkiUKvZ4if1RsyfyR","delta":"CNTWK\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01DCSEqYkiUKvZ4if1RsyfyR","delta":", \"edits\":","metadata":{}},{"type":"tool-params-delta","id":"toolu_01DCSEqYkiUKvZ4if1RsyfyR","delta":" [{\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01DCSEqYkiUKvZ4if1RsyfyR","delta":"ol","metadata":{}},{"type":"tool-params-delta","id":"toolu_01DCSEqYkiUKvZ4if1RsyfyR","delta":"dStrin","metadata":{}},{"type":"tool-params-delta","id":"toolu_01DCSEqYkiUKvZ4if1RsyfyR","delta":"g\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01DCSEqYkiUKvZ4if1RsyfyR","delta":":\"- Bread","metadata":{}},{"type":"tool-params-delta","id":"toolu_01DCSEqYkiUKvZ4if1RsyfyR","delta":"\",\"newSt","metadata":{}},{"type":"tool-params-delta","id":"toolu_01DCSEqYkiUKvZ4if1RsyfyR","delta":"ring\":\"- B","metadata":{}},{"type":"tool-params-delta","id":"toolu_01DCSEqYkiUKvZ4if1RsyfyR","delta":"re","metadata":{}},{"type":"tool-params-delta","id":"toolu_01DCSEqYkiUKvZ4if1RsyfyR","delta":"ad\\n- Eggs\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01DCSEqYkiUKvZ4if1RsyfyR","delta":"}]}","metadata":{}},{"type":"tool-params-end","id":"toolu_01DCSEqYkiUKvZ4if1RsyfyR","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":2159,"outputTokens":114,"totalTokens":2273},"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":2159,"output_tokens":73,"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>echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTWK</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_01Cm1R1jEJDbSAesgPnCYmCr","name":"open","params":{"doc":"01JGFJJZ00G0WKQSJGMAKCNTWK"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01Cm1R1jEJDbSAesgPnCYmCr","name":"open","isFailure":false,"result":{"content":"# Shopping list"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"The document contains a shopping list with just a heading. I need to add \"milk\" to it.","options":{}},{"type":"text","text":"Now I'll add milk to the shopping list.","options":{}},{"type":"tool-call","id":"toolu_01HiC5MqykH8CRF2uRso9XVu","name":"update","params":{"doc":"01JGFJJZ00G0WKQSJGMAKCNTWK","edits":[{"oldString":"# Shopping list","newString":"# Shopping list\n\n- Milk"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01HiC5MqykH8CRF2uRso9XVu","name":"update","isFailure":false,"result":{"newContent":"# Shopping list\n\n- Milk"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":"Done! I've added **Milk** to your shopping list. \ud83e\udd5b","options":{}},{"role":"user","content":"Add bread to the shopping list.","options":{}},{"role":"assistant","content":[{"type":"tool-call","id":"toolu_01ReGYAaC2uQxr7iguRGwNqb","name":"update","params":{"doc":"01JGFJJZ00G0WKQSJGMAKCNTWK","edits":[{"oldString":"- Milk","newString":"- Milk\n- Bread"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01ReGYAaC2uQxr7iguRGwNqb","name":"update","isFailure":false,"result":{"newContent":"# Shopping list\n\n- Milk\n- Bread"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":"Done! I've added **Bread** to your shopping list. \ud83c\udf5e","options":{}},{"role":"user","content":"Add eggs to the shopping list.","options":{}},{"role":"assistant","content":[{"type":"tool-call","id":"toolu_01DCSEqYkiUKvZ4if1RsyfyR","name":"update","params":{"doc":"01JGFJJZ00G0WKQSJGMAKCNTWK","edits":[{"oldString":"- Bread","newString":"- Bread\n- Eggs"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01DCSEqYkiUKvZ4if1RsyfyR","name":"update","isFailure":false,"result":{"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_011oCyspnuEphrQhAQJKuufA","modelId":"claude-opus-4-6","timestamp":"2026-05-31T07:33:45.174Z","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. \ud83e\udd5a","metadata":{}},{"type":"text-end","id":"0","metadata":{}},{"type":"finish","reason":"stop","usage":{"inputTokens":2323,"outputTokens":21,"totalTokens":2344},"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":2323,"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]}},"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]},"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_01QLkj8Z84ZUDWhGkSkymSDa","modelId":"claude-opus-4-6","timestamp":"2026-06-02T09:33:32.663Z","metadata":{}},{"type":"reasoning-start","id":"0","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"The","metadata":{}},{"type":"reasoning-delta","id":"0","delta":" user wants me to create a markdown document with a cookie recipe.","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"","metadata":{"anthropic":{"type":"thinking","signature":"EosCCmMIDhgCKkAO7feeXRtJ5hW8R5SwEBcM4R78E4DPeRlhePAstobU7eu8rzkwDC7AXrEQW1WORNjkg5UVrcltu3KYcaPBQuXNMg9jbGF1ZGUtb3B1cy00LTY4AEIIdGhpbmtpbmcSDAYUnEx/gp2sT9bduRoMDWdNcGnRo3zgVwQgIjCPtge8qoBp11iCkrOTgXS7tqIgOybgmRcU+RtYZJCKqc8/48vc+YBXrwYjirYEH8MqVpQd8czSaM3/Ewzf7p9REw81kOfKPKu0N6sIDBXh6Jo+bszem/KmBrqi+MSbQbTBlgYY2XI4zbmvek0LpcGwhOkVCHZ1JbHkYybGSplJHy741W26pHTdGAE="}}},{"type":"reasoning-end","id":"0","metadata":{}},{"type":"tool-params-start","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","name":"create","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"{\"na","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"me\": \"Cl","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"assic Ch","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"ocolat","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"e Chip C","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"ookie","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"s\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":", ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"\"content\": ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"\"# Clas","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"sic Chocol","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"ate Chip Coo","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"kies\\n\\n","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"A timeless","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":" recipe fo","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"r soft, che","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"wy ch","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"ocola","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"te chip co","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"ok","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"ies that a","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"re ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"gold","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"en on the ed","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"ges a","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"nd go","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"oey i","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"n t","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"he c","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"enter.\\n","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"\\n","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"## ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"Ingredients","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"\\n","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"\\n- 2 \u00bc cup","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"s all-pur","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"pose fl","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"our\\n- 1 tsp","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":" bak","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"ing soda\\n- ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"1 tsp salt\\","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"n- ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"1 cu","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"p (2","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":" sticks)","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":" unsalted","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":" butter, so","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"ftened\\","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"n- \u00be cu","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"p gra","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"nulated s","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"ugar\\n- \u00be cu","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"p packed bro","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"wn","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":" s","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"ug","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"ar\\n- 2 ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"large eggs\\","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"n- 2 tsp va","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"nil","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"la extr","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"act\\n- ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"2 cups semi-","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"swee","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"t ch","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"ocolate chip","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"s\\n\\n## I","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"nstructions\\","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"n\\n1","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":". **Pr","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"eheat** yo","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"ur oven ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"to","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":" 3","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"75\u00b0F ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"(190\u00b0C).","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":" Line baking","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":" sheets with","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":" parchme","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"nt paper.\\","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"n2. ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"**Combi","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"ne","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":" dry","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":" i","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"ngredie","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"nts:** In a ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"medium","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":" bowl,","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":" whisk to","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"geth","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"er the flou","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"r, baking so","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"da, and","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":" s","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"alt. Set","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":" aside.\\","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"n3. *","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"*Cr","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"eam the butt","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"er and suga","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"rs:** In a","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":" large bowl,","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":" b","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"eat ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"the soften","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"ed ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"butter","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":", granula","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"ted sug","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"ar, and brow","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"n sugar toge","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"th","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"er unti","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"l light an","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"d fluffy (","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"ab","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"out 2\u20133 ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"minutes).\\n","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"4. **","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"Add eggs","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":" a","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"nd v","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"anil","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"la:** Bea","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"t in","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":" the egg","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"s one at ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"a t","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"ime","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":", then mix","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":" in the ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"van","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"illa","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":" ext","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"ract unti","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"l well","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":" combi","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"ned","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":".\\n5. **Mi","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"x in dry i","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"ngredients","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":":**","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":" Gr","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"adua","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"lly","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":" add t","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"he f","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"lour m","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"ixture to t","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"he","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":" w","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"et ingre","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"dien","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"ts, ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"mixing on","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":" low spe","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"ed until","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":" just co","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"mbined. D","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"o n","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"ot overmix","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":".\\n6. *","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"*Fold in","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":" choco","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"late chi","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"ps:** ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"Stir in ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"the choco","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"late ch","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"ips with","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":" a ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"spatula ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"or w","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"ooden spoon","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":".\\n7. *","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"*Sc","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"oop t","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"he d","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"ough:** Drop","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":" rounded ta","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"blespoons ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"of dough ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"onto the pre","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"pared bak","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"ing she","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"ets, s","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"pacing them","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":" about 2 inc","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"hes apart.","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"\\n8. **Bake:","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"** Bake for ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"9\u201311","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":" min","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"utes, o","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"r until the ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"edges","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":" are g","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"olden","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":" but the ce","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"nte","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"rs still lo","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"ok","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":" sli","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"ghtly","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":" und","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"erdone.\\n9. ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"**Coo","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"l:** Let ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"the co","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"okies cool","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":" on the","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":" b","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"aking","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":" sheet for ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"5 minutes, t","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"hen tra","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"ns","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"fer to","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":" a wire rac","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"k to coo","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"l completely","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":".\\n\\n## Ti","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"ps\\n\\n- For ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"extra flavo","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"r, use","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":" a mix o","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"f semi-s","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"weet and","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":" dark","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":" chocol","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"ate chips.\\","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"n- C","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"hil","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"l t","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"he doug","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"h for 30 mi","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"nutes bef","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"ore ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"baking for","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":" thicker ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"cookies.","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"\\n- Store in","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":" an airtig","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"ht container","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":" at room t","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"emperature ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"for up","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":" to 5","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":" days.\\n\\n-","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"--\\n\\n*","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"*Yie","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"ld:*","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"* ~4","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"8 coo","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"kies |","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":" **Prep Ti","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"me","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":":** ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"15 ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"min","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":" | *","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"*Bake T","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"ime:** 10 m","metadata":{}},{"type":"tool-params-delta","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","delta":"in\\n\"}","metadata":{}},{"type":"tool-params-end","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":1692,"outputTokens":636,"totalTokens":2328},"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":1692,"output_tokens":9,"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]}},"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]},"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>echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTJZ</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_01PYeFux2Mt2yMXTDy8kLCkp","modelId":"claude-opus-4-6","timestamp":"2026-06-02T09:34:06.574Z","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":"EoECCmMIDhgCKkB59APG7kQJaS56ZghJ7yGmUDPTIff8aJqcCaiTm7DBlPfIkAEzU9xUX9RfyXK8kuAlQ2FqlGTMKvYxrrstJfcdMg9jbGF1ZGUtb3B1cy00LTY4AEIIdGhpbmtpbmcSDHSSlD2DLhLny2WqnRoMUkfQrEiOe/A5TFldIjAo9TCbxxJU18dKHi+BYAgJZp5x/awgTtbk2G5NSa97z8/7fhV1HPHemPb0zx3J544qTBhgSnhDHX9k8g/W48OT1f7tFpxco/ua0FrB6O43xFOuE0R9qCIMWo1qKceH8P7VDhL6D6OdsOIkSWjXSesHDt+fgbYwmEnTSGQS72UYAQ=="}}},{"type":"reasoning-end","id":"0","metadata":{}},{"type":"text-start","id":"1","metadata":{}},{"type":"text-delta","id":"1","delta":"Let me first","metadata":{}},{"type":"text-delta","id":"1","delta":" open the document to see what's currently on the shopping list.","metadata":{}},{"type":"text-end","id":"1","metadata":{}},{"type":"tool-params-start","id":"toolu_014bUMTcVBFmmfiLGMaM6R1K","name":"open","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_014bUMTcVBFmmfiLGMaM6R1K","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_014bUMTcVBFmmfiLGMaM6R1K","delta":"{\"d","metadata":{}},{"type":"tool-params-delta","id":"toolu_014bUMTcVBFmmfiLGMaM6R1K","delta":"oc\":","metadata":{}},{"type":"tool-params-delta","id":"toolu_014bUMTcVBFmmfiLGMaM6R1K","delta":" \"echo://BD","metadata":{}},{"type":"tool-params-delta","id":"toolu_014bUMTcVBFmmfiLGMaM6R1K","delta":"JXMULPW5FB","metadata":{}},{"type":"tool-params-delta","id":"toolu_014bUMTcVBFmmfiLGMaM6R1K","delta":"55UZ7KP","metadata":{}},{"type":"tool-params-delta","id":"toolu_014bUMTcVBFmmfiLGMaM6R1K","delta":"5HL","metadata":{}},{"type":"tool-params-delta","id":"toolu_014bUMTcVBFmmfiLGMaM6R1K","delta":"DHVTX","metadata":{}},{"type":"tool-params-delta","id":"toolu_014bUMTcVBFmmfiLGMaM6R1K","delta":"UTHE2U/","metadata":{}},{"type":"tool-params-delta","id":"toolu_014bUMTcVBFmmfiLGMaM6R1K","delta":"01JGF","metadata":{}},{"type":"tool-params-delta","id":"toolu_014bUMTcVBFmmfiLGMaM6R1K","delta":"JJZ00G0WK","metadata":{}},{"type":"tool-params-delta","id":"toolu_014bUMTcVBFmmfiLGMaM6R1K","delta":"QSJGMAKC","metadata":{}},{"type":"tool-params-delta","id":"toolu_014bUMTcVBFmmfiLGMaM6R1K","delta":"NTJZ","metadata":{}},{"type":"tool-params-delta","id":"toolu_014bUMTcVBFmmfiLGMaM6R1K","delta":"\"}","metadata":{}},{"type":"tool-params-end","id":"toolu_014bUMTcVBFmmfiLGMaM6R1K","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":1783,"outputTokens":146,"totalTokens":1929},"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":1783,"output_tokens":9,"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]}},"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]},"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>echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTJZ</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_014bUMTcVBFmmfiLGMaM6R1K","name":"open","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTJZ"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_014bUMTcVBFmmfiLGMaM6R1K","name":"open","isFailure":false,"result":{"content":"# Shopping list"},"providerExecuted":false,"options":{}}],"options":{"anthropic":{"cacheControl":{"ttl":"5m","type":"ephemeral"}}}}]},"response":[{"type":"response-metadata","id":"msg_018rydtbYfauLFQzngNFhK1o","modelId":"claude-opus-4-6","timestamp":"2026-06-02T09:34:14.200Z","metadata":{}},{"type":"reasoning-start","id":"0","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"The","metadata":{}},{"type":"reasoning-delta","id":"0","delta":" document currently just has a heading \"# Shopping list\". I need to add \"milk\" to it.","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"","metadata":{"anthropic":{"type":"thinking","signature":"Ep4CCmMIDhgCKkCVR0MlE/75lDc9loNRTT8e4IygDUwrtCePRSoC7AiMoWfR0ohVYF5X41fF0I1Eg+5zqSrwW2+kDZ54viHUmA2JMg9jbGF1ZGUtb3B1cy00LTY4AEIIdGhpbmtpbmcSDJiCnNXb43xf0y6MkBoMdO/9z42oeXtVRWJGIjBy1ABoiyFUbG4jGbAbNGoBYDBjfwyEFPb5+ESNyaVXP56ci7aYNmEH9mmdIAZcv0EqaZunD0KNRopCxTgBGkr8yXIc+o5E8D8VmtAeDVNP6BD/A4pM9/SCbkRYBx7Xiz9fC90YAy5PuzabCDCtvAKwmXFwVdC+vcaGLOeWVZwyso6yXxwORccHqtnZvqEb1ou7Hd2lAf4JLMpVhhgB"}}},{"type":"reasoning-end","id":"0","metadata":{}},{"type":"text-start","id":"1","metadata":{}},{"type":"text-delta","id":"1","delta":"Now I'll add milk to the shopping list.","metadata":{}},{"type":"text-end","id":"1","metadata":{}},{"type":"tool-params-start","id":"toolu_012bChPsTnnmQiCLiyV48wGP","name":"update","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_012bChPsTnnmQiCLiyV48wGP","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_012bChPsTnnmQiCLiyV48wGP","delta":"{\"doc\": \"","metadata":{}},{"type":"tool-params-delta","id":"toolu_012bChPsTnnmQiCLiyV48wGP","delta":"echo://B","metadata":{}},{"type":"tool-params-delta","id":"toolu_012bChPsTnnmQiCLiyV48wGP","delta":"DJXMULPW","metadata":{}},{"type":"tool-params-delta","id":"toolu_012bChPsTnnmQiCLiyV48wGP","delta":"5FB55U","metadata":{}},{"type":"tool-params-delta","id":"toolu_012bChPsTnnmQiCLiyV48wGP","delta":"Z7KP5H","metadata":{}},{"type":"tool-params-delta","id":"toolu_012bChPsTnnmQiCLiyV48wGP","delta":"LD","metadata":{}},{"type":"tool-params-delta","id":"toolu_012bChPsTnnmQiCLiyV48wGP","delta":"HVTXU","metadata":{}},{"type":"tool-params-delta","id":"toolu_012bChPsTnnmQiCLiyV48wGP","delta":"THE2U/01JGFJ","metadata":{}},{"type":"tool-params-delta","id":"toolu_012bChPsTnnmQiCLiyV48wGP","delta":"JZ","metadata":{}},{"type":"tool-params-delta","id":"toolu_012bChPsTnnmQiCLiyV48wGP","delta":"00G0WKQ","metadata":{}},{"type":"tool-params-delta","id":"toolu_012bChPsTnnmQiCLiyV48wGP","delta":"SJGMAKCNTJZ","metadata":{}},{"type":"tool-params-delta","id":"toolu_012bChPsTnnmQiCLiyV48wGP","delta":"\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_012bChPsTnnmQiCLiyV48wGP","delta":", ","metadata":{}},{"type":"tool-params-delta","id":"toolu_012bChPsTnnmQiCLiyV48wGP","delta":"\"edits\": ","metadata":{}},{"type":"tool-params-delta","id":"toolu_012bChPsTnnmQiCLiyV48wGP","delta":"[{\"oldString","metadata":{}},{"type":"tool-params-delta","id":"toolu_012bChPsTnnmQiCLiyV48wGP","delta":"\":","metadata":{}},{"type":"tool-params-delta","id":"toolu_012bChPsTnnmQiCLiyV48wGP","delta":"\"# S","metadata":{}},{"type":"tool-params-delta","id":"toolu_012bChPsTnnmQiCLiyV48wGP","delta":"hopping","metadata":{}},{"type":"tool-params-delta","id":"toolu_012bChPsTnnmQiCLiyV48wGP","delta":" lis","metadata":{}},{"type":"tool-params-delta","id":"toolu_012bChPsTnnmQiCLiyV48wGP","delta":"t\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_012bChPsTnnmQiCLiyV48wGP","delta":",\"newStri","metadata":{}},{"type":"tool-params-delta","id":"toolu_012bChPsTnnmQiCLiyV48wGP","delta":"ng\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_012bChPsTnnmQiCLiyV48wGP","delta":":\"# ","metadata":{}},{"type":"tool-params-delta","id":"toolu_012bChPsTnnmQiCLiyV48wGP","delta":"Shopp","metadata":{}},{"type":"tool-params-delta","id":"toolu_012bChPsTnnmQiCLiyV48wGP","delta":"ing lis","metadata":{}},{"type":"tool-params-delta","id":"toolu_012bChPsTnnmQiCLiyV48wGP","delta":"t\\n\\","metadata":{}},{"type":"tool-params-delta","id":"toolu_012bChPsTnnmQiCLiyV48wGP","delta":"n- Milk\"}","metadata":{}},{"type":"tool-params-delta","id":"toolu_012bChPsTnnmQiCLiyV48wGP","delta":"]}","metadata":{}},{"type":"tool-params-end","id":"toolu_012bChPsTnnmQiCLiyV48wGP","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":1933,"outputTokens":193,"totalTokens":2126},"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":1933,"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]}},"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]},"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>echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTJZ</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_014bUMTcVBFmmfiLGMaM6R1K","name":"open","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTJZ"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_014bUMTcVBFmmfiLGMaM6R1K","name":"open","isFailure":false,"result":{"content":"# Shopping list"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"The document currently just has a heading \"# Shopping list\". I need to add \"milk\" to it.","options":{}},{"type":"text","text":"Now I'll add milk to the shopping list.","options":{}},{"type":"tool-call","id":"toolu_012bChPsTnnmQiCLiyV48wGP","name":"update","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTJZ","edits":[{"oldString":"# Shopping list","newString":"# Shopping list\n\n- Milk"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_012bChPsTnnmQiCLiyV48wGP","name":"update","isFailure":false,"result":{"newContent":"# Shopping list\n\n- Milk"},"providerExecuted":false,"options":{}}],"options":{"anthropic":{"cacheControl":{"ttl":"5m","type":"ephemeral"}}}}]},"response":[{"type":"response-metadata","id":"msg_01F8MXfDR82yfJ8tR4yEEpNd","modelId":"claude-opus-4-6","timestamp":"2026-06-02T09:34:18.002Z","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. \ud83e\udd5b","metadata":{}},{"type":"text-end","id":"0","metadata":{}},{"type":"finish","reason":"stop","usage":{"inputTokens":2129,"outputTokens":21,"totalTokens":2150},"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":2129,"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]}},"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]},"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>echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTJZ</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_014bUMTcVBFmmfiLGMaM6R1K","name":"open","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTJZ"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_014bUMTcVBFmmfiLGMaM6R1K","name":"open","isFailure":false,"result":{"content":"# Shopping list"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"The document currently just has a heading \"# Shopping list\". I need to add \"milk\" to it.","options":{}},{"type":"text","text":"Now I'll add milk to the shopping list.","options":{}},{"type":"tool-call","id":"toolu_012bChPsTnnmQiCLiyV48wGP","name":"update","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTJZ","edits":[{"oldString":"# Shopping list","newString":"# Shopping list\n\n- Milk"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_012bChPsTnnmQiCLiyV48wGP","name":"update","isFailure":false,"result":{"newContent":"# Shopping list\n\n- Milk"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":"Done! I've added **Milk** to your shopping list. \ud83e\udd5b","options":{}},{"role":"user","content":"Add bread to the shopping list.","options":{"anthropic":{"cacheControl":{"ttl":"5m","type":"ephemeral"}}}}]},"response":[{"type":"response-metadata","id":"msg_019HtMTXACa1AEZPCaSd41AD","modelId":"claude-opus-4-6","timestamp":"2026-06-02T09:34:20.817Z","metadata":{}},{"type":"tool-params-start","id":"toolu_01V9zncc8QTmuFVauAjXMxjc","name":"update","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_01V9zncc8QTmuFVauAjXMxjc","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01V9zncc8QTmuFVauAjXMxjc","delta":"{\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01V9zncc8QTmuFVauAjXMxjc","delta":"doc\": ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01V9zncc8QTmuFVauAjXMxjc","delta":"\"echo://BDJX","metadata":{}},{"type":"tool-params-delta","id":"toolu_01V9zncc8QTmuFVauAjXMxjc","delta":"MULPW5FB5","metadata":{}},{"type":"tool-params-delta","id":"toolu_01V9zncc8QTmuFVauAjXMxjc","delta":"5UZ7KP5HL","metadata":{}},{"type":"tool-params-delta","id":"toolu_01V9zncc8QTmuFVauAjXMxjc","delta":"DHV","metadata":{}},{"type":"tool-params-delta","id":"toolu_01V9zncc8QTmuFVauAjXMxjc","delta":"TXUTHE2","metadata":{}},{"type":"tool-params-delta","id":"toolu_01V9zncc8QTmuFVauAjXMxjc","delta":"U/0","metadata":{}},{"type":"tool-params-delta","id":"toolu_01V9zncc8QTmuFVauAjXMxjc","delta":"1JGF","metadata":{}},{"type":"tool-params-delta","id":"toolu_01V9zncc8QTmuFVauAjXMxjc","delta":"JJZ00","metadata":{}},{"type":"tool-params-delta","id":"toolu_01V9zncc8QTmuFVauAjXMxjc","delta":"G0WKQS","metadata":{}},{"type":"tool-params-delta","id":"toolu_01V9zncc8QTmuFVauAjXMxjc","delta":"JGMAKCN","metadata":{}},{"type":"tool-params-delta","id":"toolu_01V9zncc8QTmuFVauAjXMxjc","delta":"TJ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01V9zncc8QTmuFVauAjXMxjc","delta":"Z\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01V9zncc8QTmuFVauAjXMxjc","delta":", \"edits\":","metadata":{}},{"type":"tool-params-delta","id":"toolu_01V9zncc8QTmuFVauAjXMxjc","delta":" [{\"o","metadata":{}},{"type":"tool-params-delta","id":"toolu_01V9zncc8QTmuFVauAjXMxjc","delta":"ldStri","metadata":{}},{"type":"tool-params-delta","id":"toolu_01V9zncc8QTmuFVauAjXMxjc","delta":"ng\":\"- Milk\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01V9zncc8QTmuFVauAjXMxjc","delta":",\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01V9zncc8QTmuFVauAjXMxjc","delta":"newSt","metadata":{}},{"type":"tool-params-delta","id":"toolu_01V9zncc8QTmuFVauAjXMxjc","delta":"ring\":","metadata":{}},{"type":"tool-params-delta","id":"toolu_01V9zncc8QTmuFVauAjXMxjc","delta":"\"- Milk\\","metadata":{}},{"type":"tool-params-delta","id":"toolu_01V9zncc8QTmuFVauAjXMxjc","delta":"n- Bre","metadata":{}},{"type":"tool-params-delta","id":"toolu_01V9zncc8QTmuFVauAjXMxjc","delta":"ad\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01V9zncc8QTmuFVauAjXMxjc","delta":"}]}","metadata":{}},{"type":"tool-params-end","id":"toolu_01V9zncc8QTmuFVauAjXMxjc","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":2160,"outputTokens":144,"totalTokens":2304},"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":2160,"output_tokens":73,"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]}},"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]},"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>echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTJZ</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_014bUMTcVBFmmfiLGMaM6R1K","name":"open","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTJZ"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_014bUMTcVBFmmfiLGMaM6R1K","name":"open","isFailure":false,"result":{"content":"# Shopping list"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"The document currently just has a heading \"# Shopping list\". I need to add \"milk\" to it.","options":{}},{"type":"text","text":"Now I'll add milk to the shopping list.","options":{}},{"type":"tool-call","id":"toolu_012bChPsTnnmQiCLiyV48wGP","name":"update","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTJZ","edits":[{"oldString":"# Shopping list","newString":"# Shopping list\n\n- Milk"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_012bChPsTnnmQiCLiyV48wGP","name":"update","isFailure":false,"result":{"newContent":"# Shopping list\n\n- Milk"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":"Done! I've added **Milk** to your shopping list. \ud83e\udd5b","options":{}},{"role":"user","content":"Add bread to the shopping list.","options":{}},{"role":"assistant","content":[{"type":"tool-call","id":"toolu_01V9zncc8QTmuFVauAjXMxjc","name":"update","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTJZ","edits":[{"oldString":"- Milk","newString":"- Milk\n- Bread"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01V9zncc8QTmuFVauAjXMxjc","name":"update","isFailure":false,"result":{"newContent":"# Shopping list\n\n- Milk\n- Bread"},"providerExecuted":false,"options":{}}],"options":{"anthropic":{"cacheControl":{"ttl":"5m","type":"ephemeral"}}}}]},"response":[{"type":"response-metadata","id":"msg_01D8GJpnwxtyHe9N6Wdmm1PN","modelId":"claude-opus-4-6","timestamp":"2026-06-02T09:34:23.833Z","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. \ud83c\udf5e 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":2349,"outputTokens":38,"totalTokens":2387},"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":2349,"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]}},"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]},"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>echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTJZ</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_014bUMTcVBFmmfiLGMaM6R1K","name":"open","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTJZ"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_014bUMTcVBFmmfiLGMaM6R1K","name":"open","isFailure":false,"result":{"content":"# Shopping list"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"The document currently just has a heading \"# Shopping list\". I need to add \"milk\" to it.","options":{}},{"type":"text","text":"Now I'll add milk to the shopping list.","options":{}},{"type":"tool-call","id":"toolu_012bChPsTnnmQiCLiyV48wGP","name":"update","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTJZ","edits":[{"oldString":"# Shopping list","newString":"# Shopping list\n\n- Milk"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_012bChPsTnnmQiCLiyV48wGP","name":"update","isFailure":false,"result":{"newContent":"# Shopping list\n\n- Milk"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":"Done! I've added **Milk** to your shopping list. \ud83e\udd5b","options":{}},{"role":"user","content":"Add bread to the shopping list.","options":{}},{"role":"assistant","content":[{"type":"tool-call","id":"toolu_01V9zncc8QTmuFVauAjXMxjc","name":"update","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTJZ","edits":[{"oldString":"- Milk","newString":"- Milk\n- Bread"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01V9zncc8QTmuFVauAjXMxjc","name":"update","isFailure":false,"result":{"newContent":"# Shopping list\n\n- Milk\n- Bread"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":"Done! I've added **Bread** to your shopping list. \ud83c\udf5e 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_01JWBEfB89joG1zMk74U8rRf","modelId":"claude-opus-4-6","timestamp":"2026-06-02T09:34:26.035Z","metadata":{}},{"type":"tool-params-start","id":"toolu_018Q8XNfWC6yDQaJcCpwmnf5","name":"update","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_018Q8XNfWC6yDQaJcCpwmnf5","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_018Q8XNfWC6yDQaJcCpwmnf5","delta":"{\"doc","metadata":{}},{"type":"tool-params-delta","id":"toolu_018Q8XNfWC6yDQaJcCpwmnf5","delta":"\": \"echo:","metadata":{}},{"type":"tool-params-delta","id":"toolu_018Q8XNfWC6yDQaJcCpwmnf5","delta":"//BDJXMULP","metadata":{}},{"type":"tool-params-delta","id":"toolu_018Q8XNfWC6yDQaJcCpwmnf5","delta":"W5FB","metadata":{}},{"type":"tool-params-delta","id":"toolu_018Q8XNfWC6yDQaJcCpwmnf5","delta":"55UZ","metadata":{}},{"type":"tool-params-delta","id":"toolu_018Q8XNfWC6yDQaJcCpwmnf5","delta":"7KP5","metadata":{}},{"type":"tool-params-delta","id":"toolu_018Q8XNfWC6yDQaJcCpwmnf5","delta":"HLDHVTX","metadata":{}},{"type":"tool-params-delta","id":"toolu_018Q8XNfWC6yDQaJcCpwmnf5","delta":"UTHE2U/01JGF","metadata":{}},{"type":"tool-params-delta","id":"toolu_018Q8XNfWC6yDQaJcCpwmnf5","delta":"JJZ00G0WK","metadata":{}},{"type":"tool-params-delta","id":"toolu_018Q8XNfWC6yDQaJcCpwmnf5","delta":"QSJG","metadata":{}},{"type":"tool-params-delta","id":"toolu_018Q8XNfWC6yDQaJcCpwmnf5","delta":"MAKCNTJ","metadata":{}},{"type":"tool-params-delta","id":"toolu_018Q8XNfWC6yDQaJcCpwmnf5","delta":"Z\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_018Q8XNfWC6yDQaJcCpwmnf5","delta":", \"edits\": [","metadata":{}},{"type":"tool-params-delta","id":"toolu_018Q8XNfWC6yDQaJcCpwmnf5","delta":"{\"oldString","metadata":{}},{"type":"tool-params-delta","id":"toolu_018Q8XNfWC6yDQaJcCpwmnf5","delta":"\":","metadata":{}},{"type":"tool-params-delta","id":"toolu_018Q8XNfWC6yDQaJcCpwmnf5","delta":"\"- ","metadata":{}},{"type":"tool-params-delta","id":"toolu_018Q8XNfWC6yDQaJcCpwmnf5","delta":"Bread\",\"ne","metadata":{}},{"type":"tool-params-delta","id":"toolu_018Q8XNfWC6yDQaJcCpwmnf5","delta":"wStrin","metadata":{}},{"type":"tool-params-delta","id":"toolu_018Q8XNfWC6yDQaJcCpwmnf5","delta":"g\":\"- Bread","metadata":{}},{"type":"tool-params-delta","id":"toolu_018Q8XNfWC6yDQaJcCpwmnf5","delta":"\\n- Eggs\"}]}","metadata":{}},{"type":"tool-params-end","id":"toolu_018Q8XNfWC6yDQaJcCpwmnf5","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":2397,"outputTokens":144,"totalTokens":2541},"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":2397,"output_tokens":73,"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]}},"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]},"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>echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTJZ</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_014bUMTcVBFmmfiLGMaM6R1K","name":"open","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTJZ"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_014bUMTcVBFmmfiLGMaM6R1K","name":"open","isFailure":false,"result":{"content":"# Shopping list"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"The document currently just has a heading \"# Shopping list\". I need to add \"milk\" to it.","options":{}},{"type":"text","text":"Now I'll add milk to the shopping list.","options":{}},{"type":"tool-call","id":"toolu_012bChPsTnnmQiCLiyV48wGP","name":"update","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTJZ","edits":[{"oldString":"# Shopping list","newString":"# Shopping list\n\n- Milk"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_012bChPsTnnmQiCLiyV48wGP","name":"update","isFailure":false,"result":{"newContent":"# Shopping list\n\n- Milk"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":"Done! I've added **Milk** to your shopping list. \ud83e\udd5b","options":{}},{"role":"user","content":"Add bread to the shopping list.","options":{}},{"role":"assistant","content":[{"type":"tool-call","id":"toolu_01V9zncc8QTmuFVauAjXMxjc","name":"update","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTJZ","edits":[{"oldString":"- Milk","newString":"- Milk\n- Bread"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01V9zncc8QTmuFVauAjXMxjc","name":"update","isFailure":false,"result":{"newContent":"# Shopping list\n\n- Milk\n- Bread"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":"Done! I've added **Bread** to your shopping list. \ud83c\udf5e 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":"tool-call","id":"toolu_018Q8XNfWC6yDQaJcCpwmnf5","name":"update","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTJZ","edits":[{"oldString":"- Bread","newString":"- Bread\n- Eggs"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_018Q8XNfWC6yDQaJcCpwmnf5","name":"update","isFailure":false,"result":{"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_019bDSypa8ajRbhmFPshcqWL","modelId":"claude-opus-4-6","timestamp":"2026-06-02T09:34:29.212Z","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. \ud83e\udd5a 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":2591,"outputTokens":42,"totalTokens":2633},"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":2591,"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]}},"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]},"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 markdown document with a cookie recipe.","options":{}},{"type":"tool-call","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","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 \u00bc cups all-purpose flour\n- 1 tsp baking soda\n- 1 tsp salt\n- 1 cup (2 sticks) unsalted butter, softened\n- \u00be cup granulated sugar\n- \u00be 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** your oven to 375\u00b0F (190\u00b0C). 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\u20133 minutes).\n4. **Add eggs and vanilla:** Beat in the eggs one at a time, then mix in the vanilla extract until well combined.\n5. **Mix in dry ingredients:** Gradually add the flour mixture to the wet ingredients, mixing on low speed until just combined. Do not overmix.\n6. **Fold in chocolate chips:** Stir in the chocolate chips with a spatula or wooden spoon.\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\u201311 minutes, or until the edges are golden 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---\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_01X5kiVszQ444KhhsyEKgiFa","name":"create","isFailure":false,"result":{"id":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTHX"},"providerExecuted":false,"options":{}}],"options":{"anthropic":{"cacheControl":{"ttl":"5m","type":"ephemeral"}}}}]},"response":[{"type":"response-metadata","id":"msg_01TZ7wZkduq7rQo4HurTt8LD","modelId":"claude-opus-4-6","timestamp":"2026-06-02T09:38:20.463Z","metadata":{}},{"type":"text-start","id":"0","metadata":{}},{"type":"text-delta","id":"0","delta":"Your","metadata":{}},{"type":"text-delta","id":"0","delta":" cookie recipe document has been created! \ud83c\udf6a It includes:\n\n- **Title:** Classic Chocolate Chip Cookies","metadata":{}},{"type":"text-delta","id":"0","delta":"\n- **Ingredients:** A full list including butter, sugars, flour, eggs, vanilla, and chocolate chips\n- **Step","metadata":{}},{"type":"text-delta","id":"0","delta":"-by-step instructions:** From preheating the oven to cooling the cookies\n- **Helpful tips:** Such as chilling the dough for th","metadata":{}},{"type":"text-delta","id":"0","delta":"icker cookies and mixing chocolate chip types for extra flavor\n\nLet me know if you'd like to make any changes or additions","metadata":{}},{"type":"text-delta","id":"0","delta":" to the recipe!","metadata":{}},{"type":"text-end","id":"0","metadata":{}},{"type":"finish","reason":"stop","usage":{"inputTokens":2379,"outputTokens":120,"totalTokens":2499},"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":2379,"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]}},"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]},"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 markdown document with a cookie recipe.","options":{}},{"type":"tool-call","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","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 \u00bc cups all-purpose flour\n- 1 tsp baking soda\n- 1 tsp salt\n- 1 cup (2 sticks) unsalted butter, softened\n- \u00be cup granulated sugar\n- \u00be 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** your oven to 375\u00b0F (190\u00b0C). 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\u20133 minutes).\n4. **Add eggs and vanilla:** Beat in the eggs one at a time, then mix in the vanilla extract until well combined.\n5. **Mix in dry ingredients:** Gradually add the flour mixture to the wet ingredients, mixing on low speed until just combined. Do not overmix.\n6. **Fold in chocolate chips:** Stir in the chocolate chips with a spatula or wooden spoon.\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\u201311 minutes, or until the edges are golden 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---\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_01X5kiVszQ444KhhsyEKgiFa","name":"create","isFailure":false,"result":{"id":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTHX"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":"Your cookie recipe document has been created! \ud83c\udf6a It includes:\n\n- **Title:** Classic Chocolate Chip Cookies\n- **Ingredients:** A full list including butter, sugars, flour, eggs, vanilla, and chocolate chips\n- **Step-by-step instructions:** From preheating the oven to cooling the cookies\n- **Helpful tips:** Such as chilling the dough for thicker cookies and mixing chocolate chip types for extra flavor\n\nLet me know if you'd like to make any changes or additions to the recipe!","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_01Ros84m67h1tZyQdu82o43U","modelId":"claude-opus-4-6","timestamp":"2026-06-02T09:38:25.081Z","metadata":{}},{"type":"reasoning-start","id":"0","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"The","metadata":{}},{"type":"reasoning-delta","id":"0","delta":" user wants me to add a holiday-themed variation section to the cookie recipe document. Let me update the existing document.","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"","metadata":{"anthropic":{"type":"thinking","signature":"EsYCCmMIDhgCKkDc82McfGDXeaK2ley9goVox6HZxMwmDV2KHtttW4MFWfCEd6atLxc3E+qGnr3zwwOzJSB1b3vVhfLNi3OjKHRvMg9jbGF1ZGUtb3B1cy00LTY4AEIIdGhpbmtpbmcSDIowN0kqQKl9zP73TBoMhUpNNaatA98Yk9sUIjCwdb/mR23Va6xg+kpp0Itw57cGWr42Lj2YuIyGq9oM0YVh+M4pexNRHJP/zCgu5K8qkAHJmVDaL3g9lHK82U1DwCNqNnUJQ/LH33dpdqPEzmLo4lsloVideTxJa4/bCaKVf5gPaJ+FheXLH34nmiL2pA7Vkn78nXcBOh5Zf1m65dAFek6nA5jRwmb13atNozLhZEu9TCUc6pBa7JhOOr5sP6wZqWbDU0E/+Z1eBFfvipjgFx0ZyOm9hjpJHjpdDQY7ECEYAQ=="}}},{"type":"reasoning-end","id":"0","metadata":{}},{"type":"tool-params-start","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","name":"update","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"{\"doc\": \"e","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"cho://BDJXM","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"ULPW5","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"FB","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"55UZ7KP5HLD","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"HVTXU","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"THE2U/01JGFJ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"JZ00G0WK","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"QSJGMAKC","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"NTHX\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":", \"edit","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"s\": [{","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"\"oldString\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":":\"---\\n\\n**Y","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"ield:**\",","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"\"newS","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"tring\":\"##","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":" \ud83c\udf84 H","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"oliday Var","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"iatio","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"n: Pep","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"permint Whi","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"te ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"Chocola","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"te Cookies\\n","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"\\nGive ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"these ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"cook","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"ies a fe","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"sti","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"ve twist p","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"erfec","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"t for","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":" the ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"holiday se","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"ason!\\","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"n\\n","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"### S","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"ubstitut","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"ions\\n","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"\\n- Re","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"plac","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"e the semi-","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"sweet ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"cho","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"colat","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"e ch","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"ips with","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":" *","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"*1 \u00bd cup","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"s whit","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"e chocolate","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":" chips**.\\n-","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":" Add **\u00bd c","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"up crushed c","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"andy","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":" can","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"es","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"** (abou","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"t 6\u20138","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":" mini can","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"dy ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"canes).\\n- ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"Swap the ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"vanilla extr","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"act for **1","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":" tsp","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":" vanilla ex","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"tract + \u00bd ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"tsp p","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"epp","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"erm","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"int e","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"xtract**.","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"\\n\\n### ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"Addi","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"tional ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"Ste","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"ps\\n\\n1. Fo","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"ld the cru","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"shed cand","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"y cane","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"s ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"in a","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"lo","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"ng wit","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"h th","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"e white ch","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"oc","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"olate c","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"hips in Ste","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"p 6.\\n2. ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"Af","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"te","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"r baking,","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":" drizz","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"le cool","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"ed cook","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"ies ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"with mel","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"ted whit","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"e c","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"hocolate","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":" and sprinkl","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"e with extr","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"a crushed c","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"andy cane ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"pie","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"ces for ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"a be","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"autiful fin","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"ish","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":".\\n\\n###","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":" Holiday Tip","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"s\\n\\n- A","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"dd a few ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"drops of r","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"ed or green ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"food c","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"olorin","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"g to the dou","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"gh fo","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"r a f","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"un ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"pop of","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":" color.\\n- ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"Pa","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"ckage in cel","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"lophane bags","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":" t","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"ied wit","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"h r","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"ibb","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"on for a l","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"ovely ho","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"mema","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"de g","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"ift.","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"\\n","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"- Pair with ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"a ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"mug of hot ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"cocoa for t","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"he ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"ultimate h","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"oliday tr","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"eat!\\n","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"\\n","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"---\\n\\n**Yi","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"eld:**","metadata":{}},{"type":"tool-params-delta","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","delta":"\"}]}","metadata":{}},{"type":"tool-params-end","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":2512,"outputTokens":455,"totalTokens":2967},"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":2512,"output_tokens":9,"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]}},"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]},"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 markdown document with a cookie recipe.","options":{}},{"type":"tool-call","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","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 \u00bc cups all-purpose flour\n- 1 tsp baking soda\n- 1 tsp salt\n- 1 cup (2 sticks) unsalted butter, softened\n- \u00be cup granulated sugar\n- \u00be 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** your oven to 375\u00b0F (190\u00b0C). 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\u20133 minutes).\n4. **Add eggs and vanilla:** Beat in the eggs one at a time, then mix in the vanilla extract until well combined.\n5. **Mix in dry ingredients:** Gradually add the flour mixture to the wet ingredients, mixing on low speed until just combined. Do not overmix.\n6. **Fold in chocolate chips:** Stir in the chocolate chips with a spatula or wooden spoon.\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\u201311 minutes, or until the edges are golden 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---\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_01X5kiVszQ444KhhsyEKgiFa","name":"create","isFailure":false,"result":{"id":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTHX"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":"Your cookie recipe document has been created! \ud83c\udf6a It includes:\n\n- **Title:** Classic Chocolate Chip Cookies\n- **Ingredients:** A full list including butter, sugars, flour, eggs, vanilla, and chocolate chips\n- **Step-by-step instructions:** From preheating the oven to cooling the cookies\n- **Helpful tips:** Such as chilling the dough for thicker cookies and mixing chocolate chip types for extra flavor\n\nLet me know if you'd like to make any changes or additions to the recipe!","options":{}},{"role":"user","content":"Add a section with a holiday-themed variation.","options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"The user wants me to add a holiday-themed variation section to the cookie recipe document. Let me update the existing document.","options":{}},{"type":"tool-call","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","name":"update","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTHX","edits":[{"oldString":"---\n\n**Yield:**","newString":"## \ud83c\udf84 Holiday Variation: Peppermint White Chocolate Cookies\n\nGive these cookies a festive twist perfect for the holiday season!\n\n### Substitutions\n\n- Replace the semi-sweet chocolate chips with **1 \u00bd cups white chocolate chips**.\n- Add **\u00bd cup crushed candy canes** (about 6\u20138 mini candy canes).\n- Swap the vanilla extract for **1 tsp vanilla extract + \u00bd tsp peppermint extract**.\n\n### Additional Steps\n\n1. Fold the crushed candy canes in along with the white chocolate chips in Step 6.\n2. After baking, drizzle cooled cookies with melted white chocolate and sprinkle with extra crushed candy cane pieces for a beautiful finish.\n\n### Holiday Tips\n\n- Add a few drops of red or green food coloring to the dough for a fun pop of color.\n- Package in cellophane bags tied with ribbon for a lovely homemade gift.\n- Pair with a mug of hot cocoa for the ultimate holiday treat!\n\n---\n\n**Yield:**"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_013yMnc2ut4tNnyN93RcYaXD","name":"update","isFailure":false,"result":{"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 \u00bc cups all-purpose flour\n- 1 tsp baking soda\n- 1 tsp salt\n- 1 cup (2 sticks) unsalted butter, softened\n- \u00be cup granulated sugar\n- \u00be 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** your oven to 375\u00b0F (190\u00b0C). 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\u20133 minutes).\n4. **Add eggs and vanilla:** Beat in the eggs one at a time, then mix in the vanilla extract until well combined.\n5. **Mix in dry ingredients:** Gradually add the flour mixture to the wet ingredients, mixing on low speed until just combined. Do not overmix.\n6. **Fold in chocolate chips:** Stir in the chocolate chips with a spatula or wooden spoon.\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\u201311 minutes, or until the edges are golden 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## \ud83c\udf84 Holiday Variation: Peppermint White Chocolate Cookies\n\nGive these cookies a festive twist perfect for the holiday season!\n\n### Substitutions\n\n- Replace the semi-sweet chocolate chips with **1 \u00bd cups white chocolate chips**.\n- Add **\u00bd cup crushed candy canes** (about 6\u20138 mini candy canes).\n- Swap the vanilla extract for **1 tsp vanilla extract + \u00bd tsp peppermint extract**.\n\n### Additional Steps\n\n1. Fold the crushed candy canes in along with the white chocolate chips in Step 6.\n2. After baking, drizzle cooled cookies with melted white chocolate and sprinkle with extra crushed candy cane pieces for a beautiful finish.\n\n### Holiday Tips\n\n- Add a few drops of red or green food coloring to the dough for a fun pop of color.\n- Package in cellophane bags tied with ribbon for a lovely homemade gift.\n- Pair with a mug of hot cocoa for the ultimate holiday treat!\n\n---\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_01FRJ7Y7D6QpqtqEVUsPkp61","modelId":"claude-opus-4-6","timestamp":"2026-06-02T09:38:34.483Z","metadata":{}},{"type":"text-start","id":"0","metadata":{}},{"type":"text-delta","id":"0","delta":"The","metadata":{}},{"type":"text-delta","id":"0","delta":" recipe now includes a **\ud83c\udf84 Holiday Variation: Peppermint White Chocolate Cookies** section! Here's what was added:\n\n- **Substitutions","metadata":{}},{"type":"text-delta","id":"0","delta":":** White chocolate chips, crushed candy canes, and peppermint extract to give the cookies a festive flair.\n- **Additional Steps:** How","metadata":{}},{"type":"text-delta","id":"0","delta":" to fold in the candy canes and finish with a white chocolate drizzle.\n- **Holiday Tips:** Fun ideas like adding food coloring, packaging as","metadata":{}},{"type":"text-delta","id":"0","delta":" gifts, and pairing with hot cocoa.\n\nLet me know if you'd like any other tweaks! \ud83c\udf6a\ud83c\udf84","metadata":{}},{"type":"text-end","id":"0","metadata":{}},{"type":"finish","reason":"stop","usage":{"inputTokens":3798,"outputTokens":139,"totalTokens":3937},"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":3798,"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]}},"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]},"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>echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTRZ</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_01GB37jWrAALdDCWps6McWhM","modelId":"claude-opus-4-6","timestamp":"2026-06-02T09:39:30.270Z","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":"EoECCmMIDhgCKkB59APG7kQJaS56ZghJ7yGmUDPTIff8aJqcCaiTm7DBlPfIkAEzU9xUX9RfyXK8kuAlQ2FqlGTMKvYxrrstJfcdMg9jbGF1ZGUtb3B1cy00LTY4AEIIdGhpbmtpbmcSDPDst+hy9kkVEawFuhoMeuVYmSpQJ6pJMlBtIjBvZOylqDvSZQ0pj7fcBrCPI4nfjx+1qcD3EiRIGf3NKfrXe7wQMTCLzS9CQ4GExC8qTNHxp/FtKXBEw+/wa1EF2RBNoYig02ZO2KZoyfxVqbrct5ejLceP8rfESaiTwqKtDNJvdQmLUwZ2sfya4XYnEg8ONy0NTaKynY/D0CgYAQ=="}}},{"type":"reasoning-end","id":"0","metadata":{}},{"type":"text-start","id":"1","metadata":{}},{"type":"text-delta","id":"1","delta":"Let me first open","metadata":{}},{"type":"text-delta","id":"1","delta":" the document to see the current shopping list.","metadata":{}},{"type":"text-end","id":"1","metadata":{}},{"type":"tool-params-start","id":"toolu_01HcBpBgzWJUfgr7oDiQVDe3","name":"open","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_01HcBpBgzWJUfgr7oDiQVDe3","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01HcBpBgzWJUfgr7oDiQVDe3","delta":"{\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01HcBpBgzWJUfgr7oDiQVDe3","delta":"doc\": \"echo:","metadata":{}},{"type":"tool-params-delta","id":"toolu_01HcBpBgzWJUfgr7oDiQVDe3","delta":"//B","metadata":{}},{"type":"tool-params-delta","id":"toolu_01HcBpBgzWJUfgr7oDiQVDe3","delta":"DJXMULPW5FB5","metadata":{}},{"type":"tool-params-delta","id":"toolu_01HcBpBgzWJUfgr7oDiQVDe3","delta":"5UZ7KP5","metadata":{}},{"type":"tool-params-delta","id":"toolu_01HcBpBgzWJUfgr7oDiQVDe3","delta":"HLDHV","metadata":{}},{"type":"tool-params-delta","id":"toolu_01HcBpBgzWJUfgr7oDiQVDe3","delta":"TXU","metadata":{}},{"type":"tool-params-delta","id":"toolu_01HcBpBgzWJUfgr7oDiQVDe3","delta":"THE2U/01","metadata":{}},{"type":"tool-params-delta","id":"toolu_01HcBpBgzWJUfgr7oDiQVDe3","delta":"JGFJJZ00","metadata":{}},{"type":"tool-params-delta","id":"toolu_01HcBpBgzWJUfgr7oDiQVDe3","delta":"G0WKQSJG","metadata":{}},{"type":"tool-params-delta","id":"toolu_01HcBpBgzWJUfgr7oDiQVDe3","delta":"MA","metadata":{}},{"type":"tool-params-delta","id":"toolu_01HcBpBgzWJUfgr7oDiQVDe3","delta":"KCNTRZ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01HcBpBgzWJUfgr7oDiQVDe3","delta":"\"}","metadata":{}},{"type":"tool-params-end","id":"toolu_01HcBpBgzWJUfgr7oDiQVDe3","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":1783,"outputTokens":143,"totalTokens":1926},"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":1783,"output_tokens":9,"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]}},"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]},"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>echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTRZ</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 the current shopping list.","options":{}},{"type":"tool-call","id":"toolu_01HcBpBgzWJUfgr7oDiQVDe3","name":"open","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTRZ"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01HcBpBgzWJUfgr7oDiQVDe3","name":"open","isFailure":false,"result":{"content":"# Shopping list"},"providerExecuted":false,"options":{}}],"options":{"anthropic":{"cacheControl":{"ttl":"5m","type":"ephemeral"}}}}]},"response":[{"type":"response-metadata","id":"msg_011nDFiRiYMKJxAPqMGfcL9e","modelId":"claude-opus-4-6","timestamp":"2026-06-02T09:39:33.989Z","metadata":{}},{"type":"reasoning-start","id":"0","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"The","metadata":{}},{"type":"reasoning-delta","id":"0","delta":" document currently just has a heading \"# Shopping list\". I need to add \"milk\" to it.","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"","metadata":{"anthropic":{"type":"thinking","signature":"Ep4CCmMIDhgCKkCVR0MlE/75lDc9loNRTT8e4IygDUwrtCePRSoC7AiMoWfR0ohVYF5X41fF0I1Eg+5zqSrwW2+kDZ54viHUmA2JMg9jbGF1ZGUtb3B1cy00LTY4AEIIdGhpbmtpbmcSDF/aQwPoCfcx0cnuqRoMQsvly3P95hpAEfzvIjAM9XaZdS78lTnCqzER850FjiXn9j2ML1Sw3WgvG8xxpK89SjOhQ6ZAgvraq1NauvMqaQ/39PwnIJ5FCGICdQufHDM5kgv+hirSm2YYbaRYvAAGagmVLq0g6kYQ8UlmD5yOsf6zS6bkqpM9Ca0LbJqth0SRjlxLBQ/ElxkQv+RAJ01Q3nWNJ4TgZZNIKHw26PDZ0HnHECGJ8QBi/xgB"}}},{"type":"reasoning-end","id":"0","metadata":{}},{"type":"text-start","id":"1","metadata":{}},{"type":"text-delta","id":"1","delta":"Now I'll add milk to the shopping list.","metadata":{}},{"type":"text-end","id":"1","metadata":{}},{"type":"tool-params-start","id":"toolu_01JUmeyfcZqieKwp5h7kafMz","name":"update","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_01JUmeyfcZqieKwp5h7kafMz","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01JUmeyfcZqieKwp5h7kafMz","delta":"{\"doc\":","metadata":{}},{"type":"tool-params-delta","id":"toolu_01JUmeyfcZqieKwp5h7kafMz","delta":" \"ech","metadata":{}},{"type":"tool-params-delta","id":"toolu_01JUmeyfcZqieKwp5h7kafMz","delta":"o://BD","metadata":{}},{"type":"tool-params-delta","id":"toolu_01JUmeyfcZqieKwp5h7kafMz","delta":"JXM","metadata":{}},{"type":"tool-params-delta","id":"toolu_01JUmeyfcZqieKwp5h7kafMz","delta":"ULPW5F","metadata":{}},{"type":"tool-params-delta","id":"toolu_01JUmeyfcZqieKwp5h7kafMz","delta":"B55","metadata":{}},{"type":"tool-params-delta","id":"toolu_01JUmeyfcZqieKwp5h7kafMz","delta":"UZ7KP5HL","metadata":{}},{"type":"tool-params-delta","id":"toolu_01JUmeyfcZqieKwp5h7kafMz","delta":"DHVTX","metadata":{}},{"type":"tool-params-delta","id":"toolu_01JUmeyfcZqieKwp5h7kafMz","delta":"UT","metadata":{}},{"type":"tool-params-delta","id":"toolu_01JUmeyfcZqieKwp5h7kafMz","delta":"HE2U/01JGFJJ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01JUmeyfcZqieKwp5h7kafMz","delta":"Z00G0WK","metadata":{}},{"type":"tool-params-delta","id":"toolu_01JUmeyfcZqieKwp5h7kafMz","delta":"QS","metadata":{}},{"type":"tool-params-delta","id":"toolu_01JUmeyfcZqieKwp5h7kafMz","delta":"JGMAKC","metadata":{}},{"type":"tool-params-delta","id":"toolu_01JUmeyfcZqieKwp5h7kafMz","delta":"NTRZ\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01JUmeyfcZqieKwp5h7kafMz","delta":", \"ed","metadata":{}},{"type":"tool-params-delta","id":"toolu_01JUmeyfcZqieKwp5h7kafMz","delta":"its\": [{\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01JUmeyfcZqieKwp5h7kafMz","delta":"oldStr","metadata":{}},{"type":"tool-params-delta","id":"toolu_01JUmeyfcZqieKwp5h7kafMz","delta":"ing\":\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01JUmeyfcZqieKwp5h7kafMz","delta":"# Sho","metadata":{}},{"type":"tool-params-delta","id":"toolu_01JUmeyfcZqieKwp5h7kafMz","delta":"pping l","metadata":{}},{"type":"tool-params-delta","id":"toolu_01JUmeyfcZqieKwp5h7kafMz","delta":"ist\",\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01JUmeyfcZqieKwp5h7kafMz","delta":"newStri","metadata":{}},{"type":"tool-params-delta","id":"toolu_01JUmeyfcZqieKwp5h7kafMz","delta":"ng\":\"# Sh","metadata":{}},{"type":"tool-params-delta","id":"toolu_01JUmeyfcZqieKwp5h7kafMz","delta":"opping li","metadata":{}},{"type":"tool-params-delta","id":"toolu_01JUmeyfcZqieKwp5h7kafMz","delta":"st","metadata":{}},{"type":"tool-params-delta","id":"toolu_01JUmeyfcZqieKwp5h7kafMz","delta":"\\n","metadata":{}},{"type":"tool-params-delta","id":"toolu_01JUmeyfcZqieKwp5h7kafMz","delta":"- Milk\"}]}","metadata":{}},{"type":"tool-params-end","id":"toolu_01JUmeyfcZqieKwp5h7kafMz","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":1930,"outputTokens":191,"totalTokens":2121},"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":1930,"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]}},"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]},"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>echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTRZ</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 the current shopping list.","options":{}},{"type":"tool-call","id":"toolu_01HcBpBgzWJUfgr7oDiQVDe3","name":"open","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTRZ"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01HcBpBgzWJUfgr7oDiQVDe3","name":"open","isFailure":false,"result":{"content":"# Shopping list"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"The document currently just has a heading \"# Shopping list\". I need to add \"milk\" to it.","options":{}},{"type":"text","text":"Now I'll add milk to the shopping list.","options":{}},{"type":"tool-call","id":"toolu_01JUmeyfcZqieKwp5h7kafMz","name":"update","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTRZ","edits":[{"oldString":"# Shopping list","newString":"# Shopping list\n- Milk"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01JUmeyfcZqieKwp5h7kafMz","name":"update","isFailure":false,"result":{"newContent":"# Shopping list\n- Milk"},"providerExecuted":false,"options":{}}],"options":{"anthropic":{"cacheControl":{"ttl":"5m","type":"ephemeral"}}}}]},"response":[{"type":"response-metadata","id":"msg_01ASgwjvcnL38isWGM7jMnFn","modelId":"claude-opus-4-6","timestamp":"2026-06-02T09:39:37.917Z","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. \ud83e\udd5b","metadata":{}},{"type":"text-end","id":"0","metadata":{}},{"type":"finish","reason":"stop","usage":{"inputTokens":2122,"outputTokens":21,"totalTokens":2143},"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":2122,"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]}},"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]},"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>echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTRZ</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 the current shopping list.","options":{}},{"type":"tool-call","id":"toolu_01HcBpBgzWJUfgr7oDiQVDe3","name":"open","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTRZ"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01HcBpBgzWJUfgr7oDiQVDe3","name":"open","isFailure":false,"result":{"content":"# Shopping list"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"The document currently just has a heading \"# Shopping list\". I need to add \"milk\" to it.","options":{}},{"type":"text","text":"Now I'll add milk to the shopping list.","options":{}},{"type":"tool-call","id":"toolu_01JUmeyfcZqieKwp5h7kafMz","name":"update","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTRZ","edits":[{"oldString":"# Shopping list","newString":"# Shopping list\n- Milk"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01JUmeyfcZqieKwp5h7kafMz","name":"update","isFailure":false,"result":{"newContent":"# Shopping list\n- Milk"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":"Done! I've added **Milk** to your shopping list. \ud83e\udd5b","options":{}},{"role":"user","content":"Add bread to the shopping list.","options":{"anthropic":{"cacheControl":{"ttl":"5m","type":"ephemeral"}}}}]},"response":[{"type":"response-metadata","id":"msg_01Q62MzDqcES98puj2JaBX1W","modelId":"claude-opus-4-6","timestamp":"2026-06-02T09:39:40.875Z","metadata":{}},{"type":"tool-params-start","id":"toolu_01Swz7XoTsP4VgKL7eySfiJc","name":"update","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_01Swz7XoTsP4VgKL7eySfiJc","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Swz7XoTsP4VgKL7eySfiJc","delta":"{\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Swz7XoTsP4VgKL7eySfiJc","delta":"doc\": \"ech","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Swz7XoTsP4VgKL7eySfiJc","delta":"o://BDJ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Swz7XoTsP4VgKL7eySfiJc","delta":"XMULP","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Swz7XoTsP4VgKL7eySfiJc","delta":"W5FB","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Swz7XoTsP4VgKL7eySfiJc","delta":"55UZ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Swz7XoTsP4VgKL7eySfiJc","delta":"7KP5HL","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Swz7XoTsP4VgKL7eySfiJc","delta":"DHVTXUTHE2","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Swz7XoTsP4VgKL7eySfiJc","delta":"U/01JGF","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Swz7XoTsP4VgKL7eySfiJc","delta":"JJ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Swz7XoTsP4VgKL7eySfiJc","delta":"Z00G0W","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Swz7XoTsP4VgKL7eySfiJc","delta":"KQSJGMAK","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Swz7XoTsP4VgKL7eySfiJc","delta":"CNTRZ\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Swz7XoTsP4VgKL7eySfiJc","delta":", \"e","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Swz7XoTsP4VgKL7eySfiJc","delta":"dits\": ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Swz7XoTsP4VgKL7eySfiJc","delta":"[{\"ol","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Swz7XoTsP4VgKL7eySfiJc","delta":"dString\":\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Swz7XoTsP4VgKL7eySfiJc","delta":"- Milk\",","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Swz7XoTsP4VgKL7eySfiJc","delta":"\"new","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Swz7XoTsP4VgKL7eySfiJc","delta":"Stri","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Swz7XoTsP4VgKL7eySfiJc","delta":"ng\":\"-","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Swz7XoTsP4VgKL7eySfiJc","delta":" Milk","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Swz7XoTsP4VgKL7eySfiJc","delta":"\\n- B","metadata":{}},{"type":"tool-params-delta","id":"toolu_01Swz7XoTsP4VgKL7eySfiJc","delta":"read\"}]}","metadata":{}},{"type":"tool-params-end","id":"toolu_01Swz7XoTsP4VgKL7eySfiJc","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":2153,"outputTokens":144,"totalTokens":2297},"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":2153,"output_tokens":73,"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]}},"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]},"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>echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTRZ</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 the current shopping list.","options":{}},{"type":"tool-call","id":"toolu_01HcBpBgzWJUfgr7oDiQVDe3","name":"open","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTRZ"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01HcBpBgzWJUfgr7oDiQVDe3","name":"open","isFailure":false,"result":{"content":"# Shopping list"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"The document currently just has a heading \"# Shopping list\". I need to add \"milk\" to it.","options":{}},{"type":"text","text":"Now I'll add milk to the shopping list.","options":{}},{"type":"tool-call","id":"toolu_01JUmeyfcZqieKwp5h7kafMz","name":"update","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTRZ","edits":[{"oldString":"# Shopping list","newString":"# Shopping list\n- Milk"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01JUmeyfcZqieKwp5h7kafMz","name":"update","isFailure":false,"result":{"newContent":"# Shopping list\n- Milk"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":"Done! I've added **Milk** to your shopping list. \ud83e\udd5b","options":{}},{"role":"user","content":"Add bread to the shopping list.","options":{}},{"role":"assistant","content":[{"type":"tool-call","id":"toolu_01Swz7XoTsP4VgKL7eySfiJc","name":"update","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTRZ","edits":[{"oldString":"- Milk","newString":"- Milk\n- Bread"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01Swz7XoTsP4VgKL7eySfiJc","name":"update","isFailure":false,"result":{"newContent":"# Shopping list\n- Milk\n- Bread"},"providerExecuted":false,"options":{}}],"options":{"anthropic":{"cacheControl":{"ttl":"5m","type":"ephemeral"}}}}]},"response":[{"type":"response-metadata","id":"msg_01QsjjjNZmU2zRu1vWsu5jaq","modelId":"claude-opus-4-6","timestamp":"2026-06-02T09:39:44.525Z","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. \ud83c\udf5e","metadata":{}},{"type":"text-end","id":"0","metadata":{}},{"type":"finish","reason":"stop","usage":{"inputTokens":2340,"outputTokens":21,"totalTokens":2361},"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":2340,"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]}},"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]},"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>echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTRZ</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 the current shopping list.","options":{}},{"type":"tool-call","id":"toolu_01HcBpBgzWJUfgr7oDiQVDe3","name":"open","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTRZ"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01HcBpBgzWJUfgr7oDiQVDe3","name":"open","isFailure":false,"result":{"content":"# Shopping list"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"The document currently just has a heading \"# Shopping list\". I need to add \"milk\" to it.","options":{}},{"type":"text","text":"Now I'll add milk to the shopping list.","options":{}},{"type":"tool-call","id":"toolu_01JUmeyfcZqieKwp5h7kafMz","name":"update","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTRZ","edits":[{"oldString":"# Shopping list","newString":"# Shopping list\n- Milk"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01JUmeyfcZqieKwp5h7kafMz","name":"update","isFailure":false,"result":{"newContent":"# Shopping list\n- Milk"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":"Done! I've added **Milk** to your shopping list. \ud83e\udd5b","options":{}},{"role":"user","content":"Add bread to the shopping list.","options":{}},{"role":"assistant","content":[{"type":"tool-call","id":"toolu_01Swz7XoTsP4VgKL7eySfiJc","name":"update","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTRZ","edits":[{"oldString":"- Milk","newString":"- Milk\n- Bread"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01Swz7XoTsP4VgKL7eySfiJc","name":"update","isFailure":false,"result":{"newContent":"# Shopping list\n- Milk\n- Bread"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":"Done! I've added **Bread** to your shopping list. \ud83c\udf5e","options":{}},{"role":"user","content":"Add eggs to the shopping list.","options":{"anthropic":{"cacheControl":{"ttl":"5m","type":"ephemeral"}}}}]},"response":[{"type":"response-metadata","id":"msg_01PtB43cWnvfMHRTgqDABi3M","modelId":"claude-opus-4-6","timestamp":"2026-06-02T09:39:47.403Z","metadata":{}},{"type":"tool-params-start","id":"toolu_01GBtGsEy9UBPWGeKJg81Xnj","name":"update","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_01GBtGsEy9UBPWGeKJg81Xnj","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01GBtGsEy9UBPWGeKJg81Xnj","delta":"{\"doc\": \"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01GBtGsEy9UBPWGeKJg81Xnj","delta":"echo:/","metadata":{}},{"type":"tool-params-delta","id":"toolu_01GBtGsEy9UBPWGeKJg81Xnj","delta":"/BD","metadata":{}},{"type":"tool-params-delta","id":"toolu_01GBtGsEy9UBPWGeKJg81Xnj","delta":"JXM","metadata":{}},{"type":"tool-params-delta","id":"toolu_01GBtGsEy9UBPWGeKJg81Xnj","delta":"ULPW5FB5","metadata":{}},{"type":"tool-params-delta","id":"toolu_01GBtGsEy9UBPWGeKJg81Xnj","delta":"5UZ7","metadata":{}},{"type":"tool-params-delta","id":"toolu_01GBtGsEy9UBPWGeKJg81Xnj","delta":"KP5HLDH","metadata":{}},{"type":"tool-params-delta","id":"toolu_01GBtGsEy9UBPWGeKJg81Xnj","delta":"VTXUTHE2","metadata":{}},{"type":"tool-params-delta","id":"toolu_01GBtGsEy9UBPWGeKJg81Xnj","delta":"U/01JG","metadata":{}},{"type":"tool-params-delta","id":"toolu_01GBtGsEy9UBPWGeKJg81Xnj","delta":"FJJZ00G0WK","metadata":{}},{"type":"tool-params-delta","id":"toolu_01GBtGsEy9UBPWGeKJg81Xnj","delta":"QSJG","metadata":{}},{"type":"tool-params-delta","id":"toolu_01GBtGsEy9UBPWGeKJg81Xnj","delta":"MAKCN","metadata":{}},{"type":"tool-params-delta","id":"toolu_01GBtGsEy9UBPWGeKJg81Xnj","delta":"TRZ\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01GBtGsEy9UBPWGeKJg81Xnj","delta":", \"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01GBtGsEy9UBPWGeKJg81Xnj","delta":"ed","metadata":{}},{"type":"tool-params-delta","id":"toolu_01GBtGsEy9UBPWGeKJg81Xnj","delta":"its\": [{\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01GBtGsEy9UBPWGeKJg81Xnj","delta":"oldString\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01GBtGsEy9UBPWGeKJg81Xnj","delta":":\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01GBtGsEy9UBPWGeKJg81Xnj","delta":"- Bread\",","metadata":{}},{"type":"tool-params-delta","id":"toolu_01GBtGsEy9UBPWGeKJg81Xnj","delta":"\"new","metadata":{}},{"type":"tool-params-delta","id":"toolu_01GBtGsEy9UBPWGeKJg81Xnj","delta":"Stri","metadata":{}},{"type":"tool-params-delta","id":"toolu_01GBtGsEy9UBPWGeKJg81Xnj","delta":"ng\":\"- Brea","metadata":{}},{"type":"tool-params-delta","id":"toolu_01GBtGsEy9UBPWGeKJg81Xnj","delta":"d\\n","metadata":{}},{"type":"tool-params-delta","id":"toolu_01GBtGsEy9UBPWGeKJg81Xnj","delta":"- E","metadata":{}},{"type":"tool-params-delta","id":"toolu_01GBtGsEy9UBPWGeKJg81Xnj","delta":"ggs","metadata":{}},{"type":"tool-params-delta","id":"toolu_01GBtGsEy9UBPWGeKJg81Xnj","delta":"\"}]}","metadata":{}},{"type":"tool-params-end","id":"toolu_01GBtGsEy9UBPWGeKJg81Xnj","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":2371,"outputTokens":144,"totalTokens":2515},"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":2371,"output_tokens":73,"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]}},"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]},"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>echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTRZ</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 the current shopping list.","options":{}},{"type":"tool-call","id":"toolu_01HcBpBgzWJUfgr7oDiQVDe3","name":"open","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTRZ"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01HcBpBgzWJUfgr7oDiQVDe3","name":"open","isFailure":false,"result":{"content":"# Shopping list"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"The document currently just has a heading \"# Shopping list\". I need to add \"milk\" to it.","options":{}},{"type":"text","text":"Now I'll add milk to the shopping list.","options":{}},{"type":"tool-call","id":"toolu_01JUmeyfcZqieKwp5h7kafMz","name":"update","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTRZ","edits":[{"oldString":"# Shopping list","newString":"# Shopping list\n- Milk"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01JUmeyfcZqieKwp5h7kafMz","name":"update","isFailure":false,"result":{"newContent":"# Shopping list\n- Milk"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":"Done! I've added **Milk** to your shopping list. \ud83e\udd5b","options":{}},{"role":"user","content":"Add bread to the shopping list.","options":{}},{"role":"assistant","content":[{"type":"tool-call","id":"toolu_01Swz7XoTsP4VgKL7eySfiJc","name":"update","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTRZ","edits":[{"oldString":"- Milk","newString":"- Milk\n- Bread"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01Swz7XoTsP4VgKL7eySfiJc","name":"update","isFailure":false,"result":{"newContent":"# Shopping list\n- Milk\n- Bread"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":"Done! I've added **Bread** to your shopping list. \ud83c\udf5e","options":{}},{"role":"user","content":"Add eggs to the shopping list.","options":{}},{"role":"assistant","content":[{"type":"tool-call","id":"toolu_01GBtGsEy9UBPWGeKJg81Xnj","name":"update","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTRZ","edits":[{"oldString":"- Bread","newString":"- Bread\n- Eggs"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01GBtGsEy9UBPWGeKJg81Xnj","name":"update","isFailure":false,"result":{"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_015waTaaGns2ALtbqeifXnxb","modelId":"claude-opus-4-6","timestamp":"2026-06-02T09:39:50.024Z","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. \ud83e\udd5a","metadata":{}},{"type":"text-end","id":"0","metadata":{}},{"type":"finish","reason":"stop","usage":{"inputTokens":2563,"outputTokens":21,"totalTokens":2584},"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":2563,"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]}},"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]},"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>echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTRA</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_01MuXytGPLLipSHw6XWr5eU8","modelId":"claude-opus-4-6","timestamp":"2026-06-02T09:40:15.015Z","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":"EoECCmMIDhgCKkB59APG7kQJaS56ZghJ7yGmUDPTIff8aJqcCaiTm7DBlPfIkAEzU9xUX9RfyXK8kuAlQ2FqlGTMKvYxrrstJfcdMg9jbGF1ZGUtb3B1cy00LTY4AEIIdGhpbmtpbmcSDFUNipoqJEJA4C8LjRoMn2g+33sDre1a9IOPIjAHhzBjaW8/H9/1JziRr8OTMthlPd/y5eYLxEtjJk+XEwfmw3g32E8BYJUdxpAaRMIqTORLc4mPpMraDcZz3ACJf9M5fvOLGpyGB/F/1jWKtLWwacw7Sro7XnuaPMDZmiaKsemmkwNW0CMYmCoz/n6ACoaZbnFUCeSehS0sdm8YAQ=="}}},{"type":"reasoning-end","id":"0","metadata":{}},{"type":"tool-params-start","id":"toolu_014bNhnCriKHXAZRntxJ3frc","name":"open","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_014bNhnCriKHXAZRntxJ3frc","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_014bNhnCriKHXAZRntxJ3frc","delta":"{\"doc\": \"ech","metadata":{}},{"type":"tool-params-delta","id":"toolu_014bNhnCriKHXAZRntxJ3frc","delta":"o://B","metadata":{}},{"type":"tool-params-delta","id":"toolu_014bNhnCriKHXAZRntxJ3frc","delta":"DJX","metadata":{}},{"type":"tool-params-delta","id":"toolu_014bNhnCriKHXAZRntxJ3frc","delta":"MULPW5FB","metadata":{}},{"type":"tool-params-delta","id":"toolu_014bNhnCriKHXAZRntxJ3frc","delta":"55UZ7KP5HLD","metadata":{}},{"type":"tool-params-delta","id":"toolu_014bNhnCriKHXAZRntxJ3frc","delta":"HVT","metadata":{}},{"type":"tool-params-delta","id":"toolu_014bNhnCriKHXAZRntxJ3frc","delta":"XUTHE2U/01JG","metadata":{}},{"type":"tool-params-delta","id":"toolu_014bNhnCriKHXAZRntxJ3frc","delta":"FJJZ00G0","metadata":{}},{"type":"tool-params-delta","id":"toolu_014bNhnCriKHXAZRntxJ3frc","delta":"WKQSJ","metadata":{}},{"type":"tool-params-delta","id":"toolu_014bNhnCriKHXAZRntxJ3frc","delta":"GMAKCN","metadata":{}},{"type":"tool-params-delta","id":"toolu_014bNhnCriKHXAZRntxJ3frc","delta":"TRA","metadata":{}},{"type":"tool-params-delta","id":"toolu_014bNhnCriKHXAZRntxJ3frc","delta":"\"}","metadata":{}},{"type":"tool-params-end","id":"toolu_014bNhnCriKHXAZRntxJ3frc","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":1783,"outputTokens":128,"totalTokens":1911},"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":1783,"output_tokens":9,"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]}},"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]},"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>echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTRA</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 current contents.","options":{}},{"type":"tool-call","id":"toolu_014bNhnCriKHXAZRntxJ3frc","name":"open","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTRA"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_014bNhnCriKHXAZRntxJ3frc","name":"open","isFailure":false,"result":{"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_01Vd3S8sQsAaVRmcaYkFSnhx","modelId":"claude-opus-4-6","timestamp":"2026-06-02T09:40:18.363Z","metadata":{}},{"type":"reasoning-start","id":"0","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"The","metadata":{}},{"type":"reasoning-delta","id":"0","delta":" user wants me to replace the \"???\" with \"flour\".","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"","metadata":{"anthropic":{"type":"thinking","signature":"EvoBCmMIDhgCKkAMUPlfSSNqz0SGr+OMZ3iZ5cNdmOoGiPXhlx3oBVAfQAFhSuIvo5E/Cdtpo+iziURUSAbaoescg+oyhiIw1+vRMg9jbGF1ZGUtb3B1cy00LTY4AEIIdGhpbmtpbmcSDDdLjagS6KtTr5SBChoMmofKLFxWjcZEWltxIjCER7L28C+hcXjw1pUCTGqpDfbVO1zWBw61ohvFChJvWM9mVfuu2Y0XgmdfmpI9E54qRX9aeZya0rQ/JdCAvwuncySLty6h9I8PT6uk8/u7C5DzACxUU/uECmgjM9k5drV91jC7S+J8qOEh8VDBm8x2iV2I+IHWyxgB"}}},{"type":"reasoning-end","id":"0","metadata":{}},{"type":"text-start","id":"1","metadata":{}},{"type":"text-delta","id":"1","delta":"I","metadata":{}},{"type":"text-delta","id":"1","delta":" can see the missing ingredient marked as `???`. Let me fix that now!","metadata":{}},{"type":"text-end","id":"1","metadata":{}},{"type":"tool-params-start","id":"toolu_01TifWYeHozoJG4Rm5ZqY6yf","name":"update","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_01TifWYeHozoJG4Rm5ZqY6yf","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01TifWYeHozoJG4Rm5ZqY6yf","delta":"{\"doc\": \"ech","metadata":{}},{"type":"tool-params-delta","id":"toolu_01TifWYeHozoJG4Rm5ZqY6yf","delta":"o:","metadata":{}},{"type":"tool-params-delta","id":"toolu_01TifWYeHozoJG4Rm5ZqY6yf","delta":"//BDJXMUL","metadata":{}},{"type":"tool-params-delta","id":"toolu_01TifWYeHozoJG4Rm5ZqY6yf","delta":"PW5","metadata":{}},{"type":"tool-params-delta","id":"toolu_01TifWYeHozoJG4Rm5ZqY6yf","delta":"FB55UZ7KP5H","metadata":{}},{"type":"tool-params-delta","id":"toolu_01TifWYeHozoJG4Rm5ZqY6yf","delta":"LDHVTXUTHE","metadata":{}},{"type":"tool-params-delta","id":"toolu_01TifWYeHozoJG4Rm5ZqY6yf","delta":"2U/01","metadata":{}},{"type":"tool-params-delta","id":"toolu_01TifWYeHozoJG4Rm5ZqY6yf","delta":"JGF","metadata":{}},{"type":"tool-params-delta","id":"toolu_01TifWYeHozoJG4Rm5ZqY6yf","delta":"JJ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01TifWYeHozoJG4Rm5ZqY6yf","delta":"Z00G0WKQS","metadata":{}},{"type":"tool-params-delta","id":"toolu_01TifWYeHozoJG4Rm5ZqY6yf","delta":"JGMAKC","metadata":{}},{"type":"tool-params-delta","id":"toolu_01TifWYeHozoJG4Rm5ZqY6yf","delta":"NTRA\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01TifWYeHozoJG4Rm5ZqY6yf","delta":", \"edits\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01TifWYeHozoJG4Rm5ZqY6yf","delta":": [","metadata":{}},{"type":"tool-params-delta","id":"toolu_01TifWYeHozoJG4Rm5ZqY6yf","delta":"{\"o","metadata":{}},{"type":"tool-params-delta","id":"toolu_01TifWYeHozoJG4Rm5ZqY6yf","delta":"ldStri","metadata":{}},{"type":"tool-params-delta","id":"toolu_01TifWYeHozoJG4Rm5ZqY6yf","delta":"ng\":\"2 ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01TifWYeHozoJG4Rm5ZqY6yf","delta":"cups o","metadata":{}},{"type":"tool-params-delta","id":"toolu_01TifWYeHozoJG4Rm5ZqY6yf","delta":"f ??","metadata":{}},{"type":"tool-params-delta","id":"toolu_01TifWYeHozoJG4Rm5ZqY6yf","delta":"?\",\"newStri","metadata":{}},{"type":"tool-params-delta","id":"toolu_01TifWYeHozoJG4Rm5ZqY6yf","delta":"ng\":\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01TifWYeHozoJG4Rm5ZqY6yf","delta":"2 ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01TifWYeHozoJG4Rm5ZqY6yf","delta":"cups","metadata":{}},{"type":"tool-params-delta","id":"toolu_01TifWYeHozoJG4Rm5ZqY6yf","delta":" of fl","metadata":{}},{"type":"tool-params-delta","id":"toolu_01TifWYeHozoJG4Rm5ZqY6yf","delta":"our\"}]}","metadata":{}},{"type":"tool-params-end","id":"toolu_01TifWYeHozoJG4Rm5ZqY6yf","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":1956,"outputTokens":185,"totalTokens":2141},"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":1956,"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]}},"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]},"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>echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTRA</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 current contents.","options":{}},{"type":"tool-call","id":"toolu_014bNhnCriKHXAZRntxJ3frc","name":"open","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTRA"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_014bNhnCriKHXAZRntxJ3frc","name":"open","isFailure":false,"result":{"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":"reasoning","text":"The user wants me to replace the \"???\" with \"flour\".","options":{}},{"type":"text","text":"I can see the missing ingredient marked as `???`. Let me fix that now!","options":{}},{"type":"tool-call","id":"toolu_01TifWYeHozoJG4Rm5ZqY6yf","name":"update","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTRA","edits":[{"oldString":"2 cups of ???","newString":"2 cups of flour"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01TifWYeHozoJG4Rm5ZqY6yf","name":"update","isFailure":false,"result":{"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_01GAqPJ6FgduKup88NjxtBgg","modelId":"claude-opus-4-6","timestamp":"2026-06-02T09:40:22.470Z","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":2188,"outputTokens":21,"totalTokens":2209},"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":2188,"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]}},"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]},"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>echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTVJ</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_01UHA149misZq3xa4pfisEFC","modelId":"claude-opus-4-6","timestamp":"2026-06-02T09:40:24.462Z","metadata":{}},{"type":"reasoning-start","id":"0","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"Let me first open the document to see its current contents.","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"","metadata":{"anthropic":{"type":"thinking","signature":"EoECCmMIDhgCKkB59APG7kQJaS56ZghJ7yGmUDPTIff8aJqcCaiTm7DBlPfIkAEzU9xUX9RfyXK8kuAlQ2FqlGTMKvYxrrstJfcdMg9jbGF1ZGUtb3B1cy00LTY4AEIIdGhpbmtpbmcSDGOBvs7l+u/ryWZOmBoMExOovg8TPFDl7yaXIjBrOT7I5I/73SKBZkwOna451i4x7CJUlj9wgRHv33tVNJi4jge8GFV53ThDMckdfJUqTExrMq3l84XwSyfHoxQ88vfnaCsaBewmaDd5HI7GYSDCi+AxSdp68qcQCAFBDZAhync85nszWp733gaZfvyJtFblJKF3quISDSS8ibwYAQ=="}}},{"type":"reasoning-end","id":"0","metadata":{}},{"type":"tool-params-start","id":"toolu_017AmxfksLw34RQQ1mW2j6to","name":"open","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_017AmxfksLw34RQQ1mW2j6to","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_017AmxfksLw34RQQ1mW2j6to","delta":"{\"doc\": \"ec","metadata":{}},{"type":"tool-params-delta","id":"toolu_017AmxfksLw34RQQ1mW2j6to","delta":"ho://BDJ","metadata":{}},{"type":"tool-params-delta","id":"toolu_017AmxfksLw34RQQ1mW2j6to","delta":"XM","metadata":{}},{"type":"tool-params-delta","id":"toolu_017AmxfksLw34RQQ1mW2j6to","delta":"ULPW","metadata":{}},{"type":"tool-params-delta","id":"toolu_017AmxfksLw34RQQ1mW2j6to","delta":"5FB55UZ7KP5","metadata":{}},{"type":"tool-params-delta","id":"toolu_017AmxfksLw34RQQ1mW2j6to","delta":"HLDHV","metadata":{}},{"type":"tool-params-delta","id":"toolu_017AmxfksLw34RQQ1mW2j6to","delta":"TX","metadata":{}},{"type":"tool-params-delta","id":"toolu_017AmxfksLw34RQQ1mW2j6to","delta":"UTHE2U/01JG","metadata":{}},{"type":"tool-params-delta","id":"toolu_017AmxfksLw34RQQ1mW2j6to","delta":"FJJZ00G0WKQS","metadata":{}},{"type":"tool-params-delta","id":"toolu_017AmxfksLw34RQQ1mW2j6to","delta":"JGMAKCNTV","metadata":{}},{"type":"tool-params-delta","id":"toolu_017AmxfksLw34RQQ1mW2j6to","delta":"J\"}","metadata":{}},{"type":"tool-params-end","id":"toolu_017AmxfksLw34RQQ1mW2j6to","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":1783,"outputTokens":129,"totalTokens":1912},"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":1783,"output_tokens":20,"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]}},"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]},"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>echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTVJ</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":"tool-call","id":"toolu_017AmxfksLw34RQQ1mW2j6to","name":"open","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTVJ"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_017AmxfksLw34RQQ1mW2j6to","name":"open","isFailure":false,"result":{"content":"# Shopping list"},"providerExecuted":false,"options":{}}],"options":{"anthropic":{"cacheControl":{"ttl":"5m","type":"ephemeral"}}}}]},"response":[{"type":"response-metadata","id":"msg_01Uy1nDSahnkUsGrRVqbKk29","modelId":"claude-opus-4-6","timestamp":"2026-06-02T09:40:31.397Z","metadata":{}},{"type":"reasoning-start","id":"0","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"The","metadata":{}},{"type":"reasoning-delta","id":"0","delta":" document currently just has \"# Shopping list\". I need to add \"milk\" to it.","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"","metadata":{"anthropic":{"type":"thinking","signature":"EpQCCmMIDhgCKkAUP0Jnc/pbntN4stlR6guxTOz2TGKwcWeoPuThSYbB+R71JjKJhqtdZUHWnrjO+xTd8cXxm9oDxec5WtjiyreQMg9jbGF1ZGUtb3B1cy00LTY4AEIIdGhpbmtpbmcSDAgsI0ZhekjTd9F8GxoM64y41tdYvld2v9AUIjCDvze/OFASlAtBJIaTn0skE8k7cwSFiJ5svsnt8+wmrmTJXn8ph6OO5anOcNFUOnUqXzIrtrnmKNGyyj+nUaWaWACQo9ptVcUFoTdRDwfm2dRoyTsd9F+tr44umGqOosP6ZU/nVSK6JO06b5G/hpxk3mvISRaOBoxDTutM7a+XoRhS2FmhbNE/uC01yXKDu5XzGAE="}}},{"type":"reasoning-end","id":"0","metadata":{}},{"type":"tool-params-start","id":"toolu_016i7dFyuWb5sVARpiWjkYYA","name":"update","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_016i7dFyuWb5sVARpiWjkYYA","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_016i7dFyuWb5sVARpiWjkYYA","delta":"{\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_016i7dFyuWb5sVARpiWjkYYA","delta":"doc\": ","metadata":{}},{"type":"tool-params-delta","id":"toolu_016i7dFyuWb5sVARpiWjkYYA","delta":"\"ech","metadata":{}},{"type":"tool-params-delta","id":"toolu_016i7dFyuWb5sVARpiWjkYYA","delta":"o://BDJXMU","metadata":{}},{"type":"tool-params-delta","id":"toolu_016i7dFyuWb5sVARpiWjkYYA","delta":"LPW5","metadata":{}},{"type":"tool-params-delta","id":"toolu_016i7dFyuWb5sVARpiWjkYYA","delta":"FB","metadata":{}},{"type":"tool-params-delta","id":"toolu_016i7dFyuWb5sVARpiWjkYYA","delta":"55UZ","metadata":{}},{"type":"tool-params-delta","id":"toolu_016i7dFyuWb5sVARpiWjkYYA","delta":"7KP5","metadata":{}},{"type":"tool-params-delta","id":"toolu_016i7dFyuWb5sVARpiWjkYYA","delta":"HLD","metadata":{}},{"type":"tool-params-delta","id":"toolu_016i7dFyuWb5sVARpiWjkYYA","delta":"HVTXUTHE2U","metadata":{}},{"type":"tool-params-delta","id":"toolu_016i7dFyuWb5sVARpiWjkYYA","delta":"/01JGF","metadata":{}},{"type":"tool-params-delta","id":"toolu_016i7dFyuWb5sVARpiWjkYYA","delta":"JJZ00G0WK","metadata":{}},{"type":"tool-params-delta","id":"toolu_016i7dFyuWb5sVARpiWjkYYA","delta":"QSJGMAKCNTVJ","metadata":{}},{"type":"tool-params-delta","id":"toolu_016i7dFyuWb5sVARpiWjkYYA","delta":"\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_016i7dFyuWb5sVARpiWjkYYA","delta":", \"edits\": [","metadata":{}},{"type":"tool-params-delta","id":"toolu_016i7dFyuWb5sVARpiWjkYYA","delta":"{\"o","metadata":{}},{"type":"tool-params-delta","id":"toolu_016i7dFyuWb5sVARpiWjkYYA","delta":"ldString\":\"#","metadata":{}},{"type":"tool-params-delta","id":"toolu_016i7dFyuWb5sVARpiWjkYYA","delta":" S","metadata":{}},{"type":"tool-params-delta","id":"toolu_016i7dFyuWb5sVARpiWjkYYA","delta":"hopping l","metadata":{}},{"type":"tool-params-delta","id":"toolu_016i7dFyuWb5sVARpiWjkYYA","delta":"ist\",\"newStr","metadata":{}},{"type":"tool-params-delta","id":"toolu_016i7dFyuWb5sVARpiWjkYYA","delta":"ing\":\"# S","metadata":{}},{"type":"tool-params-delta","id":"toolu_016i7dFyuWb5sVARpiWjkYYA","delta":"hopping list","metadata":{}},{"type":"tool-params-delta","id":"toolu_016i7dFyuWb5sVARpiWjkYYA","delta":"\\n\\n- M","metadata":{}},{"type":"tool-params-delta","id":"toolu_016i7dFyuWb5sVARpiWjkYYA","delta":"ilk","metadata":{}},{"type":"tool-params-delta","id":"toolu_016i7dFyuWb5sVARpiWjkYYA","delta":"\"}]}","metadata":{}},{"type":"tool-params-end","id":"toolu_016i7dFyuWb5sVARpiWjkYYA","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":1917,"outputTokens":180,"totalTokens":2097},"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":1917,"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]}},"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]},"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>echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTVJ</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":"tool-call","id":"toolu_017AmxfksLw34RQQ1mW2j6to","name":"open","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTVJ"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_017AmxfksLw34RQQ1mW2j6to","name":"open","isFailure":false,"result":{"content":"# Shopping list"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"The document currently just has \"# Shopping list\". I need to add \"milk\" to it.","options":{}},{"type":"tool-call","id":"toolu_016i7dFyuWb5sVARpiWjkYYA","name":"update","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTVJ","edits":[{"oldString":"# Shopping list","newString":"# Shopping list\n\n- Milk"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_016i7dFyuWb5sVARpiWjkYYA","name":"update","isFailure":false,"result":{"newContent":"# Shopping list\n\n- Milk"},"providerExecuted":false,"options":{}}],"options":{"anthropic":{"cacheControl":{"ttl":"5m","type":"ephemeral"}}}}]},"response":[{"type":"response-metadata","id":"msg_0166iNKKmsnd51my1GzeJmuG","modelId":"claude-opus-4-6","timestamp":"2026-06-02T09:40:35.545Z","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. \ud83e\udd5b","metadata":{}},{"type":"text-end","id":"0","metadata":{}},{"type":"finish","reason":"stop","usage":{"inputTokens":2102,"outputTokens":21,"totalTokens":2123},"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":2102,"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]}},"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]},"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>echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTVJ</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":"tool-call","id":"toolu_017AmxfksLw34RQQ1mW2j6to","name":"open","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTVJ"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_017AmxfksLw34RQQ1mW2j6to","name":"open","isFailure":false,"result":{"content":"# Shopping list"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"The document currently just has \"# Shopping list\". I need to add \"milk\" to it.","options":{}},{"type":"tool-call","id":"toolu_016i7dFyuWb5sVARpiWjkYYA","name":"update","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTVJ","edits":[{"oldString":"# Shopping list","newString":"# Shopping list\n\n- Milk"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_016i7dFyuWb5sVARpiWjkYYA","name":"update","isFailure":false,"result":{"newContent":"# Shopping list\n\n- Milk"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":"Done! I've added **Milk** to your shopping list. \ud83e\udd5b","options":{}},{"role":"user","content":"Add bread to the shopping list.","options":{"anthropic":{"cacheControl":{"ttl":"5m","type":"ephemeral"}}}}]},"response":[{"type":"response-metadata","id":"msg_01J8XuL58LvmUDwtLEUEGKNs","modelId":"claude-opus-4-6","timestamp":"2026-06-02T09:40:37.293Z","metadata":{}},{"type":"tool-params-start","id":"toolu_01G2F1VJmG2VkKb85dsSRJ88","name":"update","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_01G2F1VJmG2VkKb85dsSRJ88","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01G2F1VJmG2VkKb85dsSRJ88","delta":"{\"do","metadata":{}},{"type":"tool-params-delta","id":"toolu_01G2F1VJmG2VkKb85dsSRJ88","delta":"c\": \"ec","metadata":{}},{"type":"tool-params-delta","id":"toolu_01G2F1VJmG2VkKb85dsSRJ88","delta":"ho://BDJXMUL","metadata":{}},{"type":"tool-params-delta","id":"toolu_01G2F1VJmG2VkKb85dsSRJ88","delta":"PW5FB","metadata":{}},{"type":"tool-params-delta","id":"toolu_01G2F1VJmG2VkKb85dsSRJ88","delta":"55","metadata":{}},{"type":"tool-params-delta","id":"toolu_01G2F1VJmG2VkKb85dsSRJ88","delta":"UZ7KP5HLDH","metadata":{}},{"type":"tool-params-delta","id":"toolu_01G2F1VJmG2VkKb85dsSRJ88","delta":"VTX","metadata":{}},{"type":"tool-params-delta","id":"toolu_01G2F1VJmG2VkKb85dsSRJ88","delta":"UTHE2U/","metadata":{}},{"type":"tool-params-delta","id":"toolu_01G2F1VJmG2VkKb85dsSRJ88","delta":"01","metadata":{}},{"type":"tool-params-delta","id":"toolu_01G2F1VJmG2VkKb85dsSRJ88","delta":"JGFJJZ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01G2F1VJmG2VkKb85dsSRJ88","delta":"00G0WKQSJ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01G2F1VJmG2VkKb85dsSRJ88","delta":"GMAKCN","metadata":{}},{"type":"tool-params-delta","id":"toolu_01G2F1VJmG2VkKb85dsSRJ88","delta":"TVJ\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01G2F1VJmG2VkKb85dsSRJ88","delta":", \"e","metadata":{}},{"type":"tool-params-delta","id":"toolu_01G2F1VJmG2VkKb85dsSRJ88","delta":"dits\": [","metadata":{}},{"type":"tool-params-delta","id":"toolu_01G2F1VJmG2VkKb85dsSRJ88","delta":"{\"old","metadata":{}},{"type":"tool-params-delta","id":"toolu_01G2F1VJmG2VkKb85dsSRJ88","delta":"St","metadata":{}},{"type":"tool-params-delta","id":"toolu_01G2F1VJmG2VkKb85dsSRJ88","delta":"ri","metadata":{}},{"type":"tool-params-delta","id":"toolu_01G2F1VJmG2VkKb85dsSRJ88","delta":"ng\":\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01G2F1VJmG2VkKb85dsSRJ88","delta":"- Mil","metadata":{}},{"type":"tool-params-delta","id":"toolu_01G2F1VJmG2VkKb85dsSRJ88","delta":"k\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01G2F1VJmG2VkKb85dsSRJ88","delta":",\"n","metadata":{}},{"type":"tool-params-delta","id":"toolu_01G2F1VJmG2VkKb85dsSRJ88","delta":"ewStrin","metadata":{}},{"type":"tool-params-delta","id":"toolu_01G2F1VJmG2VkKb85dsSRJ88","delta":"g\":","metadata":{}},{"type":"tool-params-delta","id":"toolu_01G2F1VJmG2VkKb85dsSRJ88","delta":"\"- Milk","metadata":{}},{"type":"tool-params-delta","id":"toolu_01G2F1VJmG2VkKb85dsSRJ88","delta":"\\n- Br","metadata":{}},{"type":"tool-params-delta","id":"toolu_01G2F1VJmG2VkKb85dsSRJ88","delta":"ead\"}","metadata":{}},{"type":"tool-params-delta","id":"toolu_01G2F1VJmG2VkKb85dsSRJ88","delta":"]}","metadata":{}},{"type":"tool-params-end","id":"toolu_01G2F1VJmG2VkKb85dsSRJ88","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":2133,"outputTokens":144,"totalTokens":2277},"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":2133,"output_tokens":66,"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]}},"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]},"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>echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTVJ</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":"tool-call","id":"toolu_017AmxfksLw34RQQ1mW2j6to","name":"open","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTVJ"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_017AmxfksLw34RQQ1mW2j6to","name":"open","isFailure":false,"result":{"content":"# Shopping list"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"The document currently just has \"# Shopping list\". I need to add \"milk\" to it.","options":{}},{"type":"tool-call","id":"toolu_016i7dFyuWb5sVARpiWjkYYA","name":"update","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTVJ","edits":[{"oldString":"# Shopping list","newString":"# Shopping list\n\n- Milk"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_016i7dFyuWb5sVARpiWjkYYA","name":"update","isFailure":false,"result":{"newContent":"# Shopping list\n\n- Milk"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":"Done! I've added **Milk** to your shopping list. \ud83e\udd5b","options":{}},{"role":"user","content":"Add bread to the shopping list.","options":{}},{"role":"assistant","content":[{"type":"tool-call","id":"toolu_01G2F1VJmG2VkKb85dsSRJ88","name":"update","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTVJ","edits":[{"oldString":"- Milk","newString":"- Milk\n- Bread"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01G2F1VJmG2VkKb85dsSRJ88","name":"update","isFailure":false,"result":{"newContent":"# Shopping list\n\n- Milk\n- Bread"},"providerExecuted":false,"options":{}}],"options":{"anthropic":{"cacheControl":{"ttl":"5m","type":"ephemeral"}}}}]},"response":[{"type":"response-metadata","id":"msg_01TVacMYc8iiFx1Qn3rynKUK","modelId":"claude-opus-4-6","timestamp":"2026-06-02T09:40:40.167Z","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. \ud83c\udf5e\n\nYour list now has:\n- Milk\n- Bread","metadata":{}},{"type":"text-end","id":"0","metadata":{}},{"type":"finish","reason":"stop","usage":{"inputTokens":2322,"outputTokens":35,"totalTokens":2357},"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":2322,"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]}},"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]},"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>echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTVJ</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":"tool-call","id":"toolu_017AmxfksLw34RQQ1mW2j6to","name":"open","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTVJ"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_017AmxfksLw34RQQ1mW2j6to","name":"open","isFailure":false,"result":{"content":"# Shopping list"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"The document currently just has \"# Shopping list\". I need to add \"milk\" to it.","options":{}},{"type":"tool-call","id":"toolu_016i7dFyuWb5sVARpiWjkYYA","name":"update","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTVJ","edits":[{"oldString":"# Shopping list","newString":"# Shopping list\n\n- Milk"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_016i7dFyuWb5sVARpiWjkYYA","name":"update","isFailure":false,"result":{"newContent":"# Shopping list\n\n- Milk"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":"Done! I've added **Milk** to your shopping list. \ud83e\udd5b","options":{}},{"role":"user","content":"Add bread to the shopping list.","options":{}},{"role":"assistant","content":[{"type":"tool-call","id":"toolu_01G2F1VJmG2VkKb85dsSRJ88","name":"update","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTVJ","edits":[{"oldString":"- Milk","newString":"- Milk\n- Bread"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01G2F1VJmG2VkKb85dsSRJ88","name":"update","isFailure":false,"result":{"newContent":"# Shopping list\n\n- Milk\n- Bread"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":"Done! I've added **Bread** to your shopping list. \ud83c\udf5e\n\nYour list now has:\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_01GYYJKpFMd1NvHAWN2CSWLE","modelId":"claude-opus-4-6","timestamp":"2026-06-02T09:40:42.952Z","metadata":{}},{"type":"reasoning-start","id":"0","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"Add eggs to the shopping list.","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"","metadata":{"anthropic":{"type":"thinking","signature":"EuQBCmMIDhgCKkBDuxvb3wQZoyIBpSOTTBfE2dimgsiLpNeLu2VlmAeekE8xnnYgwdoDL4OPP9BkGMb/ozj4QSmXyHHVKW6lBCX3Mg9jbGF1ZGUtb3B1cy00LTY4AEIIdGhpbmtpbmcSDOzvnsargGfUrXuGKhoM6xn/CPD/QyJAsVcmIjAO3Bg/p1G2vdK5UMWMPIMTkBZY8VlaIG9Y/w5KOMZWS01FJNsqWDzBsIki5jWQDckqL/i5Yai7JRGSU+XD6m/3dBny45qNdhaUA+B6wfUEssigcyCsLZApwJmTT44eJ3H6GAE="}}},{"type":"reasoning-end","id":"0","metadata":{}},{"type":"tool-params-start","id":"toolu_01WV3yHRsRCSgxcCcfHn8Ctx","name":"update","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_01WV3yHRsRCSgxcCcfHn8Ctx","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01WV3yHRsRCSgxcCcfHn8Ctx","delta":"{\"doc\":","metadata":{}},{"type":"tool-params-delta","id":"toolu_01WV3yHRsRCSgxcCcfHn8Ctx","delta":" \"echo:","metadata":{}},{"type":"tool-params-delta","id":"toolu_01WV3yHRsRCSgxcCcfHn8Ctx","delta":"//","metadata":{}},{"type":"tool-params-delta","id":"toolu_01WV3yHRsRCSgxcCcfHn8Ctx","delta":"BDJXMULPW5F","metadata":{}},{"type":"tool-params-delta","id":"toolu_01WV3yHRsRCSgxcCcfHn8Ctx","delta":"B55UZ7","metadata":{}},{"type":"tool-params-delta","id":"toolu_01WV3yHRsRCSgxcCcfHn8Ctx","delta":"KP5HLDH","metadata":{}},{"type":"tool-params-delta","id":"toolu_01WV3yHRsRCSgxcCcfHn8Ctx","delta":"VTXUT","metadata":{}},{"type":"tool-params-delta","id":"toolu_01WV3yHRsRCSgxcCcfHn8Ctx","delta":"HE2U/01","metadata":{}},{"type":"tool-params-delta","id":"toolu_01WV3yHRsRCSgxcCcfHn8Ctx","delta":"JGF","metadata":{}},{"type":"tool-params-delta","id":"toolu_01WV3yHRsRCSgxcCcfHn8Ctx","delta":"JJZ00G0WKQSJ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01WV3yHRsRCSgxcCcfHn8Ctx","delta":"GMAKCNTVJ\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01WV3yHRsRCSgxcCcfHn8Ctx","delta":", \"edit","metadata":{}},{"type":"tool-params-delta","id":"toolu_01WV3yHRsRCSgxcCcfHn8Ctx","delta":"s\": [{\"oldSt","metadata":{}},{"type":"tool-params-delta","id":"toolu_01WV3yHRsRCSgxcCcfHn8Ctx","delta":"ring\":\"- ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01WV3yHRsRCSgxcCcfHn8Ctx","delta":"Bread\",","metadata":{}},{"type":"tool-params-delta","id":"toolu_01WV3yHRsRCSgxcCcfHn8Ctx","delta":"\"newStr","metadata":{}},{"type":"tool-params-delta","id":"toolu_01WV3yHRsRCSgxcCcfHn8Ctx","delta":"ing\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01WV3yHRsRCSgxcCcfHn8Ctx","delta":":\"- Bre","metadata":{}},{"type":"tool-params-delta","id":"toolu_01WV3yHRsRCSgxcCcfHn8Ctx","delta":"ad\\n- E","metadata":{}},{"type":"tool-params-delta","id":"toolu_01WV3yHRsRCSgxcCcfHn8Ctx","delta":"ggs\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01WV3yHRsRCSgxcCcfHn8Ctx","delta":"}]}","metadata":{}},{"type":"tool-params-end","id":"toolu_01WV3yHRsRCSgxcCcfHn8Ctx","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":2367,"outputTokens":166,"totalTokens":2533},"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":2367,"output_tokens":63,"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]}},"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]},"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>echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTVJ</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":"tool-call","id":"toolu_017AmxfksLw34RQQ1mW2j6to","name":"open","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTVJ"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_017AmxfksLw34RQQ1mW2j6to","name":"open","isFailure":false,"result":{"content":"# Shopping list"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"The document currently just has \"# Shopping list\". I need to add \"milk\" to it.","options":{}},{"type":"tool-call","id":"toolu_016i7dFyuWb5sVARpiWjkYYA","name":"update","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTVJ","edits":[{"oldString":"# Shopping list","newString":"# Shopping list\n\n- Milk"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_016i7dFyuWb5sVARpiWjkYYA","name":"update","isFailure":false,"result":{"newContent":"# Shopping list\n\n- Milk"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":"Done! I've added **Milk** to your shopping list. \ud83e\udd5b","options":{}},{"role":"user","content":"Add bread to the shopping list.","options":{}},{"role":"assistant","content":[{"type":"tool-call","id":"toolu_01G2F1VJmG2VkKb85dsSRJ88","name":"update","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTVJ","edits":[{"oldString":"- Milk","newString":"- Milk\n- Bread"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01G2F1VJmG2VkKb85dsSRJ88","name":"update","isFailure":false,"result":{"newContent":"# Shopping list\n\n- Milk\n- Bread"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":"Done! I've added **Bread** to your shopping list. \ud83c\udf5e\n\nYour list now has:\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_01WV3yHRsRCSgxcCcfHn8Ctx","name":"update","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTVJ","edits":[{"oldString":"- Bread","newString":"- Bread\n- Eggs"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01WV3yHRsRCSgxcCcfHn8Ctx","name":"update","isFailure":false,"result":{"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_01LhtuiEoGYLz4NTZKDnpq1R","modelId":"claude-opus-4-6","timestamp":"2026-06-02T09:40:45.674Z","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. \ud83e\udd5a\n\nYour list now has:\n- Milk\n- Bread\n- Eggs","metadata":{}},{"type":"text-end","id":"0","metadata":{}},{"type":"finish","reason":"stop","usage":{"inputTokens":2561,"outputTokens":39,"totalTokens":2600},"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":2561,"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]}},"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]},"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 markdown document with a cookie recipe.","options":{}},{"type":"tool-call","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","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 \u00bc cups all-purpose flour\n- 1 tsp baking soda\n- 1 tsp salt\n- 1 cup (2 sticks) unsalted butter, softened\n- \u00be cup granulated sugar\n- \u00be 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** your oven to 375\u00b0F (190\u00b0C). 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\u20133 minutes).\n4. **Add eggs and vanilla:** Beat in the eggs one at a time, then mix in the vanilla extract until well combined.\n5. **Mix in dry ingredients:** Gradually add the flour mixture to the wet ingredients, mixing on low speed until just combined. Do not overmix.\n6. **Fold in chocolate chips:** Stir in the chocolate chips with a spatula or wooden spoon.\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\u201311 minutes, or until the edges are golden 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---\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_01X5kiVszQ444KhhsyEKgiFa","name":"create","isFailure":false,"result":{"id":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTHX"},"providerExecuted":false,"options":{}}],"options":{"anthropic":{"cacheControl":{"ttl":"5m","type":"ephemeral"}}}}]},"response":[{"type":"response-metadata","id":"msg_01B4MffskADxwutLoER13tvk","modelId":"claude-opus-4-6","timestamp":"2026-06-03T14:44:59.951Z","metadata":{}},{"type":"text-start","id":"0","metadata":{}},{"type":"text-delta","id":"0","delta":"Your","metadata":{}},{"type":"text-delta","id":"0","delta":" cookie recipe document has been created! \ud83c\udf6a It includes:\n\n- **Title:** Classic Chocolate Chip Cookies","metadata":{}},{"type":"text-delta","id":"0","delta":"\n- **Ingredients** \u2014 a full list of everything you'll need\n- **Step-by-step instructions** \u2014 from","metadata":{}},{"type":"text-delta","id":"0","delta":" preheating the oven to cooling the cookies\n- **Helpful tips** \u2014 for extra flavor, th","metadata":{}},{"type":"text-delta","id":"0","delta":"icker cookies, and storage advice\n\nLet me know if you'd like to make any changes or additions!","metadata":{}},{"type":"text-end","id":"0","metadata":{}},{"type":"finish","reason":"stop","usage":{"inputTokens":2366,"outputTokens":102,"totalTokens":2468},"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":2366,"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]}},"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]},"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 markdown document with a cookie recipe.","options":{}},{"type":"tool-call","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","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 \u00bc cups all-purpose flour\n- 1 tsp baking soda\n- 1 tsp salt\n- 1 cup (2 sticks) unsalted butter, softened\n- \u00be cup granulated sugar\n- \u00be 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** your oven to 375\u00b0F (190\u00b0C). 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\u20133 minutes).\n4. **Add eggs and vanilla:** Beat in the eggs one at a time, then mix in the vanilla extract until well combined.\n5. **Mix in dry ingredients:** Gradually add the flour mixture to the wet ingredients, mixing on low speed until just combined. Do not overmix.\n6. **Fold in chocolate chips:** Stir in the chocolate chips with a spatula or wooden spoon.\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\u201311 minutes, or until the edges are golden 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---\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_01X5kiVszQ444KhhsyEKgiFa","name":"create","isFailure":false,"result":{"id":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTHX"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":"Your cookie recipe document has been created! \ud83c\udf6a It includes:\n\n- **Title:** Classic Chocolate Chip Cookies\n- **Ingredients** \u2014 a full list of everything you'll need\n- **Step-by-step instructions** \u2014 from preheating the oven to cooling the cookies\n- **Helpful tips** \u2014 for extra flavor, thicker cookies, and storage advice\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_01GZbt5XVSVhSDaBzGhe9KFm","modelId":"claude-opus-4-6","timestamp":"2026-06-03T14:45:05.244Z","metadata":{}},{"type":"reasoning-start","id":"0","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"The user wants me to add a holiday-themed variation section to the cookie recipe document. Let me update the existing document.","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"","metadata":{"anthropic":{"type":"thinking","signature":"EsYCCmMIDhgCKkDc82McfGDXeaK2ley9goVox6HZxMwmDV2KHtttW4MFWfCEd6atLxc3E+qGnr3zwwOzJSB1b3vVhfLNi3OjKHRvMg9jbGF1ZGUtb3B1cy00LTY4AEIIdGhpbmtpbmcSDJS9Z1If29isdGimYBoMk46w1+SyrBUPhtNaIjDEtXkM9vRESad0CXsmMXzUpTT5sVn6nkMYoObgbsc7Nq7oNRUW4An5QQWu8FYFxZQqkAG3GvS43rAkSROZy1lkJimpng7dvifBruwMeLIAbmWYr7dtQqnVj0WI82byZL3eM82x92WJi9dm8xLb9Bjg2pd68BTME1woIdWiHj5Q45cAvecw0mE+7rrFoHJG7X75CYRCEI3ceddMApc92Y9xejakn4bM+DAxUhpFlgkgcTnImTSYmLHrRXzLbK83SPypdZEYAQ=="}}},{"type":"reasoning-end","id":"0","metadata":{}},{"type":"tool-params-start","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","name":"update","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"{\"doc\": \"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"echo://BDJ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"XMULPW5FB55U","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"Z7KP5HLDHVTX","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"UTH","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"E2U/","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"01JGFJJ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"Z00G0WK","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"QSJGMAKCNT","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"HX\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":", \"edits\": ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"[{\"oldS","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"tr","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"in","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"g\":\"---\\n\\","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"n**Yield","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":":**","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"\",\"newStr","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"ing\":\"## \ud83c\udf84 ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"Hol","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"iday Var","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"iatio","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"n: Peppermi","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"nt Whi","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"te Chocolat","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"e Cookie","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"s\\n\\nGive ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"your c","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"ookies a fe","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"sti","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"ve tw","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"ist perf","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"ect ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"for ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"the holida","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"y season!","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"\\n\\n### In","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"gredi","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"ent Sw","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"aps\\n\\","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"n- Replace s","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"emi-swe","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"et ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"chocolat","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"e chips with","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":" **wh","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"ite","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":" choc","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"olate chip","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"s**.\\n","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"- Add *","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"*\u00bd cu","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"p c","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"ru","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"shed ca","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"ndy ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"canes** (","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"abo","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"ut 6\u2013","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"8 ca","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"ndy c","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"ane","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"s).\\n- Su","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"bstitute v","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"ani","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"lla extrac","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"t with *","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"*1 tsp","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":" peppermint","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":" extract**.\\","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"n\\n### Addi","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"tio","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"nal S","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"teps\\n\\","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"n1. Fold","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":" in t","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"he ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"white cho","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"cola","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"te chips a","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"nd","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":" cr","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"us","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"hed candy ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"cane","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"s in step 6","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":".\\n2. Aft","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"er ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"bakin","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"g, drizzle ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"cool","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"ed cookies","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":" with mel","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"ted","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":" white cho","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"colate and","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":" sprin","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"kle with","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":" extra crush","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"ed ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"candy","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":" cane p","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"iec","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"es","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":" f","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"or ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"a s","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"tu","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"nning presen","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"tation","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":".\\n\\n### Hol","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"iday ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"Tips\\n","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"\\n- Add ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"a f","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"ew drops ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"of re","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"d or gre","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"en ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"food color","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"ing to the d","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"ough fo","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"r a fu","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"n pop","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":" of c","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"olor.\\n","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"- P","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"ackage in ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"decor","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"ative tin","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"s or ce","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"llo","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"phane bags","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":" for a perf","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"ect ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"homemad","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"e hol","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"iday gift.","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"\\n- Pair w","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"ith a cup ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"of h","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"ot cocoa","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":" or eggnog ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"for th","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"e ultimate ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"festive tre","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"at!\\n\\n---\\n","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"\\n**","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"Yield:","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"**\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","delta":"}]}","metadata":{}},{"type":"tool-params-end","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":2481,"outputTokens":445,"totalTokens":2926},"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":2481,"output_tokens":49,"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]}},"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]},"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 markdown document with a cookie recipe.","options":{}},{"type":"tool-call","id":"toolu_01X5kiVszQ444KhhsyEKgiFa","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 \u00bc cups all-purpose flour\n- 1 tsp baking soda\n- 1 tsp salt\n- 1 cup (2 sticks) unsalted butter, softened\n- \u00be cup granulated sugar\n- \u00be 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** your oven to 375\u00b0F (190\u00b0C). 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\u20133 minutes).\n4. **Add eggs and vanilla:** Beat in the eggs one at a time, then mix in the vanilla extract until well combined.\n5. **Mix in dry ingredients:** Gradually add the flour mixture to the wet ingredients, mixing on low speed until just combined. Do not overmix.\n6. **Fold in chocolate chips:** Stir in the chocolate chips with a spatula or wooden spoon.\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\u201311 minutes, or until the edges are golden 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---\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_01X5kiVszQ444KhhsyEKgiFa","name":"create","isFailure":false,"result":{"id":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTHX"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":"Your cookie recipe document has been created! \ud83c\udf6a It includes:\n\n- **Title:** Classic Chocolate Chip Cookies\n- **Ingredients** \u2014 a full list of everything you'll need\n- **Step-by-step instructions** \u2014 from preheating the oven to cooling the cookies\n- **Helpful tips** \u2014 for extra flavor, thicker cookies, and storage advice\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":"The user wants me to add a holiday-themed variation section to the cookie recipe document. Let me update the existing document.","options":{}},{"type":"tool-call","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","name":"update","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTHX","edits":[{"oldString":"---\n\n**Yield:**","newString":"## \ud83c\udf84 Holiday Variation: Peppermint White Chocolate Cookies\n\nGive your cookies a festive twist perfect for the holiday season!\n\n### Ingredient Swaps\n\n- Replace semi-sweet chocolate chips with **white chocolate chips**.\n- Add **\u00bd cup crushed candy canes** (about 6\u20138 candy canes).\n- Substitute vanilla extract with **1 tsp peppermint extract**.\n\n### Additional Steps\n\n1. Fold in the white chocolate chips and crushed candy canes in step 6.\n2. After baking, drizzle cooled cookies with melted white chocolate and sprinkle with extra crushed candy cane pieces for a stunning presentation.\n\n### Holiday Tips\n\n- Add a few drops of red or green food coloring to the dough for a fun pop of color.\n- Package in decorative tins or cellophane bags for a perfect homemade holiday gift.\n- Pair with a cup of hot cocoa or eggnog for the ultimate festive treat!\n\n---\n\n**Yield:**"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01D2qWUj4bgjrko5HpBxF79B","name":"update","isFailure":false,"result":{"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 \u00bc cups all-purpose flour\n- 1 tsp baking soda\n- 1 tsp salt\n- 1 cup (2 sticks) unsalted butter, softened\n- \u00be cup granulated sugar\n- \u00be 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** your oven to 375\u00b0F (190\u00b0C). 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\u20133 minutes).\n4. **Add eggs and vanilla:** Beat in the eggs one at a time, then mix in the vanilla extract until well combined.\n5. **Mix in dry ingredients:** Gradually add the flour mixture to the wet ingredients, mixing on low speed until just combined. Do not overmix.\n6. **Fold in chocolate chips:** Stir in the chocolate chips with a spatula or wooden spoon.\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\u201311 minutes, or until the edges are golden 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## \ud83c\udf84 Holiday Variation: Peppermint White Chocolate Cookies\n\nGive your cookies a festive twist perfect for the holiday season!\n\n### Ingredient Swaps\n\n- Replace semi-sweet chocolate chips with **white chocolate chips**.\n- Add **\u00bd cup crushed candy canes** (about 6\u20138 candy canes).\n- Substitute vanilla extract with **1 tsp peppermint extract**.\n\n### Additional Steps\n\n1. Fold in the white chocolate chips and crushed candy canes in step 6.\n2. After baking, drizzle cooled cookies with melted white chocolate and sprinkle with extra crushed candy cane pieces for a stunning presentation.\n\n### Holiday Tips\n\n- Add a few drops of red or green food coloring to the dough for a fun pop of color.\n- Package in decorative tins or cellophane bags for a perfect homemade holiday gift.\n- Pair with a cup of hot cocoa or eggnog for the ultimate festive treat!\n\n---\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_017371DAZaRjgs2zu3BuJBrh","modelId":"claude-opus-4-6","timestamp":"2026-06-03T14:45:13.480Z","metadata":{}},{"type":"text-start","id":"0","metadata":{}},{"type":"text-delta","id":"0","delta":"The","metadata":{}},{"type":"text-delta","id":"0","delta":" holiday variation section has been added! \ud83c\udf84 Here's what's included:\n\n- **\ud83c\udf84 Peppermint White Chocolate Cookies** \u2014 a festive twist on","metadata":{}},{"type":"text-delta","id":"0","delta":" the classic recipe\n - **Ingredient swaps** \u2014 white chocolate chips, crushed candy canes, and peppermint extract\n - **Additional","metadata":{}},{"type":"text-delta","id":"0","delta":" steps** \u2014 for folding in the holiday mix-ins and adding a decor","metadata":{}},{"type":"text-delta","id":"0","delta":"ative drizzle\n - **Holiday tips** \u2014 ideas for food coloring, gift packaging, and festive pairings\n\nLet me know if you","metadata":{}},{"type":"text-delta","id":"0","delta":"'d like any other changes!","metadata":{}},{"type":"text-end","id":"0","metadata":{}},{"type":"finish","reason":"stop","usage":{"inputTokens":3732,"outputTokens":135,"totalTokens":3867},"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":3732,"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]}},"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]},"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>echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTR9</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_01KcQQWVcU2MbTiicbBot5LU","modelId":"claude-opus-4-6","timestamp":"2026-06-03T14:45:17.759Z","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":"EoECCmMIDhgCKkB59APG7kQJaS56ZghJ7yGmUDPTIff8aJqcCaiTm7DBlPfIkAEzU9xUX9RfyXK8kuAlQ2FqlGTMKvYxrrstJfcdMg9jbGF1ZGUtb3B1cy00LTY4AEIIdGhpbmtpbmcSDC3Pdy5WksEUNeNdrRoM7Gzuy7CCjRjuGKx1IjAIzdsxyzDDGJGbB7U1FkvGdmXPWs26fgn5zPyC8oL28JT7IC5qHlkSwwxWjMXz+jMqTLsZ7xUQqYy6zC7OnqQ/R0hk+RCnVH7lIgCAUNUwiP0Ilg7D0ShrUGVUVMIvr92sciBlpwt86WN9oHe0xRamFK14Gy+hjroKMzrM7ncYAQ=="}}},{"type":"reasoning-end","id":"0","metadata":{}},{"type":"tool-params-start","id":"toolu_017fSJy4kkzaGMSdc382BT7M","name":"open","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_017fSJy4kkzaGMSdc382BT7M","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_017fSJy4kkzaGMSdc382BT7M","delta":"{\"doc","metadata":{}},{"type":"tool-params-delta","id":"toolu_017fSJy4kkzaGMSdc382BT7M","delta":"\": \"echo://B","metadata":{}},{"type":"tool-params-delta","id":"toolu_017fSJy4kkzaGMSdc382BT7M","delta":"DJXMULPW","metadata":{}},{"type":"tool-params-delta","id":"toolu_017fSJy4kkzaGMSdc382BT7M","delta":"5FB55UZ7KP5H","metadata":{}},{"type":"tool-params-delta","id":"toolu_017fSJy4kkzaGMSdc382BT7M","delta":"LDHV","metadata":{}},{"type":"tool-params-delta","id":"toolu_017fSJy4kkzaGMSdc382BT7M","delta":"TXUT","metadata":{}},{"type":"tool-params-delta","id":"toolu_017fSJy4kkzaGMSdc382BT7M","delta":"HE2U/01JGFJJ","metadata":{}},{"type":"tool-params-delta","id":"toolu_017fSJy4kkzaGMSdc382BT7M","delta":"Z00G0WKQSJG","metadata":{}},{"type":"tool-params-delta","id":"toolu_017fSJy4kkzaGMSdc382BT7M","delta":"MAKCNT","metadata":{}},{"type":"tool-params-delta","id":"toolu_017fSJy4kkzaGMSdc382BT7M","delta":"R9\"}","metadata":{}},{"type":"tool-params-end","id":"toolu_017fSJy4kkzaGMSdc382BT7M","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":1784,"outputTokens":129,"totalTokens":1913},"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":1784,"output_tokens":9,"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]}},"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]},"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>echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTR9</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 current contents.","options":{}},{"type":"tool-call","id":"toolu_017fSJy4kkzaGMSdc382BT7M","name":"open","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTR9"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_017fSJy4kkzaGMSdc382BT7M","name":"open","isFailure":false,"result":{"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_01KfDgeaf6qkQpW34DY5KXsa","modelId":"claude-opus-4-6","timestamp":"2026-06-03T14:45:20.417Z","metadata":{}},{"type":"reasoning-start","id":"0","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"The","metadata":{}},{"type":"reasoning-delta","id":"0","delta":" user wants me to replace \"???\" with \"flour\".","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"","metadata":{"anthropic":{"type":"thinking","signature":"EvYBCmMIDhgCKkAAXBrtJ11L6fmUxpyTtLkukHZpYlwRKbjuFdRNk81oPXEf4f9R6s1ziIil9OYpZP/jyAhf0Y4tNDWLvOBEnZ1VMg9jbGF1ZGUtb3B1cy00LTY4AEIIdGhpbmtpbmcSDDHrU/4JUtUG87xfYxoMzkvb19xqqgdmqlRKIjCH1XIqqcEHBI5TcfRLb/WOpyq7VnvLrUKxW6rQOj+z/2RbTJ7Vc8iqmIPBwSZjhA8qQUTthr1LQoSmmO1l5QgfFHGyHwHLsEbaA86vXT35Hw/IblPSxRHYWWrxIkZAjh8+KAmQsC/rpn/dHXcSlLbLkHrVGAE="}}},{"type":"reasoning-end","id":"0","metadata":{}},{"type":"text-start","id":"1","metadata":{}},{"type":"text-delta","id":"1","delta":"I can see the missing ingredient marked with `???`. Let me fix that for you!","metadata":{}},{"type":"text-end","id":"1","metadata":{}},{"type":"tool-params-start","id":"toolu_01VzeDbTo1qD4x6yNZTmQU3V","name":"update","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_01VzeDbTo1qD4x6yNZTmQU3V","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01VzeDbTo1qD4x6yNZTmQU3V","delta":"{\"doc\": \"e","metadata":{}},{"type":"tool-params-delta","id":"toolu_01VzeDbTo1qD4x6yNZTmQU3V","delta":"cho://BDJ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01VzeDbTo1qD4x6yNZTmQU3V","delta":"XMU","metadata":{}},{"type":"tool-params-delta","id":"toolu_01VzeDbTo1qD4x6yNZTmQU3V","delta":"LPW5FB55UZ7","metadata":{}},{"type":"tool-params-delta","id":"toolu_01VzeDbTo1qD4x6yNZTmQU3V","delta":"KP5H","metadata":{}},{"type":"tool-params-delta","id":"toolu_01VzeDbTo1qD4x6yNZTmQU3V","delta":"LDHVT","metadata":{}},{"type":"tool-params-delta","id":"toolu_01VzeDbTo1qD4x6yNZTmQU3V","delta":"XUTHE2U","metadata":{}},{"type":"tool-params-delta","id":"toolu_01VzeDbTo1qD4x6yNZTmQU3V","delta":"/01JGFJJ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01VzeDbTo1qD4x6yNZTmQU3V","delta":"Z00","metadata":{}},{"type":"tool-params-delta","id":"toolu_01VzeDbTo1qD4x6yNZTmQU3V","delta":"G0WKQSJGM","metadata":{}},{"type":"tool-params-delta","id":"toolu_01VzeDbTo1qD4x6yNZTmQU3V","delta":"AKCNTR9\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01VzeDbTo1qD4x6yNZTmQU3V","delta":", \"edi","metadata":{}},{"type":"tool-params-delta","id":"toolu_01VzeDbTo1qD4x6yNZTmQU3V","delta":"ts","metadata":{}},{"type":"tool-params-delta","id":"toolu_01VzeDbTo1qD4x6yNZTmQU3V","delta":"\": [{\"old","metadata":{}},{"type":"tool-params-delta","id":"toolu_01VzeDbTo1qD4x6yNZTmQU3V","delta":"String\":\"2 ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01VzeDbTo1qD4x6yNZTmQU3V","delta":"cups","metadata":{}},{"type":"tool-params-delta","id":"toolu_01VzeDbTo1qD4x6yNZTmQU3V","delta":" o","metadata":{}},{"type":"tool-params-delta","id":"toolu_01VzeDbTo1qD4x6yNZTmQU3V","delta":"f ?","metadata":{}},{"type":"tool-params-delta","id":"toolu_01VzeDbTo1qD4x6yNZTmQU3V","delta":"??","metadata":{}},{"type":"tool-params-delta","id":"toolu_01VzeDbTo1qD4x6yNZTmQU3V","delta":"\",\"new","metadata":{}},{"type":"tool-params-delta","id":"toolu_01VzeDbTo1qD4x6yNZTmQU3V","delta":"String\":\"2 c","metadata":{}},{"type":"tool-params-delta","id":"toolu_01VzeDbTo1qD4x6yNZTmQU3V","delta":"ups of flo","metadata":{}},{"type":"tool-params-delta","id":"toolu_01VzeDbTo1qD4x6yNZTmQU3V","delta":"ur\"}]}","metadata":{}},{"type":"tool-params-end","id":"toolu_01VzeDbTo1qD4x6yNZTmQU3V","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":1945,"outputTokens":186,"totalTokens":2131},"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":1945,"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]}},"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]},"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>echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTR9</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 current contents.","options":{}},{"type":"tool-call","id":"toolu_017fSJy4kkzaGMSdc382BT7M","name":"open","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTR9"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_017fSJy4kkzaGMSdc382BT7M","name":"open","isFailure":false,"result":{"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":"reasoning","text":"The user wants me to replace \"???\" with \"flour\".","options":{}},{"type":"text","text":"I can see the missing ingredient marked with `???`. Let me fix that for you!","options":{}},{"type":"tool-call","id":"toolu_01VzeDbTo1qD4x6yNZTmQU3V","name":"update","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTR9","edits":[{"oldString":"2 cups of ???","newString":"2 cups of flour"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01VzeDbTo1qD4x6yNZTmQU3V","name":"update","isFailure":false,"result":{"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_01SkaKi85AkNtwLb2t2nUiKX","modelId":"claude-opus-4-6","timestamp":"2026-06-03T14:45:23.561Z","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":2166,"outputTokens":21,"totalTokens":2187},"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":2166,"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]}},"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]},"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>echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTVC</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_01Mjy8Fb8VVLGeLPpRzaFxtm","modelId":"claude-opus-4-6","timestamp":"2026-06-03T14:45:26.140Z","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":"EoECCmMIDhgCKkB59APG7kQJaS56ZghJ7yGmUDPTIff8aJqcCaiTm7DBlPfIkAEzU9xUX9RfyXK8kuAlQ2FqlGTMKvYxrrstJfcdMg9jbGF1ZGUtb3B1cy00LTY4AEIIdGhpbmtpbmcSDAQYVeXiWQn+k+azQhoMZ9J50KdlaCbumFhgIjBN4tcXOAofAoHomymDOGOqDvmPg3wOTxyC2sHyhbFblGt/1O5HDozeOpsyUfu1gzwqTJT22MsOjrA/K5ZagMYpnH6F5PXRjxA4u3WbOt3ei9RXorqVuq2xN+REancz0psH3LYhi4XRdp1qOVfyPPCbkw36Sthq9pwn0TZV22EYAQ=="}}},{"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","metadata":{}},{"type":"text-delta","id":"1","delta":"'s currently on the shopping list.","metadata":{}},{"type":"text-end","id":"1","metadata":{}},{"type":"tool-params-start","id":"toolu_013RmXSuYz1teiFpQsLQTNxB","name":"open","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_013RmXSuYz1teiFpQsLQTNxB","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_013RmXSuYz1teiFpQsLQTNxB","delta":"{\"doc\": \"e","metadata":{}},{"type":"tool-params-delta","id":"toolu_013RmXSuYz1teiFpQsLQTNxB","delta":"cho://BDJ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013RmXSuYz1teiFpQsLQTNxB","delta":"XMULPW5FB5","metadata":{}},{"type":"tool-params-delta","id":"toolu_013RmXSuYz1teiFpQsLQTNxB","delta":"5UZ7KP","metadata":{}},{"type":"tool-params-delta","id":"toolu_013RmXSuYz1teiFpQsLQTNxB","delta":"5HLDHVTXUT","metadata":{}},{"type":"tool-params-delta","id":"toolu_013RmXSuYz1teiFpQsLQTNxB","delta":"HE","metadata":{}},{"type":"tool-params-delta","id":"toolu_013RmXSuYz1teiFpQsLQTNxB","delta":"2U/01","metadata":{}},{"type":"tool-params-delta","id":"toolu_013RmXSuYz1teiFpQsLQTNxB","delta":"JG","metadata":{}},{"type":"tool-params-delta","id":"toolu_013RmXSuYz1teiFpQsLQTNxB","delta":"FJJZ00G0WKQ","metadata":{}},{"type":"tool-params-delta","id":"toolu_013RmXSuYz1teiFpQsLQTNxB","delta":"SJG","metadata":{}},{"type":"tool-params-delta","id":"toolu_013RmXSuYz1teiFpQsLQTNxB","delta":"MAKCNTVC\"}","metadata":{}},{"type":"tool-params-end","id":"toolu_013RmXSuYz1teiFpQsLQTNxB","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":1782,"outputTokens":145,"totalTokens":1927},"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":1782,"output_tokens":9,"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]}},"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]},"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>echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTVC</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_013RmXSuYz1teiFpQsLQTNxB","name":"open","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTVC"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_013RmXSuYz1teiFpQsLQTNxB","name":"open","isFailure":false,"result":{"content":"# Shopping list"},"providerExecuted":false,"options":{}}],"options":{"anthropic":{"cacheControl":{"ttl":"5m","type":"ephemeral"}}}}]},"response":[{"type":"response-metadata","id":"msg_016adMewtbYy1rYKzEgTz4PN","modelId":"claude-opus-4-6","timestamp":"2026-06-03T14:45:29.414Z","metadata":{}},{"type":"reasoning-start","id":"0","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"The","metadata":{}},{"type":"reasoning-delta","id":"0","delta":" document currently just has a heading \"# Shopping list\" with no items","metadata":{}},{"type":"reasoning-delta","id":"0","delta":". I need to add \"milk\" to the list.","metadata":{}},{"type":"reasoning-delta","id":"0","delta":"","metadata":{"anthropic":{"type":"thinking","signature":"ErICCmMIDhgCKkCWiwIac2zzfyFKDWfGKsMM6O5gsnoYSC7MSlh/XpEXUzcswi991T/tJ+DKGEAoFDnalgy+3+i5vqyzh32VWBYNMg9jbGF1ZGUtb3B1cy00LTY4AEIIdGhpbmtpbmcSDC0OPFax1J5h0i7ekhoMtOQYPt46xydh6y3lIjCDWWigmWxRd3QEFx8cH4OOXpw5C5EAkL97/JsE+FViKUP+0vfNB4vMO8hcoUxTvNIqfepPmHHEBSOr1Qvqydfxh5BUvxdns51XiZJEuUv8B/SCLxPDuZw76cBIjuBoF7IXHp/BVxDfiLUdA+s8++JEaGROWOOnmJvzqxeOjPXLZpX5If+epl/PXAxIaK2gIvztoL5YWtS3gAyRSp5NaSXYAUs5cS28KazKxrXoCwUSGAE="}}},{"type":"reasoning-end","id":"0","metadata":{}},{"type":"text-start","id":"1","metadata":{}},{"type":"text-delta","id":"1","delta":"The shopping list is currently empty. Let me add milk to it!","metadata":{}},{"type":"text-end","id":"1","metadata":{}},{"type":"tool-params-start","id":"toolu_01PNsx5BetLNj9tJxENCLzgv","name":"update","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_01PNsx5BetLNj9tJxENCLzgv","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PNsx5BetLNj9tJxENCLzgv","delta":"{\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PNsx5BetLNj9tJxENCLzgv","delta":"doc\": \"ech","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PNsx5BetLNj9tJxENCLzgv","delta":"o://BDJXMU","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PNsx5BetLNj9tJxENCLzgv","delta":"LPW5FB55UZ7","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PNsx5BetLNj9tJxENCLzgv","delta":"KP","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PNsx5BetLNj9tJxENCLzgv","delta":"5HLDHVTXUTH","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PNsx5BetLNj9tJxENCLzgv","delta":"E2U/0","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PNsx5BetLNj9tJxENCLzgv","delta":"1JGFJJZ00G","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PNsx5BetLNj9tJxENCLzgv","delta":"0WK","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PNsx5BetLNj9tJxENCLzgv","delta":"QSJGMAKC","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PNsx5BetLNj9tJxENCLzgv","delta":"NTVC\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PNsx5BetLNj9tJxENCLzgv","delta":", ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PNsx5BetLNj9tJxENCLzgv","delta":"\"ed","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PNsx5BetLNj9tJxENCLzgv","delta":"its\": [{\"old","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PNsx5BetLNj9tJxENCLzgv","delta":"String\":\"# ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PNsx5BetLNj9tJxENCLzgv","delta":"Shopping","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PNsx5BetLNj9tJxENCLzgv","delta":" list\",","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PNsx5BetLNj9tJxENCLzgv","delta":"\"newStri","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PNsx5BetLNj9tJxENCLzgv","delta":"ng\":\"# Sho","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PNsx5BetLNj9tJxENCLzgv","delta":"pping lis","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PNsx5BetLNj9tJxENCLzgv","delta":"t\\n\\n- Mil","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PNsx5BetLNj9tJxENCLzgv","delta":"k\"}","metadata":{}},{"type":"tool-params-delta","id":"toolu_01PNsx5BetLNj9tJxENCLzgv","delta":"]}","metadata":{}},{"type":"tool-params-end","id":"toolu_01PNsx5BetLNj9tJxENCLzgv","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":1918,"outputTokens":201,"totalTokens":2119},"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":1918,"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]}},"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]},"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>echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTVC</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_013RmXSuYz1teiFpQsLQTNxB","name":"open","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTVC"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_013RmXSuYz1teiFpQsLQTNxB","name":"open","isFailure":false,"result":{"content":"# Shopping list"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"The document currently just has a heading \"# Shopping list\" with no items. I need to add \"milk\" to the list.","options":{}},{"type":"text","text":"The shopping list is currently empty. Let me add milk to it!","options":{}},{"type":"tool-call","id":"toolu_01PNsx5BetLNj9tJxENCLzgv","name":"update","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTVC","edits":[{"oldString":"# Shopping list","newString":"# Shopping list\n\n- Milk"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01PNsx5BetLNj9tJxENCLzgv","name":"update","isFailure":false,"result":{"newContent":"# Shopping list\n\n- Milk"},"providerExecuted":false,"options":{}}],"options":{"anthropic":{"cacheControl":{"ttl":"5m","type":"ephemeral"}}}}]},"response":[{"type":"response-metadata","id":"msg_01UvhnTGq15qEbQPuYAYeb4f","modelId":"claude-opus-4-6","timestamp":"2026-06-03T14:45:33.250Z","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 the shopping list. \ud83e\udd5b","metadata":{}},{"type":"text-end","id":"0","metadata":{}},{"type":"finish","reason":"stop","usage":{"inputTokens":2104,"outputTokens":21,"totalTokens":2125},"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":2104,"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]}},"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]},"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>echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTVC</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_013RmXSuYz1teiFpQsLQTNxB","name":"open","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTVC"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_013RmXSuYz1teiFpQsLQTNxB","name":"open","isFailure":false,"result":{"content":"# Shopping list"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"The document currently just has a heading \"# Shopping list\" with no items. I need to add \"milk\" to the list.","options":{}},{"type":"text","text":"The shopping list is currently empty. Let me add milk to it!","options":{}},{"type":"tool-call","id":"toolu_01PNsx5BetLNj9tJxENCLzgv","name":"update","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTVC","edits":[{"oldString":"# Shopping list","newString":"# Shopping list\n\n- Milk"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01PNsx5BetLNj9tJxENCLzgv","name":"update","isFailure":false,"result":{"newContent":"# Shopping list\n\n- Milk"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":"Done! I've added **Milk** to the shopping list. \ud83e\udd5b","options":{}},{"role":"user","content":"Add bread to the shopping list.","options":{"anthropic":{"cacheControl":{"ttl":"5m","type":"ephemeral"}}}}]},"response":[{"type":"response-metadata","id":"msg_012Ewux8HqnQSgmMLjopQBsw","modelId":"claude-opus-4-6","timestamp":"2026-06-03T14:45:35.847Z","metadata":{}},{"type":"tool-params-start","id":"toolu_01UTG9t9qFbNT8qciKeszwF1","name":"update","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_01UTG9t9qFbNT8qciKeszwF1","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01UTG9t9qFbNT8qciKeszwF1","delta":"{\"doc\": \"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01UTG9t9qFbNT8qciKeszwF1","delta":"echo:/","metadata":{}},{"type":"tool-params-delta","id":"toolu_01UTG9t9qFbNT8qciKeszwF1","delta":"/BDJXMUL","metadata":{}},{"type":"tool-params-delta","id":"toolu_01UTG9t9qFbNT8qciKeszwF1","delta":"PW","metadata":{}},{"type":"tool-params-delta","id":"toolu_01UTG9t9qFbNT8qciKeszwF1","delta":"5FB55UZ7KP","metadata":{}},{"type":"tool-params-delta","id":"toolu_01UTG9t9qFbNT8qciKeszwF1","delta":"5HLDHVTXU","metadata":{}},{"type":"tool-params-delta","id":"toolu_01UTG9t9qFbNT8qciKeszwF1","delta":"THE2U/01","metadata":{}},{"type":"tool-params-delta","id":"toolu_01UTG9t9qFbNT8qciKeszwF1","delta":"JGFJJZ0","metadata":{}},{"type":"tool-params-delta","id":"toolu_01UTG9t9qFbNT8qciKeszwF1","delta":"0G","metadata":{}},{"type":"tool-params-delta","id":"toolu_01UTG9t9qFbNT8qciKeszwF1","delta":"0W","metadata":{}},{"type":"tool-params-delta","id":"toolu_01UTG9t9qFbNT8qciKeszwF1","delta":"KQSJGMAKCNT","metadata":{}},{"type":"tool-params-delta","id":"toolu_01UTG9t9qFbNT8qciKeszwF1","delta":"VC\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01UTG9t9qFbNT8qciKeszwF1","delta":", \"edits\":","metadata":{}},{"type":"tool-params-delta","id":"toolu_01UTG9t9qFbNT8qciKeszwF1","delta":" [{\"oldS","metadata":{}},{"type":"tool-params-delta","id":"toolu_01UTG9t9qFbNT8qciKeszwF1","delta":"tring\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01UTG9t9qFbNT8qciKeszwF1","delta":":\"- Milk\",\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01UTG9t9qFbNT8qciKeszwF1","delta":"newStrin","metadata":{}},{"type":"tool-params-delta","id":"toolu_01UTG9t9qFbNT8qciKeszwF1","delta":"g\":\"- Mil","metadata":{}},{"type":"tool-params-delta","id":"toolu_01UTG9t9qFbNT8qciKeszwF1","delta":"k\\n- Br","metadata":{}},{"type":"tool-params-delta","id":"toolu_01UTG9t9qFbNT8qciKeszwF1","delta":"ea","metadata":{}},{"type":"tool-params-delta","id":"toolu_01UTG9t9qFbNT8qciKeszwF1","delta":"d\"}]}","metadata":{}},{"type":"tool-params-end","id":"toolu_01UTG9t9qFbNT8qciKeszwF1","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":2135,"outputTokens":143,"totalTokens":2278},"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":2135,"output_tokens":73,"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]}},"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]},"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>echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTVC</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_013RmXSuYz1teiFpQsLQTNxB","name":"open","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTVC"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_013RmXSuYz1teiFpQsLQTNxB","name":"open","isFailure":false,"result":{"content":"# Shopping list"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"The document currently just has a heading \"# Shopping list\" with no items. I need to add \"milk\" to the list.","options":{}},{"type":"text","text":"The shopping list is currently empty. Let me add milk to it!","options":{}},{"type":"tool-call","id":"toolu_01PNsx5BetLNj9tJxENCLzgv","name":"update","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTVC","edits":[{"oldString":"# Shopping list","newString":"# Shopping list\n\n- Milk"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01PNsx5BetLNj9tJxENCLzgv","name":"update","isFailure":false,"result":{"newContent":"# Shopping list\n\n- Milk"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":"Done! I've added **Milk** to the shopping list. \ud83e\udd5b","options":{}},{"role":"user","content":"Add bread to the shopping list.","options":{}},{"role":"assistant","content":[{"type":"tool-call","id":"toolu_01UTG9t9qFbNT8qciKeszwF1","name":"update","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTVC","edits":[{"oldString":"- Milk","newString":"- Milk\n- Bread"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01UTG9t9qFbNT8qciKeszwF1","name":"update","isFailure":false,"result":{"newContent":"# Shopping list\n\n- Milk\n- Bread"},"providerExecuted":false,"options":{}}],"options":{"anthropic":{"cacheControl":{"ttl":"5m","type":"ephemeral"}}}}]},"response":[{"type":"response-metadata","id":"msg_01NsZYr5EebV3XWCgDsn84DX","modelId":"claude-opus-4-6","timestamp":"2026-06-03T14:45:39.223Z","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 the shopping list. \ud83c\udf5e Here's what's on it now:\n\n- Milk\n- Bread","metadata":{}},{"type":"text-end","id":"0","metadata":{}},{"type":"finish","reason":"stop","usage":{"inputTokens":2310,"outputTokens":38,"totalTokens":2348},"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":2310,"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]}},"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]},"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>echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTVC</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_013RmXSuYz1teiFpQsLQTNxB","name":"open","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTVC"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_013RmXSuYz1teiFpQsLQTNxB","name":"open","isFailure":false,"result":{"content":"# Shopping list"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"The document currently just has a heading \"# Shopping list\" with no items. I need to add \"milk\" to the list.","options":{}},{"type":"text","text":"The shopping list is currently empty. Let me add milk to it!","options":{}},{"type":"tool-call","id":"toolu_01PNsx5BetLNj9tJxENCLzgv","name":"update","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTVC","edits":[{"oldString":"# Shopping list","newString":"# Shopping list\n\n- Milk"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01PNsx5BetLNj9tJxENCLzgv","name":"update","isFailure":false,"result":{"newContent":"# Shopping list\n\n- Milk"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":"Done! I've added **Milk** to the shopping list. \ud83e\udd5b","options":{}},{"role":"user","content":"Add bread to the shopping list.","options":{}},{"role":"assistant","content":[{"type":"tool-call","id":"toolu_01UTG9t9qFbNT8qciKeszwF1","name":"update","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTVC","edits":[{"oldString":"- Milk","newString":"- Milk\n- Bread"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01UTG9t9qFbNT8qciKeszwF1","name":"update","isFailure":false,"result":{"newContent":"# Shopping list\n\n- Milk\n- Bread"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":"Done! I've added **Bread** to the shopping list. \ud83c\udf5e Here's what's on it now:\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_01LxDvo8WwGVEn92S9dV17Eg","modelId":"claude-opus-4-6","timestamp":"2026-06-03T14:45:41.303Z","metadata":{}},{"type":"tool-params-start","id":"toolu_01ADVCECv575wVd1e8BVtRtx","name":"update","providerExecuted":false,"metadata":{}},{"type":"tool-params-delta","id":"toolu_01ADVCECv575wVd1e8BVtRtx","delta":"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01ADVCECv575wVd1e8BVtRtx","delta":"{\"doc\":","metadata":{}},{"type":"tool-params-delta","id":"toolu_01ADVCECv575wVd1e8BVtRtx","delta":" \"echo://B","metadata":{}},{"type":"tool-params-delta","id":"toolu_01ADVCECv575wVd1e8BVtRtx","delta":"DJXMULPW5F","metadata":{}},{"type":"tool-params-delta","id":"toolu_01ADVCECv575wVd1e8BVtRtx","delta":"B5","metadata":{}},{"type":"tool-params-delta","id":"toolu_01ADVCECv575wVd1e8BVtRtx","delta":"5UZ7KP5HLDH","metadata":{}},{"type":"tool-params-delta","id":"toolu_01ADVCECv575wVd1e8BVtRtx","delta":"VT","metadata":{}},{"type":"tool-params-delta","id":"toolu_01ADVCECv575wVd1e8BVtRtx","delta":"XU","metadata":{}},{"type":"tool-params-delta","id":"toolu_01ADVCECv575wVd1e8BVtRtx","delta":"THE2U/01","metadata":{}},{"type":"tool-params-delta","id":"toolu_01ADVCECv575wVd1e8BVtRtx","delta":"JGFJJZ00G0WK","metadata":{}},{"type":"tool-params-delta","id":"toolu_01ADVCECv575wVd1e8BVtRtx","delta":"QSJGMAKCN","metadata":{}},{"type":"tool-params-delta","id":"toolu_01ADVCECv575wVd1e8BVtRtx","delta":"TVC","metadata":{}},{"type":"tool-params-delta","id":"toolu_01ADVCECv575wVd1e8BVtRtx","delta":"\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01ADVCECv575wVd1e8BVtRtx","delta":", \"e","metadata":{}},{"type":"tool-params-delta","id":"toolu_01ADVCECv575wVd1e8BVtRtx","delta":"dits\"","metadata":{}},{"type":"tool-params-delta","id":"toolu_01ADVCECv575wVd1e8BVtRtx","delta":": ","metadata":{}},{"type":"tool-params-delta","id":"toolu_01ADVCECv575wVd1e8BVtRtx","delta":"[{\"oldSt","metadata":{}},{"type":"tool-params-delta","id":"toolu_01ADVCECv575wVd1e8BVtRtx","delta":"ring\":\"- Bre","metadata":{}},{"type":"tool-params-delta","id":"toolu_01ADVCECv575wVd1e8BVtRtx","delta":"ad\",","metadata":{}},{"type":"tool-params-delta","id":"toolu_01ADVCECv575wVd1e8BVtRtx","delta":"\"newSt","metadata":{}},{"type":"tool-params-delta","id":"toolu_01ADVCECv575wVd1e8BVtRtx","delta":"ri","metadata":{}},{"type":"tool-params-delta","id":"toolu_01ADVCECv575wVd1e8BVtRtx","delta":"ng\":\"- B","metadata":{}},{"type":"tool-params-delta","id":"toolu_01ADVCECv575wVd1e8BVtRtx","delta":"re","metadata":{}},{"type":"tool-params-delta","id":"toolu_01ADVCECv575wVd1e8BVtRtx","delta":"ad\\","metadata":{}},{"type":"tool-params-delta","id":"toolu_01ADVCECv575wVd1e8BVtRtx","delta":"n- Eggs\"}]}","metadata":{}},{"type":"tool-params-end","id":"toolu_01ADVCECv575wVd1e8BVtRtx","metadata":{}},{"type":"finish","reason":"tool-calls","usage":{"inputTokens":2358,"outputTokens":143,"totalTokens":2501},"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":2358,"output_tokens":73,"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]}},"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 URI of the referenced object. Protocols accepted:\n- echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4. \n- space ID, object ID tuple (spaceID:objectID)\n- Only object ID that is assumed to be in the current space (01KG7R1ZXWFMWQ4DA1Q6TN1DG4)\n- dxn:org.dxos.type.calendar:0.1.0 -- named entity from the registry. Absoutely make sure it actually exists in the registry.\n\nURIs can be prepended with an @ symbol for compatibility with in-text references.","examples":["echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","@echo://01KG7R1ZXWFMWQ4DA1Q6TN1DG4","BM3FSHFOMJCHCG5QW7JTVKGYABD2GAA7G:01KG7R1ZXWFMWQ4DA1Q6TN1DG4","01KG7R1ZXWFMWQ4DA1Q6TN1DG4","dxn:org.dxos.type.calendar:0.1.0","@dxn:org.dxos.type.calendar:0.1.0"]},"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>echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTVC</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_013RmXSuYz1teiFpQsLQTNxB","name":"open","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTVC"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_013RmXSuYz1teiFpQsLQTNxB","name":"open","isFailure":false,"result":{"content":"# Shopping list"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":[{"type":"reasoning","text":"The document currently just has a heading \"# Shopping list\" with no items. I need to add \"milk\" to the list.","options":{}},{"type":"text","text":"The shopping list is currently empty. Let me add milk to it!","options":{}},{"type":"tool-call","id":"toolu_01PNsx5BetLNj9tJxENCLzgv","name":"update","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTVC","edits":[{"oldString":"# Shopping list","newString":"# Shopping list\n\n- Milk"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01PNsx5BetLNj9tJxENCLzgv","name":"update","isFailure":false,"result":{"newContent":"# Shopping list\n\n- Milk"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":"Done! I've added **Milk** to the shopping list. \ud83e\udd5b","options":{}},{"role":"user","content":"Add bread to the shopping list.","options":{}},{"role":"assistant","content":[{"type":"tool-call","id":"toolu_01UTG9t9qFbNT8qciKeszwF1","name":"update","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTVC","edits":[{"oldString":"- Milk","newString":"- Milk\n- Bread"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01UTG9t9qFbNT8qciKeszwF1","name":"update","isFailure":false,"result":{"newContent":"# Shopping list\n\n- Milk\n- Bread"},"providerExecuted":false,"options":{}}],"options":{}},{"role":"assistant","content":"Done! I've added **Bread** to the shopping list. \ud83c\udf5e Here's what's on it now:\n\n- Milk\n- Bread","options":{}},{"role":"user","content":"Add eggs to the shopping list.","options":{}},{"role":"assistant","content":[{"type":"tool-call","id":"toolu_01ADVCECv575wVd1e8BVtRtx","name":"update","params":{"doc":"echo://BDJXMULPW5FB55UZ7KP5HLDHVTXUTHE2U/01JGFJJZ00G0WKQSJGMAKCNTVC","edits":[{"oldString":"- Bread","newString":"- Bread\n- Eggs"}]},"providerExecuted":false,"options":{}}],"options":{}},{"role":"tool","content":[{"type":"tool-result","id":"toolu_01ADVCECv575wVd1e8BVtRtx","name":"update","isFailure":false,"result":{"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_01Grar6YfDGpRqCZEghs6U1P","modelId":"claude-opus-4-6","timestamp":"2026-06-03T14:45:43.794Z","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 the shopping list. \ud83e\udd5a Here's what's on it now:\n\n- Milk\n- Bread\n- Eggs","metadata":{}},{"type":"text-end","id":"0","metadata":{}},{"type":"finish","reason":"stop","usage":{"inputTokens":2538,"outputTokens":42,"totalTokens":2580},"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":2538,"output_tokens":8,"server_tool_use":null,"service_tier":"standard"}}}}]}]}