R/knitr_engine.R
clear_ai_session.Rd
Clears the cached session(s) for the AI engine. Useful for resetting state between documents.
clear_ai_session(session_name = NULL)
Optional name of specific session to clear. If NULL, clears all.
Invisible NULL.