AI 어드바이저: getAiAnalysis 제거, 유망 섹터 추천 프롬프트 추가

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-25 04:47:24 +09:00
parent 9bce2bfb6e
commit 22573909ec
2 changed files with 11 additions and 7 deletions

View File

@@ -355,10 +355,3 @@ export function deleteBlogPost(id) {
return apiDelete(`/api/blog/posts/${id}`);
}
// ── AI 포트폴리오 분석 (Gemini Pro) ──────────────────────────────────────────
// GET /api/stock/ai-analysis?force=true
// response: { analysis: string, generated_at: string, cached: bool, holdings_count: int }
export function getAiAnalysis(force = false) {
return apiGet(`/api/stock/ai-analysis${force ? '?force=true' : ''}`);
}