wenjin272 commented on code in PR #655:
URL: https://github.com/apache/flink-agents/pull/655#discussion_r3240567851
##########
api/src/main/java/org/apache/flink/agents/api/skills/Skills.java:
##########
@@ -51,33 +57,76 @@ public class Skills extends SerializableResource {
/** Reserved name of the built-in bash tool used to execute skill scripts.
*/
public static final String BASH_TOOL = "bash";
- private List<String> paths;
+ private final List<String> paths;
Review Comment:
In current design, skills with the same name are not supported. If there are
future user requirements, we can expand further.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]