Yes, I can check that 🫡 In the code I linked, I...
# 🌎general
q
Yes, I can check that 🫡 In the code I linked, I used 5 times session variable called threadID,
Copy code
js
session.threadID = response.data.id // line 16
await createMessage(session.threadID, event.preview); // line 44
const run = await createRun(session.threadID, assistantID); // line 63
url: `https://api.openai.com/v1/threads/${session.threadID}/runs/${runId}`, // line 71
const response = await listMessages(session.threadID); // line 105
and in the end I stored the result into a workflow variable called response and changed it to a new value