decorated tool function can not be called directly
Maplemx opened this issue · comments
@agent.tool()
will make function can not be called. It is because the decorator did not return original function.
It is a bug to be fixed.
fixed in Maplemx/Agently@60f9d47
published in version 3.3.1.2