AI-102 · Question #461
AI-102 Question #461: Real Exam Question with Answer & Explanation
The correct answer is B: Liquid. Semantic Kernel provides support for the following template formats: semantic-kernel - Built-in Semantic Kernel format. handlebars - Handlebars template format. liquid - Liquid template format The Semantic Kernel prompt template language is a simple way to define and compose AI f
Question
You are building an app by using the Semantic Kernel. You need to include complex objects in the prompt templates of the app. The solution must support objects that contain subproperties. Which two prompt templates can you use? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.
Options
- AYAML
- BLiquid
- CHandlebars
- DSemantic Kernel
- EJSONL
Explanation
Semantic Kernel provides support for the following template formats: semantic-kernel - Built-in Semantic Kernel format. handlebars - Handlebars template format. liquid - Liquid template format The Semantic Kernel prompt template language is a simple way to define and compose AI functions using plain text. You can use it to create natural language prompts, generate responses, extract information, invoke other prompts or perform any other task that can be expressed with https://learn.microsoft.com/en-us/semantic-kernel/concepts/prompts/prompt-template-syntax
Topics
Community Discussion
No community discussion yet for this question.