# NOT RUN {
if(interactive()){
connection <- init(api_key, workspace)
connection[["text"]]
chat1 <- chat("Ignacio", connection, api_key, workspace)
chat1[["text"]]
chat2 <- chat("I would like flower suggestions", chat1, api_key, workspace)
chat2[["text"]]
}
# }
Run the code above in your browser using DataLab