feat: optimize AI suggestion and workorder sync - support same-day multiple update numbering - insert new suggestions at top maintaining reverse chronological order - reference process history when generating suggestions - simplify prompts to avoid forcing log analysis - fix Chinese comment encoding issues
This commit is contained in:
@@ -39,8 +39,7 @@ class TSPAssistant:
|
||||
self.token_monitor = TokenMonitor()
|
||||
self.ai_success_monitor = AISuccessMonitor()
|
||||
self.system_optimizer = SystemOptimizer()
|
||||
|
||||
self.logger.info("TSP助手初始化完成")
|
||||
|
||||
|
||||
def test_system(self) -> Dict[str, Any]:
|
||||
"""测试系统各个组件"""
|
||||
|
||||
Reference in New Issue
Block a user