This is an automated email from the ASF dual-hosted git repository.
zhaoqingran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hertzbeat.git
The following commit(s) were added to refs/heads/master by this push:
new 668106d445 [bugfix] AI prompt classpath error (#3912)
668106d445 is described below
commit 668106d445fe69e7128b2bb14f3e21c181bd8c55
Author: P_Peaceful <[email protected]>
AuthorDate: Tue Dec 16 11:36:23 2025 +0800
[bugfix] AI prompt classpath error (#3912)
Co-authored-by: Logic <[email protected]>
---
.../apache/hertzbeat/ai/service/impl/ChatClientProviderServiceImpl.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/hertzbeat-ai/src/main/java/org/apache/hertzbeat/ai/service/impl/ChatClientProviderServiceImpl.java
b/hertzbeat-ai/src/main/java/org/apache/hertzbeat/ai/service/impl/ChatClientProviderServiceImpl.java
index a288a53276..b073e0f12e 100644
---
a/hertzbeat-ai/src/main/java/org/apache/hertzbeat/ai/service/impl/ChatClientProviderServiceImpl.java
+++
b/hertzbeat-ai/src/main/java/org/apache/hertzbeat/ai/service/impl/ChatClientProviderServiceImpl.java
@@ -60,7 +60,7 @@ public class ChatClientProviderServiceImpl implements
ChatClientProviderService
private boolean isConfigured = false;
- @Value("classpath:/prompts/system-message.st")
+ @Value("classpath:/prompt/system-message.st")
private Resource systemResource;
@Autowired
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]