Get threadId associated with agent memory
I have a workflow that calls an agent with memory, configured to generate a thread title.
How can I get access to the threadId automatically created for that agent once it's been used?
2 Replies
Hey @flippyhead ! The only way to do that at the moment is to create the thread beforehand, like this:
@Romain ok thanks. Consider this my vote for returning that value somewhere in the response 😉