@observee_usage_logger()
decorator that can automatically detect whether you’re logging a tool or prompt based on the function name, or you can specify explicitly:
Auto-detection: Functions containing keywords like ‘prompt’, ‘template’, or ‘message’ in their name are detected as prompts. All others are treated as tools.
Tool logging includes: