R/response_validation_utils.R

Defines functions is_error_response

is_error_response <- function(result) {
  is.character(result) && any(grepl("^\\s*error\\s*:", result, ignore.case = TRUE))
}

Try the mLLMCelltype package in your browser

Any scripts or data that you put into this service are public.

mLLMCelltype documentation built on May 11, 2026, 9:06 a.m.