Agentic AI - Agent Safety and Guardrails
Identify the error in this input validation function:
def check_input(data):
if data == None:
return False
return True