Skip to content

feat: AI 버튼으로 Gemini 기반 추천 문구 생성 (중복 제외)#73

Merged
Gimini-3 merged 6 commits intodevelopfrom
feat/72-chat-topic-template-ai
Feb 11, 2026
Merged

feat: AI 버튼으로 Gemini 기반 추천 문구 생성 (중복 제외)#73
Gimini-3 merged 6 commits intodevelopfrom
feat/72-chat-topic-template-ai

Conversation

@Gimini-3
Copy link
Copy Markdown
Contributor

#️⃣연관된 이슈

close #72

📝작업 내용

  • 주제(예: WEATHER) 선택 시 내려주는 템플릿 문구 외에, AI 버튼 클릭 시 Gemini Developer API 호출로 새로운 추천 문구를 생성하도록 구현

  • 클라이언트에서 전달받은 topic + 기존 문장 목록(exclude) 을 기반으로 겹치지 않는 문구만 반환

  • 응답을 JSON 배열(string[]) 형태로 강제하여 파싱 안정성 확보

🛠️주요 변경 사항

  • 기능 추가
  • 버그 수정
  • 문서 업데이트
  • 코드 리팩토링
  • 테스트 추가 또는 수정
  • 의존성 추가/삭제

📸스크린샷

💬리뷰 요구사항

@Gimini-3 Gimini-3 merged commit ca26205 into develop Feb 11, 2026
1 check passed
@Gimini-3 Gimini-3 self-assigned this Feb 11, 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] ai 호출 기능 구현

1 participant