begin_model_transaction
Start a transaction to batch multiple model changes together, applying them all at once upon commit or discarding on rollback.
Instructions
Open a write-transaction on the session's model: subsequent model tools accumulate TOM changes WITHOUT SaveChanges until commit_model_transaction applies them all in one SaveChanges (rollback_model_transaction discards them). Refreshes requested inside the transaction run at commit. One transaction per session; queries against the engine see the pre-transaction state until commit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes |