wiki_move_node
Move a knowledge base node to a new location, including across different knowledge bases. Specify the source space and node, then set the target space and parent node to relocate the node.
Instructions
将知识库中的节点移动到另一个位置(可跨知识库)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| space_id | Yes | 源知识库 ID | |
| node_token | Yes | 要移动的节点 token | |
| target_space_id | No | 目标知识库 ID(跨库移动时需要) | |
| target_parent_token | No | 目标父节点 token |