_=>Some(ErrorResponse::not_implemented_error("Only `Input::Text` is supported. Structured, multimedia, or custom input types are not yet implemented.")),
}
}
/// Checks for unsupported fields in the request.
/// Returns Some(response) if unsupported fields are present.