Agentic AI - Agent Observability
Given the following code, what is the printed error rate?
total = 100
wrong = 7
error_rate = wrong / total
print(f"Error rate: {error_rate:.2f}")