AI-102 Exam Question 156

You are building an agent by using the Semantic Kernel. The agent will use a custom plugin. You need to ensure that the agent meets the following requirements:
* The agent must use function calling.
* All functions that match the instructions must be triggered.
* All required parameters in the function must be requested by the agent if the user fails to provide them.
How should you complete the code? To answer, select the appropriate options in the answer area. NOTE:
Each correct selection is worth one point.

AI-102 Exam Question 157

You plan to build an app that will generate a list of tags for uploaded images. The app must meet the following requirements:
* Generate tags in a user's preferred language.
* Support English, French, and Spanish.
* Minimize development effort
You need to build a function that will generate the tags for the app. Which Azure service endpoint should you use?
  • AI-102 Exam Question 158

    You are building an app that will include one million scanned magazine articles. Each article will be stored as an image file. You need to configure the app to extract text from the images. The solution must minimize development effort. What should you include in the solution?