"Thread ID" GPT

How can I insert the “Thread Id” into my GPT field? I am passing a conversation from the WhatsApp API to the GPT assistant, and when the user asks questions about the same subject, the GPT does not respond coherently.

You’ll need to store the thread id from a previous request and then fetch the same thread id based on the messaging user.

To do that you have to use a service that can store data.

One of the services that can do that is the Data Store app. Another popular way you can store data is in a Google Sheet.

2 Likes