Challenge 03 - Always prompt, never tardy

< Previous Challenge - Home - Next Challenge >

Introduction

In this challenge, you will explore the implementation and behavior of system prompts used in Semantic Kernel. System prompts play a key role in guiding how the AI interprets user input and selects plugins for context building. You’ll modify existing prompts to understand their impact on chat completion and learn how to avoid prompt injection vulnerabilities.

Description

Your team must:

You may now go to the starter solution in Visual Studio and complete Challenge 3. Locate the exercises by searching for // TODO: [Challenge 3]

Open-ended exercise (recommended to be completed at the end of the hackathon):

Tips

Success Criteria

To complete this challenge successfully, you must:

Learning Resources

Advanced Challenges (Optional)

If you want to explore further, try these additional challenges: