I have created a REST API where I can access one assistant. When multiple users use the assistant, do I need another assistant for each thread_id, or can I just use one assistant with multiple threads? Can one assistant be used by multiple threads simultaneously?
I just tested. You can definitely use one assistant and multiple threads simultaneously.
Thank you. I was confused about how to test it.
As this topic has a selected solution, closing topic.