open_document
Opens and loads metadata from Korean HWPX documents for editing and content management operations.
Instructions
기존 HWPX 문서를 열고 기본 메타데이터를 로드합니다.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path | Yes | 워크스페이스 기준 문서 경로 |
Input Schema (JSON Schema)
{
"properties": {
"path": {
"description": "워크스페이스 기준 문서 경로",
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
}