Threads - Assistant API in playground

Any way to continue a thread in the playground with the Assistant in the playground

I have noticed that I have to start a new thread everytime - when I leave a thread - But the thread is being saved - so I’m just wondering if I can continue a thread or not that I started previously and would like to continue

1 Like

No, you could continue it using the api by saving the thread_id though

3 Likes

If you bookmark the playground url conatining the thread_id, I believe you can return to it later? I’m just unsure of the expiry time of a thread / url.

If you keep note of the thread ID in the URL, you can always come back to it.

We will (re)launch a Threads tab in the Playground to make this a lot easier in the near future.

4 Likes

My observation is:
If you want to open the thread in the Assistants environment:
https://platform.openai.com/playground/assistants?assistant=[your_assistant_id]&thread=[your_thread_id]
It seems you also need to have the correct project selected.