The docs have: ``` @register_tool('add') def add(a: str, b: str) -> str: ``` If the arg to register_tool really is required, we should make it optional, and default it to the name of the function being decorated.
The docs have:
If the arg to register_tool really is required, we should make it optional, and default it to the name of the function being decorated.