A developer is building a chatbot for a medical application that discusses sensitive health topics. The chatbot consistently gets its outputs blocked. What should the developer do?
Refining prompts and using appropriate endpoints can prevent unnecessary blocks.
Why this answer
Option C is correct because reviewing and refining system instructions to avoid triggering safety filters, and possibly using a different model endpoint that allows medical contexts, directly addresses the filter blocks. Option A (disable safety filter) violates policy. Option B (adjust thresholds to allow VIOLENCE/SEXUAL) is inappropriate for medical context and may violate guidelines.
Option D (increase token limit) does not help with safety blocks.