- Fixed the bug that the parser was iteratively called.
1.2.4
- Resolving issues with tool calls that fail due to blank parameters.
1.2.3
- Add the decorator function tool_timeout to specify the maximum running time for a Tool.
1.2.2
- tool_call_by_row_pass_parameters decorator fixes the bug related to null value exceptions.
1.2.1
- Extend the tool_call_by_row_pass_parameters decorator with a limit parameter.
1.2.0
- Added a decorator tool_symbol_separated_string for Tools. - Added a decorator tool_remove_suffix for Tools. - Added a decorator tool_remove_prefix for Tools. - Added a decorator tool_string_spilt for Tools.