Hi, I'm planning to build an AI based assistant which will provide answers and generate documents based on the user's input. I will have to add instructions to it beforehand. From my Node App, I will call this assistant and ask it to evaluate the content the user have provided and if it's enough for it to generate a blog article, the assistant will generate the article. If it's not enough, the assistant will keep asking for more information and guiding the user on what's needed.
I already created a pretty basic version of this using the Azure OpenAI studio's Assistant section. I want to know whether it can be done in a better way using the Azure AI Studio since it have more options. But I did not find any section for AI Assistant in Azure AI Studio.