ripe-autumn-23624
06/25/2025, 10:46 PMsession = AgentSession(
llm=openai.realtime.RealtimeModel(
voice="coral",
)
)
I've been trying to capture the transcript of the call (both Agent and user) and outputting it at the end of the call, but I couldn't find anywhere in the docs and github examples on how to capture the transcript of the call. Is this feature available for multimodal agents? if so, is there any example on how to do it?tall-airline-16756
06/25/2025, 10:46 PMtall-airline-16756
06/25/2025, 10:47 PMfinal
property.
• For detailed guidance on creating transcriptions in the agent process, you can refer to the "Recording agent sessions" section in the documentation.
• Additionally, the "Text and transcriptions" documentation provides updated information on handling transcriptions in v1.0.
These resources should help you implement the functionality you need. If you have further questions or run into any issues, feel free to ask!
Sources: Transcriptions | LiveKit Docs | Transcriptions | LiveKit Docs