课程: Azure AI for Developers: AI Design Foundations
免费学习该课程!
今天就开通帐号,24,700 门业界名师课程任您挑!
Single agent vs. multiple agents - Azure AI Services教程
课程: Azure AI for Developers: AI Design Foundations
Single agent vs. multiple agents
- [Instructor] In the last video, we built a single agent system, but there are some situations where you actually want multiple agents to interact with each other. One of the most common reasons why you might want multiple agents to interact is what's called a maker checker pattern. We alluded to this earlier in this course as a means of reducing hallucination. Let's have a look at one in action. Now, I built this questionnaire multi-agent, where I can give it a question from an RFP or a questionnaire, and it uses multiple agents to answer the question and make sure that it's correct. So I set the context here to Microsoft Azure AI, and the question is, "Does your service offer video generative AI?" As of this recording, the Azure AI Service does not offer video generative AI. Now, I have four different agents in this set. At the top, we see the QuestionAnswererAgent, and it produces the original answer to the question. But then we have a couple of different types of checker agents…