mirror of
https://github.com/hwanny1128/HGZero.git
synced 2026-06-12 22:59:10 +00:00
AI 서비스 SSE 스트리밍 기능 및 테스트 환경 구성 완료
- SSE 스트리밍 방식으로 AI 분석 결과 실시간 전송 구현 - 용어 감지 및 관련 회의록 검색 기능 개선 - API 명세 업데이트 (SSE 엔드포인트 추가) - AI 및 STT 서비스 테스트 환경 구성 문서 작성 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -857,6 +857,10 @@ components:
|
||||
type: string
|
||||
description: 공통 키워드
|
||||
example: ["MSA", "API Gateway", "Spring Boot"]
|
||||
summary:
|
||||
type: string
|
||||
description: 회의록 핵심 내용 요약 (1-2문장)
|
||||
example: "MSA 아키텍처 설계 및 API Gateway 도입을 결정. 서비스별 독립 배포 전략 수립."
|
||||
link:
|
||||
type: string
|
||||
description: 회의록 링크
|
||||
@@ -880,9 +884,22 @@ components:
|
||||
example: 0.92
|
||||
category:
|
||||
type: string
|
||||
enum: [기술, 업무, 도메인]
|
||||
enum: [기술, 업무, 도메인, 기획, 비즈니스, 전략, 마케팅]
|
||||
description: 용어 카테고리
|
||||
example: "기술"
|
||||
definition:
|
||||
type: string
|
||||
description: 용어 정의 (간단한 설명)
|
||||
example: "Microservices Architecture의 약자. 애플리케이션을 작은 독립적인 서비스로 나누는 아키텍처 패턴"
|
||||
context:
|
||||
type: string
|
||||
description: 용어가 사용된 맥락 (과거 회의록 참조)
|
||||
example: "신제품 기획 회의(2024-09-15)에서 언급"
|
||||
relatedMeetingId:
|
||||
type: string
|
||||
format: uuid
|
||||
description: 관련 회의 ID (용어가 논의된 과거 회의)
|
||||
example: "bb0e8400-e29b-41d4-a716-446655440006"
|
||||
highlight:
|
||||
type: boolean
|
||||
description: 하이라이트 여부
|
||||
|
||||
Reference in New Issue
Block a user