Skip to contents

Returns the currently active system-level prompt, if any.

Usage

ai_prompt_active()

Value

The active prompt text, or NULL if no system prompt is set.

Examples

if (FALSE) { # \dontrun{
# Check current active prompt
ai_prompt_active()
} # }