R/ai-prompts.R
ai_prompt_active.Rd
Returns the currently active system-level prompt, if any.
ai_prompt_active()
The active prompt text, or NULL if no system prompt is set.
if (FALSE) { # \dontrun{ # Check current active prompt ai_prompt_active() } # }