wiki_copy_node
Duplicate a knowledge base node to a new location, optionally another knowledge base. Provide source space and node token, plus target space or parent to place the copy.
Instructions
复制知识库中的节点到另一个位置(可跨知识库)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | 新文档标题 | |
| space_id | Yes | 源知识库 ID | |
| node_token | Yes | 要复制的节点 token | |
| target_space_id | No | 目标知识库 ID | |
| target_parent_token | No | 目标父节点 token |