enrich_window
Downloads and transcribes voice notes from recent WhatsApp messages using OpenAI Whisper. Skips previously transcribed messages to avoid duplication.
Instructions
VOICE-ONLY enrichment for the last N hours. Downloads voice notes and transcribes them via OpenAI Whisper. Idempotent (skips already-transcribed). IMPORTANT: this tool no longer touches images - image analysis is done by Claude (you) via the get_image tool, using the Cowork subscription instead of OpenAI Vision. To produce a full brief with both voice transcripts and image descriptions: (1) call enrich_window for voice, (2) call get_image one-by-one for each image in the window and call set_description to cache your description, (3) then call get_recent_messages to read the enriched text and write the brief.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hours | No | ||
| maxItems | No | ||
| concurrency | No |