# Send a message to a tutor and receive a complete response Endpoint: POST /tutor/chat Version: 0.9.0 Security: bearerAuth ## Request fields (application/json): - `messages` (array) - `messages.content` (string) - `messages.role` (string) Enum: "user", "assistant", "system" - `tutorId` (string) - `userId` (string) - `conversationId` (string) - `debugMode` (boolean) ## Response 200 fields (application/json): - `message` (string) - `messages` (array) - `debugLogs` (array) ## Response 400 fields ## Response 404 fields ## Response 500 fields