Skip to content

Commit

Permalink
Additional instructions for MarkdownImageBox
Browse files Browse the repository at this point in the history
  • Loading branch information
rhennigan committed Nov 19, 2024
1 parent 351ebb3 commit 4c6e1e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Source/Chatbook/Prompting.wl
Original file line number Diff line number Diff line change
Expand Up @@ -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 <!attachment://content-id!> to inline one of these images in code you write for the evaluator \
Expand Down

0 comments on commit 4c6e1e1

Please sign in to comment.