- Added PARTIAL_RESOLVED_ARGS_PARSE configuration to the Tool input parameters, which specifies partial parameter parsing for designated fields (supports multi-parameter iterative replacement).
- RunLLMCompiler now supports an iteration count parameter.
- tool_call_by_row_pass_parameters annotation implementation.
- Added DISABLE_ROW_CALL configuration to Tool output parameters, to be used in conjunction with the tool_call_by_row_pass_parameters annotation.
- Enhanced parameter parser.