Expand description
Document-specific output formatters for LLM consumption.
Formats a Document into XML (Claude), Markdown (GPT), or JSON (agents).
Functionsยง
- format_
json - Format a document as agent-friendly JSON.
- format_
markdown - Format a document as GPT-optimized Markdown.
- format_
xml - Format a document as Claude-optimized XML.