# 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: # 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: \[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: \[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) # Background # Summary - Total pee: 2 - Total poo: 2 # Events - [7:32:51AM] πŸ’¦πŸ’¦πŸ’© ([[Transcription for mobile_audio_capture_20250416-073251.wav|ref]]) - [9:45:31AM] πŸ’©πŸ’©([[Transcription for mobile_audio_capture_20250416-094531.wav|ref]])