Add some decorators to the implementation of Tools to facilitate quick processing of Tools' input parameters.
- add decorator <tool_kwargs_clear>.Remove invalid values.
- add decorator <tool_kwargs_filter_placeholder>.Clean parameters that match the specified pattern.
- add decorator <tool_set_default_value>.Set default values for parameters that are not passed.
- add test tool `FundBasicV2`.