Path: /reference/tools/decorator
I was confused why I was getting duplicate output from a tool that used stop_after_tool_call, and eventually realized I needed to set show_result = False. That parameter does not seem to be documented anywhere on https://docs.agno.com/reference/tools/decorator though. It would be nice to have some details about exactly what it controls.