Register Branch Node
register_branch_nodeRegisters a branch node in a game narrative graph to define plot branches, enabling consistency checks and dynamic story execution.
Instructions
注册分支图节点
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| depth | No | ||
| exits | No | ||
| label | Yes | ||
| event_id | No | ||
| project_id | No | ||
| is_terminal | No | ||
| is_convergence | No | ||
| convergence_group | No |