api/chat_create.py.dox.md
chat_create.py API endpoint.chat_create.py because this directory is intentionally flat.chat_create.py owns the runtime implementation.chat_create.py.dox.md owns durable notes about responsibilities, contracts, side effects, and verification for that implementation.CreateChat (ApiHandler)
async process(self, input: Input, request: Request) -> Outputhelpers.api.ApiHandler; WebSocket handlers must derive from helpers.ws.WsHandler.CreateChat is an ApiHandler.CreateChat defines process(...).agent, helpers, helpers.api.self.use_context, mark_dirty_all, guids.generate_id, current_context.get_data, current_context.get_output_data, new_context.set_data, new_context.set_output_data, is_chat_override_allowed, settings.get_settings.helpers.api.Response for non-JSON responses, files, redirects, or status-specific replies.tests/test_browser_agent_regressions.pyNo child DOX files.