session_set_cell
Set a cell's value in a reactive compute graph session. Overrides computed cells to inputs, triggering lazy recalculation of dependent cells on next access.
Instructions
Set an input cell's value (any JSON). Setting a previously-computed cell demotes it to a plain input. Dependent computed cells recompute lazily on their next get.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cell | Yes | ||
| value | No | ||
| sessionId | Yes |