get_1c_platform_help_document
Fetch full 1C:Enterprise help document content by path from search results. Use offset and maxChars to paginate or read around search matches.
Instructions
Прочитать документ целиком, постранично (offset + maxChars, продолжать по nextOffset). Брать, когда нужен контекст вокруг найденного или файл целиком. path — из выдачи search_1c_platform_help.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Relative path returned by search_1c_platform_help. | |
| root | No | Optional absolute path to a help directory. Defaults to BIT_1C_HELP_ROOT or ./kb. | |
| offset | No | Zero-based character offset from which to read the document. Use nextOffset from the previous response to continue. | |
| source | No | Optional source subdirectory returned by list_1c_platform_help_sources. When set, path is resolved inside that source. | |
| maxChars | No | Maximum number of characters to return. |