# \donttest{
if (interactive()) {
# Load a saved session
chat <- load_chat_session("my_session.rds", tools = my_tools)
# Continue where you left off
response <- chat$send("Let's continue our discussion")
}
# }
Run the code above in your browser using DataLab