This commit is contained in:
hiondal 2025-06-16 02:32:56 +00:00
parent 2bfbfc38fe
commit 57ee3be53d
2 changed files with 502 additions and 452 deletions

File diff suppressed because it is too large Load Diff

View File

@ -542,7 +542,7 @@ async def find_reviews(
) )
@app.post( @app.post(
"/action-recommendation-simple", "/action-recommendation",
response_model=ActionRecommendationSimpleResponse, response_model=ActionRecommendationSimpleResponse,
summary="간소화된 액션 추천 요청", summary="간소화된 액션 추천 요청",
description="JSON 추천 결과만 반환하는 최적화된 엔드포인트 + INPUT 데이터 포함" description="JSON 추천 결과만 반환하는 최적화된 엔드포인트 + INPUT 데이터 포함"