OpenAI Assistant w/ Thread

I might be misunderstanding this, but I’m trying to pass a message to/from an assistant. I am passing the Thread ID with the request so the Assistant would have a memory of the conversational context. But, when I ask the AI about past conversations, it says it has no memory. Am I misunderstanding this?

Welcome to the Make community!

What does “Thread” contain? Is it an ID? You might have to convert it to a number like this:

{{ parseNumber(1.`Thread`) }}

2 Likes

I appreciate you! It turns out it was due to an OpenAi outage earlier today so all is good now. Thanks for the help though!