SummaryAgent to store only current conversation
# 🤝help
c
As seen in the screenshot, the conversation ended then started again, although in the same session (with the past conversation on top). However, SummaryAgent still picked up the conversation from before. Is it possible to set it such that SummaryAgent only takes the current conversation?

https://cdn.discordapp.com/attachments/1135654697668202627/1135654698314121368/image.png

https://cdn.discordapp.com/attachments/1135654697668202627/1135654698557374485/image.png

a
@rich-battery-69172
r
@careful-keyboard-68830 hey, yes that's intended but I will add it as a feature request
@careful-keyboard-68830 in the meantime, you can add an execute code card with the following code in it right after the Start node:
Copy code
conversation.SummaryAgent.summary = ''
conversation.SummaryAgent.transcript = ''

https://cdn.discordapp.com/attachments/1135654697668202627/1135964095481393342/image.png

c
Thank you! 🙏🏻