Skip to contents

Clears the currently active system-level prompt.

Usage

ai_prompt_clear()

Value

Invisibly returns NULL.

Examples

if (FALSE) { # \dontrun{
# Clear the system prompt
ai_prompt_clear()
} # }