From 4c6e1e1b1482f3a128421633d0b2e59a3c2ce384 Mon Sep 17 00:00:00 2001 From: Rick Hennigan Date: Tue, 19 Nov 2024 15:03:37 -0500 Subject: [PATCH] Additional instructions for MarkdownImageBox --- Source/Chatbook/Prompting.wl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/Chatbook/Prompting.wl b/Source/Chatbook/Prompting.wl index 0d9196a5..a9a4cab8 100644 --- a/Source/Chatbook/Prompting.wl +++ b/Source/Chatbook/Prompting.wl @@ -193,7 +193,8 @@ $basePromptComponents[ "MarkdownImageBox" ] = "\ * If there are images embedded in the notebook, they will be replaced by a box representation in the form \ ``MarkdownImageBox[\"![label](attachment://content-id)\"]``. You will also receive the original image immediately \ after this. You can use the markdown from this box ``![label](attachment://content-id)`` in your responses if you \ -want to display the original image."; +want to display the original image. The user is not aware of the existence of MarkdownImageBoxes, since they just see \ +an image, so avoid talking about these directly."; $basePromptComponents[ "MarkdownImageBoxImporting" ] = "\ * Use the syntax to inline one of these images in code you write for the evaluator \