model: "llama3:instruct"
---
# 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 would look like this:
```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 summary append to the events with a new event:
```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 in the same format as the example and be sure not to modify existing event lines.
# Ollama response (per llama3)
Here is the updated report:
# Summary
- Total pee: 2
- Total poo: 1
# Events
- [7:32:51AM] 💦💦💩 (Transcription for mobile_audio_capture_20250416-073251.wav)
- [9:45:31AM] I just sifted poop and a P-clumps from the back litter box. (Transcription for mobile_audio_capture_20250416-094531.wav)