Agentic AI - Agent Safety and Guardrails
What will be the output of this pseudo-code?
confidence = 0.8
if confidence < 0.75:
print('Needs human approval')
else:
print('Approved automatically')