feat(saju-lab): /interpret 응답에 fortune_scores + lucky + monthly_flow 포함

This commit is contained in:
2026-05-26 08:08:14 +09:00
parent f57c790437
commit 03e1dc1dbb
3 changed files with 29 additions and 4 deletions

View File

@@ -34,6 +34,9 @@ class SajuInterpretResponse(BaseModel):
cost_usd: float
latency_ms: int
reroll_count: int = 0
fortune_scores: dict
lucky: dict
monthly_flow: List[dict]
class CompatInterpretResponse(BaseModel):