R/ai-prompts.R
ai_prompt_remove.Rd
Removes a prompt from the prompt library.
ai_prompt_remove(name)
Name of the prompt to remove.
Invisibly returns the updated prompt library.
if (FALSE) { # \dontrun{ # Remove a prompt ai_prompt_remove("tidyverse") } # }