add_block
Add a computed block to an nTop notebook by specifying its typed signature, output type, and input block IDs.
Instructions
Add a computed block. Give the full typed signature from search_blocks. Inputs are source block ids in parameter order; use 0 for an unconnected optional input. A list parameter takes exactly one core.list block.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| func | Yes | Typed signature, e.g. "box_from_corners<point,point>" | |
| name | Yes | ||
| type | Yes | Output type, e.g. "implicit" | |
| inputs | Yes | ||
| output | No | ||
| blockId | No | Defaults to the next free id | |
| notebook | Yes |