Adds a new prompt to the prompt library.
Examples
if (FALSE) { # \dontrun{
# Register a new prompt
ai_prompt_register(
"tidyverse",
paste("As a tidyverse expert, explain how to solve this problem using",
"dplyr, tidyr, and other tidyverse packages:"
)
)
} # }