Agentic AI - Agent Observability
Identify the syntax error in this logging function:
def log_tool(tool, result):
print(f"Starting {tool}..."
print(f"Outcome: {result}")