Azure AI Assistants (preview) - their API call format once created in Assistants playground & have Assistant id

GenixPRO 36 Reputation points
2024-09-09T08:51:22.1866667+00:00

Hi team,

we're unable to find documentation on API calling of AI Assistants (preview) once we've created them using Assistants playground & have their Assistant id.

  1. We're looking for documentation on how we invoke the Assistant and the call/function format to terminate chat when done.
  2. assuming these are multi-threaded, can we invoke as many from our ios/android app? how do we track each thread ID? or are we supposed to create the Assistants from our mobile app and the call will return a unique Assistant ID each time? Becomes inconvenient as we have to pass a lot of duplicate parameters & instructions each time to invoke the same Assistants

appreciate your help. thanks.

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,043 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. romungi-MSFT 45,961 Reputation points Microsoft Employee
    2024-09-09T15:09:12.2366667+00:00

    @GenixPRO Here is the document link to assistants(preview) with Azure OpenAI.

    Also, Wrt using multiple assistants and threads, there is an example on the Github repo for multi-agent architecture. I hope this helps address your question on multi-threaded calling while creating assistants and threads. Thanks!!

    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.