api/chat_export.py.dox.md
chat_export.py API endpoint.chat_export.py because this directory is intentionally flat.chat_export.py owns the runtime implementation.chat_export.py.dox.md owns durable notes about responsibilities, contracts, side effects, and verification for that implementation.ExportChat (ApiHandler)
async process(self, input: Input, request: Request) -> Outputhelpers.api.ApiHandler; WebSocket handlers must derive from helpers.ws.WsHandler.ExportChat is an ApiHandler.ExportChat defines process(...).helpers, helpers.api.self.use_context, persist_chat.export_json_chat, Exception.helpers.api.Response for non-JSON responses, files, redirects, or status-specific replies.No child DOX files.