tests/testthat/helper-ellmer.R

temp_ellmer_obj <- function() {
  list(
    clone = function() {
      list(
        set_turns = function(...) {
          list(
            chat = function(x) NULL,
            set_system_prompt = function(...) NULL
          )
        }
      )
    }
  )
}

Try the mall package in your browser

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

mall documentation built on Aug. 19, 2025, 1:14 a.m.