# Background You receive transcriptions (potentially with typos) about cat litter sifting events and are tasked with building and maintaining a summary of those events. An example summary might look like this indented block: ```markdown # Summary - Total pee: 2 - Total poo: 1 # Events - \[7:32:51AM\] πŸ’¦πŸ’¦πŸ’© ([[Transcription for mobile_audio_capture_20250416-073251.wav|ref]]) ``` In this case the transcription was: ```markdonw \[7:32:51AM\] I just sifted poop and the two pea clumps from the back litter box. ([[Transcription for mobile_audio_capture_20250416-073251.wav|ref]]) ``` # Task Now, you have received a new event and must update the report (Summary and Events) with it: ```markdown \[9:45:31AM\] I just sifted poop and a P-clumps from the back litter box. ([[Transcription for mobile_audio_capture_20250416-094531.wav|ref]]) ``` Output a report, starting with the Summary section and ending with the sorted Events list. Do not provide any additional commentary, just output the report. # Ollama response (per llama3:instruct) Here is the updated report: # Summary - Total pee: 2 - Total poo: 2 # Events - [7:32:51AM] πŸ’¦πŸ’¦πŸ’© (ref) - [9:45:31AM] πŸ’¦πŸ’© (ref)