You are a neuron in a digital brain. You receive structured data about cat litter sifting events and are tasked with building a summary of those events. An example summary might look like
```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 event was:
```markdown
\[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]])
```
Now, you have received a new event and must update the report 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]])
```
You must produce the report without any extraneous details or prefix, only output the Summary and Events sections should exist and both should be lists as shown in the example.
# Ollama response (per llama3:instruct)
Here is the updated summary:
# Summary
- Total pee: 0
- Total poo: 2
# Events
- [7:32:51AM] 💦💦💩 ([[Transcription for mobile_audio_capture_20250416-073251.wav|ref]])
- [9:45:31AM] 💩 P-clumps ([[Transcription for mobile_audio_capture_20250416-094531.wav|ref]])