refactor(service): 移除未使用的LLMAiTtsService依赖
- 从FlowActionExecutorService中移除llmAiTtsService字段 - 减少不必要的服务依赖注入 - 优化代码结构和内存使用
This commit is contained in:
parent
0f36d8b4d1
commit
707baaefb0
@ -30,7 +30,6 @@ public class FlowActionExecutorService {
|
||||
private final EdgeMicrophoneService edgeMicrophoneService;
|
||||
private final EdgeSpeakerService edgeSpeakerService;
|
||||
private final EdgeHlcService edgeHlcService;
|
||||
private final LLMAiTtsService llmAiTtsService;
|
||||
private final LLMAiAgentPlatformService llmAiAgentPlatformService;
|
||||
private final EdgeAgvService edgeAgvService;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user