alwaysDoes
Configures a tool to always execute the provided action whenever it is invoked.
Parameters
action
A suspendable function that returns a Result
. The provided action is executed every time the tool is called.
Configures a tool to always execute the provided action whenever it is invoked.
A suspendable function that returns a Result
. The provided action is executed every time the tool is called.