...
This commit is contained in:
@@ -331,6 +331,7 @@ object RagService {
|
||||
result(finalDecision, true)
|
||||
|
||||
} catch (e: Exception) {
|
||||
e.printStackTrace()
|
||||
println("❌ [$stockName] 분석 실패: ${e.message}")
|
||||
}
|
||||
}
|
||||
@@ -560,6 +561,7 @@ object RagService {
|
||||
println("⏱️ [$stockName] 처리 성능 리포트: 전체 ${totalDuration}ms | 재무 ${finDuration}ms | 기술 ${techDuration}ms | 뉴스AI ${newsDuration}ms | 합성 ${synthDuration}ms")
|
||||
|
||||
return TradingDecision().apply {
|
||||
this.analyzer = tempDecision.analyzer
|
||||
this.technicalScore = techScore100
|
||||
this.financialScore = finScore100
|
||||
this.systemScore = sysScore100
|
||||
|
||||
Reference in New Issue
Block a user