R/options.R

#' Options used by the chores package
#'
#' @description
#' The chores package makes use of three notable user-facing options:
#'
#' * `.chores_dir` is the directory where helper prompts live. See the helper [directory]
#'   help-page for more information.
#' * `.chores_chat` determines the underlying LLM powering each helper.
#'   See the "Choosing a model" section of `vignette("chores", package = "chores")`
#'   for more information.
#'
#' @name helper_options
#' @aliases .chores_dir
#' @aliases .chores_chat
NULL

Try the chores package in your browser

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

chores documentation built on April 3, 2025, 9:31 p.m.