{"openapi":"3.1.0","info":{"version":"1.0.0","title":"OpenAPI"},"components":{"schemas":{},"parameters":{}},"paths":{"/api/chat":{"post":{"tags":["Chat"],"summary":"Send a message to the LLM and get a response","operationId":"post_Chat","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"historyId":{"type":"number"}}}}}},"responses":{"200":{"description":"Returns the LLM response","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"},"response":{"type":"string"},"historyId":{"type":"number"},"banned":{"type":"boolean"},"remainingTime":{"type":"number"}},"required":["success","response","historyId"]}}}}}}}},"webhooks":{}}