submit_node
Run an LLM on a mind map node, waiting for ancestor nodes to complete, and return the finished node with results.
Instructions
Run the LLM on a node and return the completed node. Blocks until ancestors finish; metered.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mapId | Yes | The map id. | |
| nodeId | Yes | The node id (unprefixed, as returned in node trees). | |
| prompt | No | The node's user text when it has not been persisted yet; omit to run stored text. | |
| modelId | No | Override the model (must be an exposed model). |