Though, I saw these two messages in the forum:
Forum doesn’t let me add links anymore add ‘h’ at the beginning of these links:
ttps://community.openai.com/t/list-of-threads-is-missing-from-the-api/484510/31?u=sargent
Anyway, as I saw from the code. this is actually a wrapper for the OpenAI API that actually manages the threads for you. What if I’m just using the playground, can anyone monitor my thread using the API?
Please let me know if these were the steps (roughly) that you took as well?
Yes, this is a wrapper for the OpenAI APIs; making use of the powerful metadata behind the scene.
On your second question, is the concern that given a thread_id, will anyone be able to monitor your thread? I know that I do auto-summarize with low-water-mark on a different process; so that the context of the thread (messages) do not grow too long. In fact this was the primary reason for creating listable threads. So that a process could monitor the growth and auto-summarize and truncate an arbitary set of threads.