Skip to contents

Clears any cached default Chat. Useful for testing or when environment variables change.

Usage

clear_default_chat()

Value

Invisibly returns NULL.

Examples

if (FALSE) { # \dontrun{
# Clear cached chat (will re-detect on next use)
clear_default_chat()
} # }