hwp_extend_section
Append content to a specific section in an HWP document by title or index, preserving original formatting.
Instructions
기존 양식의 특정 섹션 끝에 콘텐츠를 추가합니다. (v0.7.1 신규) 양식 서식 보존하며 LLM 생성 콘텐츠를 삽입. section_identifier로 섹션 위치를 제목 텍스트로 검색.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | 추가할 콘텐츠 (단락 단위, \n으로 구분) | |
| preserve_format | No | 양식 서식 보존 (기본 true) | |
| section_identifier | Yes | 섹션 식별자 |