Skip to content

[Feat] 동화 생성 파라미터 및 프롬프트 빌더 구현#16

Open
nomellc wants to merge 4 commits intomainfrom
feat/story-generation-config
Open

[Feat] 동화 생성 파라미터 및 프롬프트 빌더 구현#16
nomellc wants to merge 4 commits intomainfrom
feat/story-generation-config

Conversation

@nomellc
Copy link
Contributor

@nomellc nomellc commented Feb 27, 2026

🐣 작업 개요

구현한 기능을 요약하여 정리합니다.

  • 동화 생성에 필요한 제약값 생성 로직과 프롬프트 구성 로직을 구현했습니다.

📍 변경 사항

Create: constraint_router, level_consts, profile_schema, constraint_generator, prompt_builder
Update: main

🚧 구현 중 겪은 이슈 및 해결 방법

  • 문제: 응답에서 vocab_level을 가져올 수 없다는 에러 문구가 떴습니다.
    해결: 결과 반환 시 base_consts["vocab_level"]로 vocab_level을 입력받아 해결했습니다.

🚀 사용 방법

아동 레벨, 관심사 리스트, 최근 WCPM, 취약 발음 리스트를 입력받으면
스크린샷 2026-02-27 오전 2 17 51

Response로 아래와 같이 나옵니다.
스크린샷 2026-02-27 오전 2 19 39

🔍 참고 사항

Merge하면 현재 브랜치는 삭제 예정

✨ 관련 이슈

🔧 변경 유형

  • Bug Fix (fix)
  • New Features (feat)
  • Test (test)
  • Document modification (docs)
  • Refactoring (refactor)
  • Styling (style)
  • ETC, No production code change (chore)
  • Build task and Dependency management (build)

@nomellc nomellc requested a review from jettieb February 27, 2026 09:50
@nomellc nomellc self-assigned this Feb 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feat] 동화 생성용 프롬프트 제작 [Feat] 동화 생성용 파라미터 제작

1 participant