Revision history for "LLM::Prompts"
0.2.11 2025-11-16
- More universal "FunctionNameSuggest" prompt.
- Takes :lang argument
- also, removed a redundant duplicate definition of the "FunctionNameSuggest" prompt.
- New prompt "CodeHighlighter".
- Generates good highlighting in HTML and LaTeX.
- Does not automatically de
0.2.10 2025-09-23
- Renamed the prompt "DocMarkuper" into "CodeDocAnnotator".
0.2.9 2025-09-21
- New prompt: "DocMarkuper".
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.