get conversations in current session
# 🤝help
i
Can you get all the conversations in the current session (from the start of the conversation to the end)? SummaryAgent.transcript gives me the last x number of lines in the conversation and conversation.SummaryAgent.summary gives me the summary of the conversation.
i
thanks, this helped
Is it possible to get the timestamp of messages in the transcript rather than just having user: message, bot: message ?