Multiple concurrent run same thread Id

Hey @gerard.morera

I’ve also tried yours possible solutions and couldn’t achieve what I wanted.

I ended up doing what this article describes: Optimizing AI: Building Advanced Multi-Agent Frameworks with Azure OpenAI Assistant API

If you want more details on my original post (same problem): Assistants API Multi Assistant Agentic Workflow

Note: Remember to define the ‘actors’ function the best you can, this helps passing the context between threads.