Bad Request Exception
class BadRequestException(headers: DeepSeekHeaders, error: DeepSeekError?, message: String?) : DeepSeekException
Thrown for HTTP 400 — the request body or parameters are malformed.
Inspect error for details on which field is invalid and adjust the request accordingly before retrying.