提示词管理代码架构

This commit is contained in:
2026-04-19 21:19:40 +08:00
parent 27a55bb0b6
commit 18ecd2f78f
12 changed files with 437 additions and 19 deletions

View File

@@ -77,6 +77,15 @@ public interface IAudioTextAnalysisLlmService {
String ownerPhone,
String customerName,
String customerPhone);
AudioTextAnalysisFurniture generateSummaryAndSaveForDetail(
AudioAnalysisSceneType sceneType,
String recordingText,
String parentId,
String ownerName,
String ownerPhone,
String customerName,
String customerPhone);
}