Please read this first
- Have you read the docs?Agents SDK docs yes
- Have you searched for related issues? yes
Question
Describe your question. Provide details if available.
I have a chatbot using Realtime Agent. After each turn I would save the generated transcriptions as being the user and agent messages, then save them onto a database.
What I want to know is that whether it is possible to populate the chat history of a newly connected Realtime Agent session using the messages saved in the database.
Thank you