Skip to course content
Free generative AI app course

Generative AI Application Development with Python

Module 04 Summary

What this module established

A template fails on a missing variable before the call; an f-string produces a prompt about None and a confident answer about it. Validate input before the prompt is built, so rejected content never reaches the provider or your logs.

Carry forward

Before moving on

Move on when every prompt is a versioned template, input is validated before the prompt is built, and you have run an injection attempt against your own app.