1. เรียนรู้
  2. /
  3. Courses
  4. /
  5. Working with the OpenAI Responses API

Connected

Exercises

Adding Model Instructions

You're building a customer support AI system for a financial services company. For security and compliance reasons, the AI have clear guardrails to only answer questions about account balances and transaction history. It should politely decline any other requests, such as password resets.

The OpenAI client is already available for you to use as client. This will be available throughout the remainder of the course.

คำแนะนำ

100 XP
  • Create a Responses API request to "gpt-5-mini" that contains clear instructions to only respond to questions about account balances and transaction history, and not other requests such as password resets.