Chat Routes

app.routes_chat contains the chat-translation and chat-save HTTP endpoints. Business logic is delegated to app.services.chat_translation.

Chat translation and chat save routes.

This router exposes the chat page’s translation and save endpoints while delegating the heavy lifting to app.services.chat_translation.

app.routes_chat.translate_chat(req)[source]

Translate one or two OOC chat messages into in-character output.

app.routes_chat.save_chat(req)[source]

Persist a chat-session save package under the configured data root.