Slide 13
Slide 13 text
▪ Open-source SDK developed by
Microsoft
▪ Python, C# and Java
▪ Goal:
1. Understand what the user wants and
what to do (Planner)
2. Easy integration of AI services
(Services)
3. Define functions, which are triggered
by the planner (Plugins)
Semantic Kernel
1. Classify the damage into one of these categories:
CAR_INSURANCE, HOUSE_INSURANCE, PET_INSURANCE,
OTHER. Do not add any other descriptions.
2. What kind of car damage is it? (PARKING_DAMAGE, THIEF,
BROKEN GLASS, OTHER)
3. What is the car make?
4. What is the car model?
5. What is the license number?
6. What is the estimated damage cost (<1000 CHF for minor
damage, > 5000 CHF for medium, 10000 CHF for severe. -
Replace with MINOR, MEDIUM or SEVERE)
7. Explain the situation in the picture
Use planner to find out which plugin to run
Run InsurancePolicyPlugin.GetPolicies plugin
Generate and ground user feedback
Open insurance application and upload
photo of damage
Azure OpenAI
GPT-4 Turbo w/ Vision
Analyse image using
prompt engineering
Look up insurance
coverage
Your car is covered,
do you want to submit
a claim?
Submit a claim in the insurance management tool
I have a car damage
Wep app running
Semantic Kernel
Call API