failure
Method
This is a method of the ToolResult class in the tools module.Create a failed result
Signature
Parameters
No description available.
No description available.
Returns
The result of the operation.
failure: Create a failed result
This is a method of the ToolResult class in the tools module.Create a failed result
def failure(name: impl Into<String>, error: impl Into<String>) -> Self