fix: 제목 아래에 문서의 요약을 그린다
Reference 머리말에 「이 기준을 쓰는 이유」와 같은 글이 나오고 있었다. Case 도 마찬가지로 바로 아래 「문제」와 같은 글을 두 번 말했다. 문서가 스스로 밝히는 한 줄 요약이 공개 응답에 없어서, 화면이 유형별 요약 (`problemSummary` / `scopeSummary`)을 대신 쓰고 있었다. Question 에는 이미 `summary` 가 있었으므로 셋이 같은 자리를 갖게 한다. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01XEHXspz4rv5pB5wiiSsVDu
This commit is contained in:
co-authored by
Claude Opus 5
parent
7211dd1a92
commit
b3119952d5
@@ -536,6 +536,7 @@ export interface components {
|
||||
indexable: boolean;
|
||||
case: {
|
||||
title: string;
|
||||
summary?: string;
|
||||
problemSummary: string;
|
||||
conclusionSummary: string;
|
||||
environmentSummary?: string[];
|
||||
@@ -571,6 +572,7 @@ export interface components {
|
||||
indexable: boolean;
|
||||
reference: {
|
||||
title: string;
|
||||
summary?: string;
|
||||
scopeSummary: string;
|
||||
appliesTo: string[];
|
||||
excludedScope: string[];
|
||||
|
||||
Reference in New Issue
Block a user