Skip to contents

Removes a prompt from the prompt library.

Usage

ai_prompt_remove(name)

Arguments

name

Name of the prompt to remove.

Value

Invisibly returns the updated prompt library.

Examples

if (FALSE) { # \dontrun{
# Remove a prompt
ai_prompt_remove("tidyverse")
} # }