Rand Stats

LLM::Prompts

zef:antononcube
Revision history for "LLM::Prompts"

0.2.8 2025-08-30
    - Better "MermaidDiagram" prompt.
    - Added the prompt "GradeEssay".
    - Refactored "ThinkingHats" to have more robust ending.
        - Signature change!
        - llm-prompt("ThinkingHatsFeedback")($txt, , format => 'HTML', :!ideas)

0.2.7 2025-08-28
    - Added option :@hats to the prompt "ThinkingHatsFeedback".
        - llm-prompt("ThinkingHatsFeedback")($txt, hats => )
    - Added the prompt "MermaidDiagram".
        - Makes mind-maps by default.

0.2.6 2025-08-19
    - Added the prompt "ThinkingHatsFeedback".
        - A version of "SophisticatedFeedback" -- just the hats table without the summary.
    - Minor prompt data and prompt ingestion refactoring.