Tests that the tool has an input schema.
If this fails, add an args_schema to your tool.
See this guide
and see how CalculatorInput is configured in the
CustomCalculatorTool.args_schema attribute
test_has_input_schema(
self,
tool: BaseTool,
) -> None