Skip to content

Comments

[#334][FEAT] STT및 사전의견 종합 ai 요약#335

Merged
JWoong-01 merged 6 commits intodevfrom
feature/stt
Feb 20, 2026
Merged

[#334][FEAT] STT및 사전의견 종합 ai 요약#335
JWoong-01 merged 6 commits intodevfrom
feature/stt

Conversation

@JWoong-01
Copy link
Contributor

PR 요약

  • 기능 추가
  • 버그 수정
  • 코드 리팩토링
  • 문서 수정
  • 기타 (STT/AI 요약 플로우 정리)

———

이슈 번호

———

주요 변경 사항

  • src/main/java/com/dokdok/stt/service/SttJobService.java: 사
    전의견 포함 STT 요청, 회고 요약 자동 저장, ai-service 에러
    로그 보강
  • src/main/java/com/dokdok/ai/client/AiSttClient.java: ai-
    service 응답을 ApiResponse로 파싱하도록 변경
  • src/main/java/com/dokdok/ai/dto/SttRequest.java: meetingId
    • preAnswers 전달 지원
  • src/main/java/com/dokdok/stt/entity/SttJob.java: resultText
    제거
  • src/main/java/com/dokdok/stt/entity/SttSummary.java:
    keywords 제거
  • src/main/java/com/dokdok/stt/dto/SttJobResponse.java:
    resultText/keywords 제거
  • src/main/java/com/dokdok/ai/dto/SttResponse.java: keywords
    제거
  • src/main/java/com/dokdok/global/filter/
    MultipartSizeFilter.java: STT 경로만 대용량 허용하는
    multipart 필터 추가
  • src/main/resources/application.yaml: multipart 용량 및 STT
    경로 설정 조정
  • src/main/resources/application-dev.yaml: STT 경로 /stt/
    summary로 변경
  • src/main/resources/application-local.yaml.example: STT 경
    로/용량 설정 반영
  • src/main/java/com/dokdok/topic/*: 토픽 요약 ai-test API 관
    련 코드 제거

———

참고 사항

  • STT 업로드는 파일 없이도 가능(사전의견만으로 요약)
  • 요약 결과는 topic_retrospective_summary에 자동 저장됨
  • STT 경로는 반드시 /stt/summary 사용 필요
  • 관련 API
    • POST /api/meetings/{meetingId}/stt/jobs
    • GET /api/meetings/{meetingId}/retrospectives/summary
  • 로컬 프로필의 ai.api.stt-path가 /stt로 되어 있으면 /stt/
    summary로 수정 필요

# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
@JWoong-01 JWoong-01 added this to the MVP v3 milestone Feb 20, 2026
@JWoong-01 JWoong-01 self-assigned this Feb 20, 2026
@JWoong-01 JWoong-01 added the type:feat 기능 개발 label Feb 20, 2026
@JWoong-01 JWoong-01 merged commit b79e138 into dev Feb 20, 2026
1 check passed
@github-project-automation github-project-automation bot moved this from Backlog to Done in dokdok-server Feb 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type:feat 기능 개발

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants