R/genai.google.chat.history.reset.R

Defines functions genai.google.chat.history.reset

#' @noRd
genai.google.chat.history.reset = function(genai.google.object) {
  genai.google.object$chat.history$contents = list()
}

Try the GenAI package in your browser

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

GenAI documentation built on May 29, 2024, 11:58 a.m.