mirror of
https://github.com/hwanny1128/HGZero.git
synced 2026-06-13 17:39:09 +00:00
AI 서비스 내부 시퀀스 PlantUML 문법 오류 수정
- 병렬 처리 블록에서 'and' 키워드를 'else'로 변경 - PlantUML sequence diagram에서 par/else/end가 올바른 문법 - 수정된 파일: - ai-맥락기반용어설명.puml (2개 else 사용) - ai-전문용어감지.puml (1개 else 사용) - ai-회의록자동작성.puml (1개 else 사용) - PlantUML Server 검증 통과 확인 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -40,7 +40,7 @@ par "회의 정보 조회"
|
||||
deactivate DB
|
||||
Repo --> Service: 회의 맥락 정보
|
||||
deactivate Repo
|
||||
and "이전 내용 조회"
|
||||
else
|
||||
Service -> Repo: getPreviousTranscripts(meetingId)
|
||||
activate Repo
|
||||
Repo -> DB: SELECT previous_content
|
||||
|
||||
Reference in New Issue
Block a user