Split Diary Entries
🤖 AI Drafted (Not reviewed)
Split each page’s transcript into per-day entry nodes with a date attribute and the day’s bounding box — the timeline/calendar feed
| Tool id | diary_entries |
| Category | llm |
| Uses a language model | yes |
| Needs a generative model | no |
| Runs over many items | no |
| Item handling | batch |
| Structured output | no |
| Human-verified | not yet |
What it reads
| Port | Type | Required | What it is |
|---|---|---|---|
Documents (documents) |
json |
no | Transcribed pages to split into diary entries |
Text (text) |
text |
no | Ordering dependency on the transcription node — the splitter reads each page’s stored transcript, this port just makes it run after transcription lands |
What it emits
| Port | Type | Required | What it is |
|---|---|---|---|
Entry Documents (documents) |
json |
— | Created per-day entry child documents |
Count (count) |
number |
— | Number of entries created |
Summary (text) |
text |
— | One line per created entry |
Options
This tool has no options.
The prompt it sends
This tool does not send a prompt — it does its work in code.