You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: update API documentation to reflect simplified read_email output
Changes:
- Updated TOOLS.md to reflect new read_email response structure
- Removed headers and file_path from response examples
- Added cc, references, in_reply_to fields
- Updated "What gets extracted" section to clarify only key headers included
- Updated read_thread example emails with new field structure
- Removed file_path from error handling documentation
- Updated ARCHITECTURE.md to document parse_email changes
- Added Cc field extraction to data flow example
- Added threading headers extraction (References, In-Reply-To)
- Updated process steps to reflect 10-step parsing flow
- Clarified that output has no raw headers and no file path
This aligns documentation with the code simplification that removes
unnecessary data (full headers, file paths) and focuses on AI-relevant
information for email analysis.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
0 commit comments