Extract chat history from ellmer chat object
extract_chat_history(
chat_obj,
include_tokens = TRUE,
include_time = TRUE,
tz = "Asia/Shanghai"
)A data frame with chat history
An ellmer chat object
Whether to include token information
Whether to include timestamp information
Time zone for timestamps (default "Asia/Shanghai" for CST)