Yanshuming1 commented on code in PR #2236:
URL: https://github.com/apache/hertzbeat/pull/2236#discussion_r1667701333
##########
manager/src/main/java/org/apache/hertzbeat/manager/controller/AiController.java:
##########
@@ -44,6 +46,9 @@ public class AiController {
@Autowired
private AiServiceFactoryImpl aiServiceFactory;
+ /**
+ * Types of artificial intelligence
+ */
@Value("${aiConfig.type:0}")
Review Comment:
https://github.com/apache/hertzbeat/pull/2229:In this branch has been
modified, please merge this branch first, and then I will merge type
##########
manager/src/main/java/org/apache/hertzbeat/manager/controller/AiController.java:
##########
@@ -44,6 +46,9 @@ public class AiController {
@Autowired
private AiServiceFactoryImpl aiServiceFactory;
+ /**
+ * Types of artificial intelligence
+ */
@Value("${aiConfig.type:0}")
Review Comment:
fix
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]