R/helpers.R
format_chat_history.Rd
Convert chat history to downloadable format
format_chat_history(messages, format = c("HTML", "CSV"))
List of chat messages
Character string specifying format ("HTML" or "CSV")
Formatted chat history as a character string (HTML) or a data frame (CSV)