회기 후속 검증과 표시 경계 보강
This commit is contained in:
parent
4cd354881f
commit
aa81af2958
10 changed files with 70 additions and 21 deletions
|
|
@ -125,7 +125,11 @@ export function displayReviewSummary(summary: string) {
|
|||
) {
|
||||
return "저장된 축어록은 확인했지만 deep-loop 평가 AI 산출물을 표시하지 못했습니다. AI 평가 재시도가 필요합니다.";
|
||||
}
|
||||
return displayPiiSafeText(summary);
|
||||
return displayGeneratedReviewText(summary);
|
||||
}
|
||||
|
||||
export function displayGeneratedReviewText(text: string) {
|
||||
return displayPiiSafeText(text);
|
||||
}
|
||||
|
||||
export function displayEvaluationRetryError(message: string) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue