Agentic AI - Agent Observability
What will be the output of the following Python code?
response = {'usage': {'prompt_tokens': 60, 'completion_tokens': 40, 'total_tokens': 100}}
tokens = response['usage']['total_tokens']
print(f"Tokens used: {tokens}")