Skip to course content
Free generative AI app course

Generative AI Application Development with Python

Module 03

Messages, Instructions, and Response Handling

By the end of this module you can structure messages and system instructions deliberately, and handle a response as data to be checked rather than text to be trusted.

Units

  1. Unit 03.00: System, user and assistant are different things
  2. Unit 03.01: Reading a response object, not just its text
  3. Unit 03.02: Token limits, truncation and the silent cut
  4. Unit 03.03: Streaming, and what it changes for the user
  5. Unit 03.04: Logging a call so you can explain it later

Module work