You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 12, 2025. It is now read-only.
Currently each Tool is required to have payload argument in __invoke() method. That's ok for tools that use such arguments. But there is no way to create a tool that just returns something without input arguments. Do you have plan to introduce such feature?
Currently each Tool is required to have payload argument in
__invoke()method. That's ok for tools that use such arguments. But there is no way to create a tool that just returns something without input arguments. Do you have plan to introduce such feature?