Agentic AI - Agent Safety and Guardrails
Which of the following is the correct way to add a guardrail that stops an AI agent from deleting files?
if action == 'delete_file': block() uses a condition and blocks the action, which is correct for a guardrail.if action == 'delete_file': block() -> Option Cif action == 'delete_file': block() [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions