Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
Signed-off-by: Heng Qian <[email protected]>
  • Loading branch information
qianheng-aws committed Aug 23, 2024
1 parent 2eb24e2 commit e931d5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ public static Map<String, String> constructToolParams(

public static Map<String, String> getToolExecuteParams(MLToolSpec toolSpec, Map<String, String> params) {
Map<String, String> executeParams = new HashMap<>();
// tooSpec parameter may override the parameters in params.
// toolSpec parameter may be overridden by the parameters from params.
if (toolSpec.getParameters() != null) {
executeParams.putAll(toolSpec.getParameters());
}
Expand Down

0 comments on commit e931d5f

Please sign in to comment.