executeUnsafe
Executes a tool with the provided arguments in an unsafe manner. This method does not enforce type safety for the arguments provided to the tool.
Return
A Result containing the outcome of the tool execution with TResult as the result type.
Parameters
args
The arguments to be passed to the tool, represented as a Tool.Args object.