I’m trying to make a block-code learning prompt for kids. The output should have visual block-code prompts instead of texts. Can the pickaxe support having visual prompts or outputs? Like scratch programming?
Pickaxe does support code blocks. You can ask for it via prompting. For example you might say something like:
Write a simple python script to help the user. Output your answer as a code box using markdown notation. Follow this syntax of using three ``` marks on either side of the code.
Here’s a screenshot of how I do it.