AI智能工牌的门店管理, 销售管理 , 项目管理, 客户管理, 设备管理, 录音管理, 视频管理 ,代码骨架
This commit is contained in:
@@ -25,11 +25,11 @@ public interface CstAIStreamingService {
|
||||
@SystemMessage(fromResource = "system.txt")
|
||||
public Flux<String> chat(String message);
|
||||
|
||||
@SystemMessage(fromResource = "system.txt")
|
||||
// @SystemMessage(fromResource = "system.txt")
|
||||
public Flux<String> chatMemoryId(@MemoryId String memoryId, @UserMessage String message);
|
||||
|
||||
|
||||
@SystemMessage(fromResource = "system.txt")
|
||||
// @SystemMessage(fromResource = "system.txt")
|
||||
public Flux<String> chatMemoryIdRAG(@MemoryId String memoryId, @UserMessage String message);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user