refactor(core): simplify location filesystem (#31545)

This commit is contained in:
Dax
2026-06-09 14:28:45 -04:00
committed by GitHub
parent 0777cf1ccf
commit 132ef57272
73 changed files with 1054 additions and 1422 deletions
@@ -7,7 +7,7 @@ test("compaction describes tool media without embedding base64", () => {
{ type: "text", text: "Image read successfully" },
{
type: "file",
source: { type: "data", data: base64 },
uri: `data:image/png;base64,${base64}`,
mime: "image/png",
name: "pixel.png",
},