From e993c7463646a9460f00fa95a1b5b91e7a6e3903 Mon Sep 17 00:00:00 2001 From: Dominik Jain Date: Thu, 15 Jan 2026 16:57:02 +0100 Subject: [PATCH] Improve prompt pertaining to image handling --- mcp-server/data/prompts.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mcp-server/data/prompts.yml b/mcp-server/data/prompts.yml index 34be7c0..10a915e 100644 --- a/mcp-server/data/prompts.yml +++ b/mcp-server/data/prompts.yml @@ -72,8 +72,9 @@ initial_instructions: | # Images - The `Image` type is a legacy type. Images are now typically mostly embedded in a `Fill` with `fillImage` set to an + The `Image` type is a legacy type. Images are now typically embedded in a `Fill`, with `fillImage` set to an `ImageData` object, i.e. the `fills` property of of a shape (e.g. a `Rectangle`) will contain a fill where `fillImage` is set. + Use the `export_shape` and `import_image` tools to export and import images. # Visual Inspection of Designs